TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: It's Alive! on January 04, 2007, 12:35:39 PM

Title: Anybody use lisplink?
Post by: It's Alive! on January 04, 2007, 12:35:39 PM
Anybody here use lisplink from http://www.caelink.com/lisplink.htm?
Just curious what editors people use for lisp. I’ve been using lisplink since I started to lisp

Dan
Title: Re: Anybody use lisplink?
Post by: T.Willey on January 04, 2007, 12:36:54 PM
I use Notepad.  Nothing else.  I have tried Vlide, but didn't like it so I went back to Notepad.
Title: Re: Anybody use lisplink?
Post by: DanB on January 04, 2007, 12:42:44 PM
I use "Crimson Editor." Pretty sure I heard about it from someone here. Sorry I've had it for quite some time, probably google it for link.
Title: Re: Anybody use lisplink?
Post by: TimSpangler on January 04, 2007, 12:54:40 PM
I use it on occasions.  It was my primary editor for about 4 years (since I started writing lisp)  I have been using Notepad++  lately (I have been having trouble getting a new key for lisplink.  Mike (the developer/ owner) said that he has been having problems with his ISP  :pissed:.  I loved lisplink for dialog creation. and lisp loading.
Title: Re: Anybody use lisplink?
Post by: VVA on January 04, 2007, 01:00:17 PM
I use Notepad++.
Quote
Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.

Supported languages : C, C++, Java, C#, XML, HTML, PHP, Javascript, RC resource file, makefile, ASCII art file (extension .nfo , screenshot1, screenshot2), doxygen, ini file, batch file, ASP, VB/VBS source files, SQL, Objective-C, CSS, Pascal, Perl, Python, Lua, TeX, TCL, Assembler, Ruby, Lisp, Scheme, Properties, Diff, Smalltalk, Postscript, VHDL, Ada, Caml, AutoIt, KiXtart, Matlab and Verilog.
http://notepad-plus.sourceforge.net/uk/site.htm
Title: Re: Anybody use lisplink?
Post by: Chuck Gabriel on January 04, 2007, 01:05:19 PM
I use the vlide, and I actually like it pretty well.  Can you set breakpoints and/or single step through an AutoLISP program with any of the other IDE's?
Title: Re: Anybody use lisplink?
Post by: It's Alive! on January 04, 2007, 01:05:49 PM
I use it on occasions.  It was my primary editor for about 4 years (since I started writing lisp)  I have been using Notepad++  lately (I have been having trouble getting a new key for lisplink.  Mike (the developer/ owner) said that he has been having problems with his ISP  :pissed:.  I loved lisplink for dialog creation. and lisp loading.

I gave Mike a hard time about that a while back. But he has since switched to a new ISP.
He probably needed a break from me asking when it was going to be compatible with 2007. :-o


I think I would have gotten into vlide more if it was available as a standalone app. I do setup up large projects in vlide for compiling to .vlx files
Title: Re: Anybody use lisplink?
Post by: Mark on January 04, 2007, 01:57:50 PM
Anybody here use lisplink from http://www.caelink.com/lisplink.htm?
Just curious what editors people use for lisp.

Looks pretty good, is just a text editor?

I use Vim for editing and the VLide for debugging.
Title: Re: Anybody use lisplink?
Post by: It's Alive! on January 04, 2007, 02:24:12 PM
Anybody here use lisplink from http://www.caelink.com/lisplink.htm?
Just curious what editors people use for lisp.

Looks pretty good, is just a text editor?

I use Vim for editing and the VLide for debugging.



It’s specifically for Autolisp / Visual Lisp, it does the syntax highlighting, parentheses matching, formatting. It will find your local variables for you. You can setup large projects and add your own function names to the syntax highlighter. It comes with an .ARX file that allows you to load your lisp files directly into Autocad and also generate .FAS files. Oh yea it has a DCL stuff too

Its worth a look if you’re a serious lisper 
Title: Re: Anybody use lisplink?
Post by: jmaeding on January 11, 2007, 02:26:35 PM
Just saw this thread.
I use lisplink to automatically create the list of localized variables for me.
Typically, I copy the function from the VLIDE, open lisplink and paste in code.
Then highlight function name, and pick the "/" button.
It gives a list of vars used, you select and hit OK.
It puts them in your param list after the function name (param1 param2...\ localvar1...<it puts stuff here>)
Then copy just that and paste back in vlide, close lisplink and do not save.

I have not seen anything else as slick and localizing variables is time consuming by hand and a pain using the VLIDE reporting.
Title: Re: Anybody use lisplink?
Post by: CADaver on January 11, 2007, 02:43:01 PM
James my man,
  Just noticed you've joined the Swamp, a belated welcome.
Title: Re: Anybody use lisplink?
Post by: CAB on January 11, 2007, 02:48:50 PM
James,
In VLIDE just Ctrl-Alt-C  then copy & paste.
Title: Re: Anybody use lisplink?
Post by: terrycadd on January 11, 2007, 06:05:13 PM
I got turned on to Multi-Edit v9.10 and can't seem to let go. It has full support for other languages as well.
www.MultiEditSoftware.com
Title: Re: Anybody use lisplink?
Post by: qjchen on January 12, 2007, 02:32:05 AM
Yes, I do use Lisplink.
I like it for several reason
1) good color defination, now I define the color like the theme "EVENING" in GVIM.
2) seperate from autocad, and use "ctrl+A" to send the program to AUTOCAD
3) convenient to get the mail function or subrountine from the listbox, it is useful in a big code.
4) good DCL preview function
Title: Re: Anybody use lisplink?
Post by: Didge on January 12, 2007, 05:55:49 AM
VLIDE has become second nature to me, it seems to give me everything I need so I've never really investigated other packages.
Title: Re: Anybody use lisplink?
Post by: Kerry on January 12, 2007, 07:03:20 AM
VLIDE in Autocad (95% of my coding is done in the IDE )
I test continuously as I go, and all my library stuff is already loaded ... pretty hard to beat.

UltraEdit when not in Acad
Title: Re: Anybody use lisplink?
Post by: LE on January 12, 2007, 11:05:27 AM
text editor, vital lisp and now visual lisp... is all I have been using when writing lisp/dcl code
Title: Re: Anybody use lisplink?
Post by: ElpanovEvgeniy on January 12, 2007, 01:49:22 PM
VLIDE in Autocad = 95%
Pencil, pen, paper = 4%
%SystemRoot%\system32\notepad.exe = 1%
Title: Re: Anybody use lisplink?
Post by: Joe Burke on January 13, 2007, 11:05:01 AM
I hate vlide.

TextPad with Michael's vlisp.syn (syntax) file works for me.
Title: Re: Anybody use lisplink?
Post by: CAB on January 13, 2007, 12:23:04 PM
Strong word there Joe. Did you have a bad experience with VLIDE to "hate" it.

I use VLIDE 80% & UltraEdit with syntax highlighting 19% and maybe 1% paper & pen.
Just guesstimates on the percentages of course.
Title: Re: Anybody use lisplink?
Post by: dan19936 on January 13, 2007, 02:33:30 PM
I don't like VLIDE's handling of text selection & editing. I use Textpad w/syntax highlighting and have a few macros for indenting. I only use VLIDE for reformatting code & debugging when I'm stuck.

Dan
Title: Re: Anybody use lisplink?
Post by: Joe Burke on January 14, 2007, 12:09:44 PM
Strong word there Joe. Did you have a bad experience with VLIDE to "hate" it.

I use VLIDE 80% & UltraEdit with syntax highlighting 19% and maybe 1% paper & pen.
Just guesstimates on the percentages of course.

My sense of vlide is it was designed by a programmer, rather than someone experienced with interface issues. A poor interface always turns me off, regardless of what the program can do.

I agree with Dan regarding debugging. I'll use it for that (error trace) when I can't figure out where I've gone wrong via some other method.