Hi,
as part of a perl module i typed something like:
sub generatereportitem($)
{
...
}
which is not highlighted correctly.
The first bracket '(' in the sub statement line is blue and bold,
highlighted as keyword. The matching bracket ')' at the end of the line
is black and normal - not recognized as keyword.
If I move the cursor to the first bracket, the opening bracket becomes
red: no matching bracked found.
If I place a space before the closing bracket:
sub generatereportitem($ )
{
...
}
everything works fine and as expected.
also if I place 2 '$' inside the brackets:
sub generatereportitem($$)
My SciTE:
Version 1.72 compiled
on Jan 28 2007 21:18:22
gentoo linux/gnome/gcc4.1.1/de_DE.utf-8
standard gentoo ~x86 ebuild
ervin
--
Ervin Peters
Auf dem Steinberge 14
D-99425 Taubach
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest