Page 1 of 1

Syntax highlight

Posted: Sat Feb 25, 2012 12:09 am
by bmcgin
I write code in Oracle PL/SQL server pages. I’m looking for an editor which can smartly highlight syntax. For example:

File starts off in html by default:
======================================
Html
Html
Hmlt
<%
now writing oracle pl/sql code
more code
more code
%>
Now in html mode
Html
Html
Html when in html #xyz()# the pound means to go back into plsql mode
Html
Html
========================================

I guess oracle .psp files do not have a template, is there a way to tell Zeus to highlight syntax according to code delimiters?

Posted: Sat Feb 25, 2012 12:17 am
by jussij
I guess oracle .psp files do not have a template
You would need to create a new document type usiing the Options, Document Type menu.
I guess oracle .psp files do not have a template, is there a way to tell Zeus to highlight syntax according to code delimiters?
Unfortunately this is not possible :(

The best that could be done in this case would be to define <% %> as a comment block and have it displayed in comment colors.

Cheers Jussi