NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
syntax highlighting (Score:1)
Note: As I am writing this post I have not been able to install Padre yet, as some failure in my local Module::Build prevents me from installing the last dependencies (App::Ack and Wx::Perl::Dialog) and I am too tired to investigate this today.
Reply to This
Re: (Score:2)
So if you have the time for that, it would be great to try to implement such a thing. I'd recommend using PPI. Though Adam said it might be too slow for this purpose and he knows a bit more about PPI than I do :-), you might still beat him at his own game. That would be awesome.
There are very naive syntax highlighters in some of the Padre::Document::* module
Re: (Score:1)
Re: (Score:1)
It may be that if we make sure to disable PPI past a certain threshold (say, more than 1 second of CPU for a reflow, which would happen at around 2000 lines) we could make it fast enough.
Re: (Score:2)
There is already a first version in place but it is slow.
Could you share your results/experience/code with us?
maybe on #padre ?
Re: (Score:1)
No other editor on the market currently offers highlighting as rich as in vim
If by vim, you mean emacs. Trust me, cperl-mode is much more complete than anything vim has.