Hi guys, I like your editor I must say. To me however
it is completely unusable unless you figure out a way
for programmers to create their own syntax colouring
files. Check out www.editplus.com for some examples of
what I mean.
I'm looking for the same thing as you but I think I've come
further in my search.
If you're a programmer and happen to know java, go into the
source and look at the src/lib/org/gjt/sp/jedit/syntax
directory. It's full of Java sources for syntax
highlighters. This is an Open Source project; this means
anyone is welcome to contribute.
That said, I'm going to try to cobble up a highlighter for
the language I need, FORTRAN. Wish me luck!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=102767
Hi Sunsear,
I'm looking for the same thing as you but I think I've come
further in my search.
If you're a programmer and happen to know java, go into the
source and look at the src/lib/org/gjt/sp/jedit/syntax
directory. It's full of Java sources for syntax
highlighters. This is an Open Source project; this means
anyone is welcome to contribute.
That said, I'm going to try to cobble up a highlighter for
the language I need, FORTRAN. Wish me luck!