mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Tooltip and "What's This" text for 'Execute SQL' improved. README updated.
Document the behaviour of the 'Execute SQL' button so users can discover the feature for executing the statements in the selection. See related issue #1336 "SQL sentences" to "SQL statements", as that is the standard term. Add plot feature to list of features in README file and DB4S abbreviation
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
## What it is
|
||||
|
||||
DB Browser for SQLite is a high quality, visual, open source tool to
|
||||
_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to
|
||||
create, design, and edit database files compatible with SQLite.
|
||||
|
||||
It is for users and developers wanting to create databases, search, and edit
|
||||
@@ -29,6 +29,7 @@ Controls and wizards are available for users to:
|
||||
* Import and export databases from/to SQL dump files
|
||||
* Issue SQL queries and inspect the results
|
||||
* Examine a log of all SQL commands issued by the application
|
||||
* Plot simple graphs based on table or query data
|
||||
|
||||
## What it is not
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This is the structure of the opened database.
|
||||
You can drag SQL sentences from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
|
||||
You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
|
||||
</string>
|
||||
</property>
|
||||
<property name="dragEnabled">
|
||||
@@ -1138,8 +1138,8 @@ You can drag SQL sentences from an object row and drop them into other applicati
|
||||
<widget class="QTreeView" name="treeSchemaDock">
|
||||
<property name="whatsThis">
|
||||
<string>This is the structure of the opened database.
|
||||
You can drag multiple object names from the Name column and drop them into the SQL editor .
|
||||
You can drag SQL sentences from the Schema column and drop them into the SQL editor or into other applications.
|
||||
You can drag multiple object names from the Name column and drop them into the SQL editor.
|
||||
You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
|
||||
</string>
|
||||
</property>
|
||||
<property name="dragEnabled">
|
||||
@@ -1594,10 +1594,10 @@ You can drag SQL sentences from the Schema column and drop them into the SQL edi
|
||||
<string>&Execute SQL</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Execute SQL [F5, Ctrl+Return, Ctrl+R]</string>
|
||||
<string>Execute all/selected SQL [F5, Ctrl+Return, Ctrl+R]</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button executes all the SQL statements of the current editor tab</string>
|
||||
<string>This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSqlOpenFile">
|
||||
|
||||
Reference in New Issue
Block a user