March 21, 2009
Saaa escribió:
> Started my descent quest..
> Mostly because I wanted the : Highlighting of all occurrences of the current token under the cursor.
> Also just to look what else might be interesting.
> 
> Had a few problems with descent and PATH. Maybe it was something else but could it maybe be that you need to logout for eclipse to see changes in the PATH?

Yes, probably. I'm not sure.

> 
> Well things seem to be working now but I miss poseidons syntax colourscheme.
> Is it possible to have different colours per keyword(group)?

What's a keyword group? You can change the colors, but you'd change all of the keywords to another color (except "return": you can color returns with a different color, useful to see all exit paths of a function).
March 21, 2009

>> Had a few problems with descent and PATH. Maybe it was something else but could it maybe be that you need to logout for eclipse to see changes in the PATH?
>
> Yes, probably. I'm not sure.
I mean log out of XP. Because normally you only need to restart the program. A well, it works now. I'm happy again :D
>
>>
>> Well things seem to be working now but I miss poseidons syntax
>> colourscheme.
>> Is it possible to have different colours per keyword(group)?
>
> What's a keyword group? You can change the colors, but you'd change all of the keywords to another color (except "return": you can color returns with a different color, useful to see all exit paths of a function).

Poseidon has 7 (custom) groups of keywords which have different colours.
eg. import=orange, static=green, void=blue, this=purple
To me it makes source much easier to navigate.


March 23, 2009
> Poseidon has 7 (custom) groups of keywords which have different colours.
> eg. import=orange, static=green, void=blue, this=purple
> To me it makes source much easier to navigate.
>
Not possible...?
But.. but.. my code looks soo boring now :(

:)



March 24, 2009
On Sat, Mar 21, 2009 at 7:23 PM, Saaa <empty@needmail.com> wrote:
>
> Poseidon has 7 (custom) groups of keywords which have different colours.
> eg. import=orange, static=green, void=blue, this=purple
> To me it makes source much easier to navigate.

Honestly I don't know how people can cope with that.. if you use 30 colors, don't they stop having meaning?  :|
March 24, 2009
Saaa escribió:
>> Poseidon has 7 (custom) groups of keywords which have different colours.
>> eg. import=orange, static=green, void=blue, this=purple
>> To me it makes source much easier to navigate.
>>
> Not possible...?
> But.. but.. my code looks soo boring now :(
> 
> :)

It's possible, yes. But I think the code will look like a mess. :-P

I'll need a complete list of the keywords inside each group to do that. And... I'm back to university, and work, and in a few days I'm on vacations, so... I won't be able to do much.
March 24, 2009
Jarrett Billingsley wrote:
> On Sat, Mar 21, 2009 at 7:23 PM, Saaa <empty@needmail.com> wrote:
>> Poseidon has 7 (custom) groups of keywords which have different colours.
>> eg. import=orange, static=green, void=blue, this=purple
>> To me it makes source much easier to navigate.
> 
> Honestly I don't know how people can cope with that.. if you use 30
> colors, don't they stop having meaning?  :|

Yes, but they make me feel better, especially with a blue / mint green color scheme.
March 24, 2009
Jarrett Billingsley escribió:
> On Sat, Mar 21, 2009 at 7:23 PM, Saaa <empty@needmail.com> wrote:
>> Poseidon has 7 (custom) groups of keywords which have different colours.
>> eg. import=orange, static=green, void=blue, this=purple
>> To me it makes source much easier to navigate.
> 
> Honestly I don't know how people can cope with that.. if you use 30
> colors, don't they stop having meaning?  :|

Yes, I think the code will look like a mess. But maybe he's talking about primitive types with one color, attributes with other, etc. But something like:

public static void ... {
}

with three different colors would just call my attention too much and I won't be able to focus on the real code. :-P
March 24, 2009
On Mon, Mar 23, 2009 at 9:00 PM, Ary Borenszweig <ary@esperanto.org.ar> wrote:
> Jarrett Billingsley escribió:
>>
>> On Sat, Mar 21, 2009 at 7:23 PM, Saaa <empty@needmail.com> wrote:
>>>
>>> Poseidon has 7 (custom) groups of keywords which have different colours.
>>> eg. import=orange, static=green, void=blue, this=purple
>>> To me it makes source much easier to navigate.
>>
>> Honestly I don't know how people can cope with that.. if you use 30 colors, don't they stop having meaning?  :|
>
> Yes, I think the code will look like a mess. But maybe he's talking about primitive types with one color, attributes with other, etc. But something like:
>
> public static void ... {
> }
>
> with three different colors would just call my attention too much and I won't be able to focus on the real code. :-P
>

The worst offender, by far, is the D highlighter for Kate.  It has 24 separate styles for various syntactico-semantic elements, all of which have different colors by default.  It looks like a rainbow vomited. It's just so distracting :P
March 24, 2009
"Ary Borenszweig" <ary@esperanto.org.ar> wrote in message news:gq9b51$btc$1@digitalmars.com...
> Saaa escribió:
>>> Poseidon has 7 (custom) groups of keywords which have different colours.
>>> eg. import=orange, static=green, void=blue, this=purple
>>> To me it makes source much easier to navigate.
>>>
>> Not possible...?
>> But.. but.. my code looks soo boring now :(
>>
>> :)
>
> It's possible, yes. But I think the code will look like a mess. :-P
>
> I'll need a complete list of the keywords inside each group to do that. And... I'm back to university, and work, and in a few days I'm on vacations, so... I won't be able to do much.
Me understands..

I could list everything here, but I think it would be easiest to just
download Poseidon.
That way you can marvel at its highlighting in private.
http://www.dsource.org/projects/poseidon/changeset/head/trunk?old_path=%2F&format=zip





March 24, 2009
Jarrett Billingsley schrieb:
> The worst offender, by far, is the D highlighter for Kate.  It has 24
> separate styles for various syntactico-semantic elements, all of which
> have different colors by default.  It looks like a rainbow vomited.
> It's just so distracting :P

Yeah, but poseidon's style isn't that overloaded. I also prefer its syntax highlighting.