Scintilla

jplindstrom on 2003-05-25T22:04:15

Cool tool of the day: Scintilla. It's a free source code editing component.

Cool module of the day: Win32::GUI::Scintilla. The same as a Win32::GUI control, wrapper made by Laurent Rocher.

I just replaced the source viewer in Perl Oasis with a Scintilla control and it looks great! Perl syntax highlighting without the effort.


great tool

spur on 2003-05-26T06:15:30

The Scintilla based editor, SciTe is great. I use it for Perl development outside of work (where I have a beautifully configured XEmacs). It's light, fast and does the job well. It's great for quick hacks, having the ability to run Perl from inside and send output to a separate pane.

Highly recommended.

Re:great tool

Revelation on 2003-05-26T22:04:15

The editor definately has replaced gvim for me.

My only problem with Scite, which I was introduced to when it came with my Ruby install, is its dismal syntax highlighting for perl. It works well for other languages, but perl got shafted.

Do you use a different perl.properties file than the standard one?

Re:great tool

jplindstrom on 2003-05-27T16:10:01

Don't know exactly what's the default, but in the Win32::GUI::Scintilla::Perl module we provide a set of perl keywords the lexer should look for.

Not having spent hours and megabytes of source on it I can't really tell how well that works for really hairy Perl constructs.