SciTE for HLA?



Anyone ever take a look at a source code editor called SciTE? It's got
an ASM properties file that supports MASM and partial support for NASM.
I thought it might be easy to adapt the existing properties file to
support HLA syntax instead, but I ran into a problem right off the bat
-- couldn't get it to use anything other than ";" as a comment
character. A further digging into the docs revealed that some changes
might require a re-writing of the lexer and a re-compile of Scintilla
and SciTE, so I guess it might take more than just a shuffling of the
values in the properties file. Before I get in over my head, I was
wondering if anyone else had stumbled upon this editor and fiddled with
these types of changes? One neat feature I noticed in the docs is
meantion that one can provide some sort of API definitions file so that
the editor provides Tooltips and AutoComplete functionality as well.

Nathan.

.



Relevant Pages

  • Re: SciTE for HLA?
    ... > Anyone ever take a look at a source code editor called SciTE? ... > an ASM properties file that supports MASM and partial support for NASM. ... language rather than actually having to recode the editor itself. ...
    (alt.lang.asm)
  • Re: How to create I18N properties files including double-byte characters ?
    ... exception.You can create them with any common text editor ... - You can't use any non Latin 1 text file as a properties file. ... Read the documentation of the native2ascii tool. ...
    (comp.lang.java.programmer)
  • Re: Problem with PropertyResourceBundle
    ... > I am trying to use PropertyResourceBundle to read a properties file ... > in Hebrew, I installed Hebrew as one of the input locales on my windows ... How do you know that the editor encoded the file with ISO-8859-1 ... which is a separate issue from whether or not it contains the characters ...
    (comp.lang.java.programmer)
  • Re: using Properties files properly
    ... > are times when I need to access the properties file and modify it ... One alternative is to write a little Java based editor ...
    (comp.lang.java.programmer)