Difference between revisions of "SQL Syntax Highlighting"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 3: Line 3:
 
SQL Syntax Highlighting‎ for Base
 
SQL Syntax Highlighting‎ for Base
  
==1==
+
==Description==
 +
 
 +
The SQL view of the query designer, which displays, and allows to edit, raw SQL statements, currently is a mere text input field. It would be helpful especially to the unexperienced user to have syntax highlighting here: SQL keywords should be notable, literals should be distinguished, and the like.
 +
 
 +
==stuff not to forget==
 +
 
 +
* "Tools" - "Options" - "Fonts": HTML and BASIC
 +
 
 +
* color settings in "Tools" - "Options" – "Appearance"
 +
 
 +
 
 +
 
 +
==Future work==
 +
 
 +
===end user===
 +
* insert SQL code snippets
 +
* code completion including SQL keywords, table and field names
 +
 
 +
===code base===
 +
 
  
 
[[Category:Database]]
 
[[Category:Database]]

Revision as of 14:21, 9 July 2008

SQL Syntax Highlighting‎ for Base

Description

The SQL view of the query designer, which displays, and allows to edit, raw SQL statements, currently is a mere text input field. It would be helpful especially to the unexperienced user to have syntax highlighting here: SQL keywords should be notable, literals should be distinguished, and the like.

stuff not to forget

  • "Tools" - "Options" - "Fonts": HTML and BASIC
  • color settings in "Tools" - "Options" – "Appearance"


Future work

end user

  • insert SQL code snippets
  • code completion including SQL keywords, table and field names

code base

Personal tools