Syntax highlight

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
bmcgin
Posts: 1
Joined: Sat Feb 25, 2012 12:01 am

Syntax highlight

Post 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?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply