Difference between revisions of "SQL Syntax Highlighting"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
SQL Syntax Highlighting‎ for Base
 
  
 
==Description==
 
==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.
 
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==
 
==stuff not to forget==
Line 12: Line 12:
  
 
* color settings in "Tools" - "Options" – "Appearance"
 
* color settings in "Tools" - "Options" – "Appearance"
 
  
  
 
==Future work==
 
==Future work==
 +
  
 
===end user===
 
===end user===
 
* insert SQL code snippets
 
* insert SQL code snippets
 
* code completion including SQL keywords, table and field names
 
* code completion including SQL keywords, table and field names
 +
  
 
===code base===
 
===code base===

Revision as of 14:21, 9 July 2008


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