To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17826


User cyb changed the following:

                  What    |Old value                 |New value
================================================================================
                  Keywords|                          |oooqa
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jul 19 10:07:49 -0700 
2005 -------
Don't know what the huge problem of syntax highlighting is? paolo you're using a
wrong syntax, the correct one is this:
<code>
Sub a
dim [""""] as variant ' want more color on your comments? 
dim ["REM"] as string 
dim ["""REM"] as integer 
 
[""""] = "strange ""color effects in 'my strings" 
        print [""""] 
         
["""REM"] = "no comments here, really!" 
        print ["""REM"] 
 
End Sub
</code>

And everything looks and works expected.
cyb->ab: Really an issue? REM and ' are special strings, and they are always
recognized if not inside of strings, but as can be seen in my corrected code
they are properly handled (paolo's code does not use correct strings thus it's
no wonder why REM and ' make the text afterwards grey).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to