Skip to content

Qt5.6 C++ MySQL query editor widget w/ syntax highlighting, intelligent tabbing, code folding, paren matching, auto uppercasing of MySQL keywords, auto complete keywords and identifiers, auto-formatting, plus other typical IDE code editor features.

License

Notifications You must be signed in to change notification settings

kcrossen/Qt5.6-MySQL-Editor-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qt5.6-MySQL-Editor-Widget

Qt5.6 C++ MySQL query editor widget w/ syntax highlighting, intelligent tabbing, code folding, paren matching, auto uppercasing of MySQL keywords, auto complete keywords and identifiers, auto-formatting, plus other typical IDE code editor features.

Intelligent Tabbing:

Not fixed modulus tabs, e.g. 4 spaces, but tabbing to match the context of what has already been typed.

Auto Complete:

There are two independently enablable auto completion modes, keyword ('SELECT', 'FROM', 'WHERE', etc.) and identifier (database entities including database, table, and column names). For identifiers, auto complete works two different ways, with or without context. In this connection, context refers to having typed, for example, a table name followed by a '.', in which case a list of the columns of that table is displayed as a popup. Without a context, all database, table, and column names are potential auto complete matches.

About

Qt5.6 C++ MySQL query editor widget w/ syntax highlighting, intelligent tabbing, code folding, paren matching, auto uppercasing of MySQL keywords, auto complete keywords and identifiers, auto-formatting, plus other typical IDE code editor features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages