in reply to Eclipse IDE with add on EPIC; Errors on the code
Does the file compile with perl -c ?
It's not uncommon that syntax parsing is causing hiccups. Normally this goes away after further edits.
You could also pipe your file thru perltidy and see if the problem persists.
Otherwise... Not enough data to tell what's happening, if the IDE is causing the problem it might be related to confusion about your regexes.
I'm using Emacs, the "mother of all IDEs" and it runs well on my phone.
But like VIM I don't recommend it to people who don't wanna invest time in learning and configuration.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Eclipse IDE with add on EPIC; Errors on the code
by karlgoethebier (Abbot) on Nov 19, 2024 at 16:46 UTC | |
by LanX (Saint) on Nov 19, 2024 at 17:55 UTC | |
Re^2: Eclipse IDE with add on EPIC; Errors on the code
by jmClifford (Beadle) on Nov 22, 2024 at 07:41 UTC | |
by LanX (Saint) on Nov 22, 2024 at 14:29 UTC |