pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.
https://sqlitestudio.pl
Other
4.54k stars 565 forks source link

Proposals about treeview #3428

Open phototropist opened 5 years ago

phototropist commented 5 years ago

Details

  1. Using treeview to navigate through databases instead of open windows pane. I think this will give the program more logical cohesion.

  2. Automatically select in treeview the focused window. Sometimes, it could lead to an error editing on a data window from a base when it's other base that is selected.

  3. Option for confirmation on deleting any database object, tables, triggers...

pawelsalawa commented 5 years ago

Ad. 1 & 2) Could be done at some point.

Ad. 3) This is already done. Don't you get warned in these cases? How exactly do you delete them, that you don't get warnings? Note, that if you delete by SQL Editor and typig "DROP ....", then no, you will not get warnings, obviously.

phototropist commented 5 years ago

Ad 3. I really don't know what I did. Maybe I pressed Supr and Enter quickly and unconciously. They are too close in my keyboard.