Roadmap für Version 0.7.5 (next) Alle aufklappen | Alle zusammenklappen
60% von 5 Aufgaben Erledigt. 4 offene Aufgaben:
- FS#144 - Add a Status Bar to the Main Window Aufklappen Zusammenklappen
-
A Status Bar at the bottom of the program window would be very helpful.
It should contain following data content:
1. Server / DB connected with active editor sheet
2. Time elapsed for currently active executing editor sheet
3. Icon, visually informing about the active sheet in execute or not
4. @@SPID of the current visible Editor Window
- FS#145 - Implement Connection Explorer Aufklappen Zusammenklappen
-
To ease the work of connecting to new server / establishing new connection it was discovered that some functionality like "Favorites ..." would be very helpful.
Therefore, a solution was worked out named "Connection Explorer".
This is going to a new Sub Form available in the New/Connect Menu which allows you to define and maintain a list of server/connections.
Even more, as early as this list is defined it should automatically extend the new/Connection Menu with a Sub-Menu "Predefined"...
- FS#146 - Implement Main Menu on Form for better Useability Aufklappen Zusammenklappen
-
After a bigger discussion it was discovered that it definitely makes sense to implement a Menu Strip containing all options and possibilities the application provides.
This tracker is about to implement this main menu.
- FS#148 - Implement an Error Grid Aufklappen Zusammenklappen
-
If an Error happens during SQL Execution from the Editor they are currently pasted into the Results Test Box. However, this is not very useful.
A more usefull generic solution is to catch the errors from the DB and paste them into a grid. This enables even more the user to better identify each of the errors happened as well as dedicatedly select and edit only one error after the other.
Additional options are possible in this error grid like direct Edit of errors in Sub Procedures/Views/Fu...