-
Notifications
You must be signed in to change notification settings - Fork 3
Backlog
DamianSuess edited this page Nov 8, 2017
·
3 revisions
- Basic GUI with editor
- Simple editor - Save, Load, New files. (3 pts)
- Execute SQLite queries with an established connection. (3 pts)
- Output query results to Text and GridBox; include toolbar checkbox with method. (3 pts)
- Add Object Explorer to sidebar - tables, views, and other items. (8 pts)
- Copy output from grid box, and copy with headers.
- Save and load basic project space. (5 pts)
- Including list of query files.
- Save connection string to DB file.
- Editor format options (5 pts)
- Font, size, etc.
- Tab to space options.
- Indentation size
- IDE Themes (13 pts)
- Ability to have a dark, lite, or custom theme.
- Plugin system (20 pts)
- Consider Mono.Addins