Newbie: java mode quirk
Submitted by Wednesday, 1 December, 2004 - 23:04
on
Hello.
I'm new to JEdit (and Java) and I've found an annoyance in the way JEdit treats my programming style. It seams that everybody except I writes "obj.method/params)". I write "obj.method (params)" (note the space between "method" and "(". Well, because of that, JEdit doesn't mark my method calls like so.
I took a look on the Java mode file and discovered that the way JEdit highlights methods won't work for me because it uses (I think):
(
But the space I put before "(" breaks this, because it separates the tokens.
Is there a way to avoid this problem besides changing my style? Am I the only sole with this style????
Thanks.
Filipe Martins
filipe.martins at free-spy.net