i realize it's been a while since any kind of update has been posted, and unfortunately it may be a little while longer before one is again. aside from having a crazy summer concert tour planned, i've had a couple other events occur in my life recently that have left me little time for anything else. but fear not, i am committed to continuing work on this project. once i return from bonnaroo things should calm down a bit, leaving me more time to focus my attention here.
any antlr experts out there?
i'm having some difficulties getting my token building logic correct, anyone able to provide some assistance?
Jae Gangemi Tuesday, March 24, 2009 2 comments
and now the news you've been waiting for
*drum roll*
i am pleased to announce that a new source parser implementation has been created. i don't want to give too much away just yet incase it all blows up in my face - and it's 24 night, but all initial tests look good.
stay tuned!
dltk, eclipse, perl, perlipse Jae Gangemi Monday, March 16, 2009 0 comments
'perl -c' support, round one
basic support for compiling source code via the interpreter and reporting errors back in the gui has been added. check out the screen shot below.

i'm not sure why the problem marker isn't displaying in the outline view, which is something i'll have to investigate. the next step will be to add preference support so things like warnings and taint mode and be turned on and off.
in other news, i've encountered an annoying bug that causes any folded code that falls within the definition of a SourceModule to be quickly expanded and then refolded any time a save operation has been performed. i can't seem to replicate this issue in any of the other dltk plugins (except for python) so tracking down the problem should prove to be an aggravating experience. :)
dltk, eclipse, perl, perlipse Jae Gangemi Wednesday, March 4, 2009 3 comments
code folding improvements
after suffering many bouts of motivational deficiencies and general laziness on my part, i've gotten my act together and have finished off the code folding improvements i had been working on. here are a couple of screen shots of the new preference pages:



dltk, eclipse, perl, perlipse Jae Gangemi Wednesday, February 11, 2009 0 comments
0.9.8 released
hot off the compiler i present to you perlipse 0.9.8. some items of interest:
- java 1.5 is now required
- todo task tags
- improved syntax highlighting
- detail formatters for debugging
dltk, eclipse, perl, perlipse Jae Gangemi Wednesday, November 19, 2008 0 comments
syntax highlighting improvements
syntax highlighting improvements have landed, here's a list things that can now be highlighted:
- keywords, barewords, and file handles
- variables (arrays, hashes, scalars)
- quote like/regular expression operators
- package/subroutine name declarations

i'm sure there are a plethora of edge cases that have yet to be discovered, so please feel free to file a bug report should you encounter one.
dltk, eclipse, perl, perlipse Jae Gangemi 2 comments