Skip to main content

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

They are not really common those are specific to our ide (servoy) this
could be solved if we could contribute through an extention keywords
with defaul colors that users then could override if needed.

Or the end users can just create a list of keywords and there colors
on there own (but then it will also be nice that a plugin can
contribute, set a preference)

On 7/11/08, Jae Gangemi <jgangemi@xxxxxxxxx> wrote:
>   it can be done, take a look at the JavascriptCodeScanner. if these are
> 'common' keywords that everyone would want colored, you can add the keywords
> to the JavaScriptKeywords 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