Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
WHAT'S THE BEST PROGRAM TO EDIT AND CREATE LISP AT YOUR OPINION.
Solved! Go to Solution.
WHAT'S THE BEST PROGRAM TO EDIT AND CREATE LISP AT YOUR OPINION.
Solved! Go to Solution.
I use notepad++
Here is one of autolisp syntax highlighting codes that distinguishes it from Common lisp.
I use it for many years, primarily because of its work with parentheses.
There is also visual studio code.
Miljenko Hatlak
I guess you are the first who asks this question, so it isn't possbile to search&read older thread about it 😐
because of all the features:
or for AutoDESK programs: Command: VLIDE
Sebastian
I like TextPad.
With Michael Puckett's contribution of a syntax file, symbols are a different color from Autodesk functions and strings and numbers. And you can jump back and forth between matching parentheses, and choose the colors of highlighting selections versus comments (both foreground and background), and have multiple files open to copy'n'paste, and have .lsp files associated with the executable.
I think the most popular is Autodesk's built-in VLIDE for a lot of good reasons which I expect someone here will point out. But I'm an old fart sorta stuck in my ways though still learning, which I hope will never cease.
Coupled with ZTREE's ability to view files (by any specification) without opening, and "gathering" lines of code to the clipboard, and opening selected files with their associated apps, and searching for files containing chosen strings (across multiple drives and directories), I feel in total command of my archaic creations. Yay! I think I still have a pulse!
John F. Uhden
Notepad ++ it now has a run notepad extension so can code and test. It also does { } checking in dcl's very handy.
When I get real stuck use vlide to find bugs.
Tried Blade copy and paste code never runs so skip it even though do most of my stuff in Bricscad.
John F. Uhden
Notepad++ Portable can run from a cloud folder, external drive (USB Stick), or local folder without installing into Windows.
Miljenko Hatlak
If you mean AutoLISP in relation to using AutoCAD, then VLIDE, hands down. It's the only editor with a direct link to the active AutoCAD drawing and AutoCAD help files. It color codes syntax, debugs, formats, does parenthesis matching, etc. It can set break points and can step through the program. It also has a trace window for debugging reactors. You can also examine the drawing's tables and data.
All these others have no connection to AutoCAD AFAIK. Vlide has it's problems but it still far exceeds the others for AutoLISP.
@dbroad wrote:If you mean AutoLISP in relation to using AutoCAD, then VLIDE, hands down. It's the only editor with a direct link to the active AutoCAD drawing and AutoCAD help files. It color codes syntax, debugs, formats, does parenthesis matching, etc. It can set break points and can step through the program. It also has a trace window for debugging reactors. You can also examine the drawing's tables and data.
All these others have no connection to AutoCAD AFAIK. Vlide has it's problems but it still far exceeds the others for AutoLISP.
@dbroad Agreed. I use the VLIDE as well.