Difference between revisions of "SQL Syntax Highlighting"

From Apache OpenOffice Wiki
Jump to: navigation, search
(stuff not to forget)
Line 2: Line 2:
  
  
==Description==
+
==Introduction==
  
 
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.
  
 
{{issue|67961}}
 
{{issue|67961}}
 +
 +
 +
{| class="prettytable" border="1"
 +
 +
|-
 +
 +
! Name
 +
 +
! OOo Nickname
 +
 +
! Role
 +
 +
|-
 +
 +
! Max Odendahl
 +
 +
! mod
 +
 +
! developer
 +
  
 
==stuff not to forget==
 
==stuff not to forget==

Revision as of 18:05, 9 July 2008


Introduction

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.

Issue 67961


Name OOo Nickname Role
Max Odendahl mod developer


stuff not to forget

  • "Tools" - "Options" - "Fonts":

Text [ en-US ] = "Font settings for HTML and Basic sources" ;

Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;

  • 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