- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Simple syntax highlighting plugin in eclipse
Mon, 2009-03-02, 22:22
I'm all about that! I'll see if I can whip something up quick. The problem is going to be understanding the existing code enough to merge the two so the new highlighting would be a "fallback".
On Mon, Mar 2, 2009 at 4:19 PM, Miles Sabin <miles@milessabin.com> wrote:
On Mon, Mar 2, 2009 at 4:19 PM, Miles Sabin <miles@milessabin.com> wrote:
On Mon, Mar 2, 2009 at 9:14 PM, Josh Suereth <joshua.suereth@gmail.com> wrote:
> Making a simple syntax highlighting plugin that works off of tokens (or
> regular expressions) is fairly simple in eclipse. I believe the PDE's
> sample XML plugin project demonstrates this. If you need any help setting
> this up, I can point you to the appropriate resources (once I find them
> agian).
It'd be good to have this rolled into the main plugin as a fallback
when the scalac-driven highlighting fails ...
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)1273 720 779
mobile: +44 (0)7813 944 528
skype: milessabin
On Tue, Mar 3, 2009 at 9:59 AM, Bruno Bieth <biethb@gmail.com> wrote: