newLISP editor for Wndows

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

newLISP editor for Wndows

Post by Lutz »

Just discovered this:

http://www.crimsoneditor.com/

and they have a syntax file for newLISP in this section:

http://www.crimsoneditor.com/english/bo ... i?db=files

Lutz

Jeremy Dunn
Posts: 95
Joined: Wed Oct 13, 2004 8:02 pm
Location: Bellingham WA

Post by Jeremy Dunn »

I tried the editor with NewLISP but not all of the function names are highlighting and some are highlighting with different colors. Am I missing something?

- never mind, got it fixed.

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

There are two things you need, (1) the editor (2) the syntax files from the second link. Perhaps they are out of date and don't show recently added functions. I never used this editor, so I would not be able to help you with configuring it.

Lutz

newBert
Posts: 156
Joined: Fri Oct 28, 2005 5:33 pm
Location: France

Post by newBert »

The script files must be recognized by the editor.

On the menu bar of Crimson's Editor you must click on :
Document/Syntax types/Customize ...
then you choose an -Empty- place in the list 'Syntax type' and complete:
the 'Description' field (with "Newlisp", for instance)
the 'Lang Spec' field : browse to find the newlisp.spc file
the 'Keywords' field : browse to find the newlisp.key file

Now Crimson's Editor should autodetect newlisp files with the extension .lsp when loading and apply the syntax type of newlisp to the file.
(You can modify these syntax files to your convenience. I'm new in newlisp and I do'nt know if the choices I've done are good !)

P.S.: sorry for my bad english, I'am just a french newlisper (and also a beginner in newlisp world).
I hope I can help you !

Bertrand

Locked