javalover520 / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

sql.flex - SQL identifiers can contain # #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I use the ComboCompletionAction in SQL on the | in the following statement:
   select *
   from r#testView|

I only get the completion on "testView" instead of "r#testView". As I've 
extended the ComboCompletionAction to suggest all objects on the database and 
in our company we use the '#' character in almost every database object, it had 
to be solved.

In the attached patch I've changed the sql.flex so the identifiers in sql can 
also contain '#' characters.

Please include this in a following release.

Thanks a lot in advance.

Best regards,
Tim Vermeiren

Original issue reported on code.google.com by tim.1.ve...@cumulus.uzleuven.be on 7 Dec 2011 at 9:51

Attachments: