public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Perl support
@ 2000-07-25 12:25 Matti Koskimies
  2000-07-25 12:36 ` Ian Roxborough
  0 siblings, 1 reply; 5+ messages in thread
From: Matti Koskimies @ 2000-07-25 12:25 UTC (permalink / raw)
  To: sourcenav

Hello,

I would like to know if you're planning to add Perl support for Source
Navigator, and if so, when the feature will be available? I believe this
would be immensely useful as such a large number of projects especially on
Linux are coded with Perl.

Regards,

------
Matti Koskimies                                  Fishpool Creations Ltd
msk@fishpool.fi                                  Innopoli
+358-400-438055                                  Tekniikantie 12
http://msk.nocrew.org                            02150 Espoo
matti/irc.esper.net                              Finland

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Perl support
  2000-07-25 12:25 Perl support Matti Koskimies
@ 2000-07-25 12:36 ` Ian Roxborough
  2000-07-25 12:42   ` Thomas Heller
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Roxborough @ 2000-07-25 12:36 UTC (permalink / raw)
  To: Matti Koskimies; +Cc: sourcenav

Hi,

I would like to see Perl support for SN, but currently nobody is
working on adding it.  I will be added if somebody donates a 
Perl parser (and adds perl syntax highlighting as well) OR if
somebody contacts Red Hat to add Perl support.  If anybody is
willing to donate time/etc to adding perl support we will
provide as much help as we can.

Ian.

On Tue, 25 Jul 2000 12:25:07 Matti Koskimies wrote:
> Hello,
> 
> I would like to know if you're planning to add Perl support for Source
> Navigator, and if so, when the feature will be available? I believe this
> would be immensely useful as such a large number of projects especially on
> Linux are coded with Perl.
> 
> Regards,
> 
> ------
> Matti Koskimies                                  Fishpool Creations Ltd
> msk@fishpool.fi                                  Innopoli
> +358-400-438055                                  Tekniikantie 12
> http://msk.nocrew.org                            02150 Espoo
> matti/irc.esper.net                              Finland
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Perl support
  2000-07-25 12:36 ` Ian Roxborough
@ 2000-07-25 12:42   ` Thomas Heller
  2000-07-25 14:39     ` Ben Elliston
  2000-07-25 15:18     ` Ben Elliston
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Heller @ 2000-07-25 12:42 UTC (permalink / raw)
  To: irox; +Cc: sourcenav

> 
> Hi,
> 
> I would like to see Perl support for SN, but currently nobody is
> working on adding it.  I will be added if somebody donates a 
> Perl parser (and adds perl syntax highlighting as well) OR if
> somebody contacts Red Hat to add Perl support.  If anybody is
> willing to donate time/etc to adding perl support we will
> provide as much help as we can.
> 

Ian,

I'm currently working on a Python parser for SN.
Things are a little complicated because I am on Win32 and not on
*nix, also I want to use MSVC instead of gcc.
But I make progress.

How can I add syntax highlighting for a language?

Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Perl support
  2000-07-25 12:42   ` Thomas Heller
@ 2000-07-25 14:39     ` Ben Elliston
  2000-07-25 15:18     ` Ben Elliston
  1 sibling, 0 replies; 5+ messages in thread
From: Ben Elliston @ 2000-07-25 14:39 UTC (permalink / raw)
  To: Thomas Heller; +Cc: irox, sourcenav

   I'm currently working on a Python parser for SN. Things are a little
   complicated because I am on Win32 and not on *nix, also I want to use
   MSVC instead of gcc. But I make progress.
   
   How can I add syntax highlighting for a language?

It needs some improvement, but in essence, you need to write a scanner using
something like Flex.  See the .l files in the source tree.  Rather than
scanning a file (or stdin), these scanners scan memory allocated by the
editor when a source file is loaded in.

Ben

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Perl support
  2000-07-25 12:42   ` Thomas Heller
  2000-07-25 14:39     ` Ben Elliston
@ 2000-07-25 15:18     ` Ben Elliston
  1 sibling, 0 replies; 5+ messages in thread
From: Ben Elliston @ 2000-07-25 15:18 UTC (permalink / raw)
  To: Thomas Heller; +Cc: irox, sourcenav

Hi Thomas,

   I'm currently working on a Python parser for SN.

That's great!

   Things are a little complicated because I am on Win32 and not on
   *nix, also I want to use MSVC instead of gcc.

Why not just model it on the existing parser Makefile.am's?  Then it will
work for everybody, using automake and autoconf.

Ben

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-07-25 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-25 12:25 Perl support Matti Koskimies
2000-07-25 12:36 ` Ian Roxborough
2000-07-25 12:42   ` Thomas Heller
2000-07-25 14:39     ` Ben Elliston
2000-07-25 15:18     ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).