Page 1 of 1
newLISP editor for Wndows
Posted: Fri Oct 21, 2005 11:52 pm
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
Posted: Sat Oct 22, 2005 2:29 am
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.
Posted: Sat Oct 22, 2005 12:46 pm
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
Posted: Fri Oct 28, 2005 5:38 pm
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