Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make "reload" behaviour optimal per-tab #759

@justinclift

Description

@justinclift

[This is @revolter's idea, from: https://github.com/sqlitebrowser/sqlitebrowser/commit/684958b29ce3d26684d9142d73df773b11189d54#commitcomment-18843683]

@sqlitebrowser/developers, What do you say if we would have a reload button in the Database Structure as we have in the Browse Data tab?

If adding a button is not wanted, a problem I forgot to report is that if you hit ctrl + r in any tab you are, it reloads the currently selected table from the Browse Data, which doesn't make sense.

I propose it would do different things depending on the selected tab:

  • Database Structure: reload tables count (and the actual tables) and/or the structure
  • Browse Data: reload the currently selected table (as it does now)
  • Edit Pragmas: do nothing
  • Execute SQL: run the current SQL (Sequel Pro does this and I personally find it very intuitive and useful)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions