<http://forum.pspad.com/read.php?f=2&i=10130&t=10130> 
----------------------------------------------------------------

OK I'm getting into Ruby, and I just cannot configure PSPad how I want,
which is:-

Some of Ruby syntax is "Perlish" (i.e. instance variables & class
variables begin with @ or @@ respectively, global variables are delimited
by $  (Perl uses @ and $ - but as types (rather than scope) - so the Perl
parser picks up variables in the code outliner), and somewhat like Python
(e.g. def methodname ... end as method delimeters) (so the Python lexer
picks up the methods in Code explorer) and something like Java (class
Classname ... end defines a class) - so the Java lexer picks up the
classes in the code explorer.

How do I get it to work properly and combine all 3? Is there a "code your
own" parser somewhere?
Graham

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to