Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] script editor syntax coloring..

 
  it can be done, take a look at the _javascript_CodeScanner. if these are 'common' keywords that everyone would want colored, you can add the keywords to the _javascript_Keywords class and things should just work.

On Fri, Jul 11, 2008 at 3:54 AM, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
Hi,

how easy would it be to define your own keywords in the syntax coloring preference panel with there own color?
Now we have 3 types and some sub types. But they are all fixed..
We have a lot of common prefixes like "plugins." or "elements" that kind of stuff and we also would like to color those

i havent looked at the code yet but would this  be a nice addition to the core?

johan


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae

Back to the top