Author Topic: Anybody use lisplink?  (Read 8124 times)

0 Members and 1 Guest are viewing this topic.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8759
  • AKA Daniel
Anybody use lisplink?
« 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

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Anybody use lisplink?
« Reply #1 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.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

DanB

  • Bull Frog
  • Posts: 367
Re: Anybody use lisplink?
« Reply #2 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.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Anybody use lisplink?
« Reply #3 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.
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

VVA

  • Newt
  • Posts: 166
Re: Anybody use lisplink?
« Reply #4 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

Chuck Gabriel

  • Guest
Re: Anybody use lisplink?
« Reply #5 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?

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8759
  • AKA Daniel
Re: Anybody use lisplink?
« Reply #6 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
« Last Edit: January 04, 2007, 01:08:06 PM by Danielm103 »

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: Anybody use lisplink?
« Reply #7 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.
TheSwamp.org  (serving the CAD community since 2003)

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8759
  • AKA Daniel
Re: Anybody use lisplink?
« Reply #8 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 

jmaeding

  • Bull Frog
  • Posts: 304
  • I'm just here for the Shelties.
Re: Anybody use lisplink?
« Reply #9 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.
James Maeding

CADaver

  • Guest
Re: Anybody use lisplink?
« Reply #10 on: January 11, 2007, 02:43:01 PM »
James my man,
  Just noticed you've joined the Swamp, a belated welcome.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Anybody use lisplink?
« Reply #11 on: January 11, 2007, 02:48:50 PM »
James,
In VLIDE just Ctrl-Alt-C  then copy & paste.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

terrycadd

  • Guest
Re: Anybody use lisplink?
« Reply #12 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

qjchen

  • Bull Frog
  • Posts: 285
  • Best wishes to all
Re: Anybody use lisplink?
« Reply #13 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
http://qjchen.mjtd.com
My blog http://chenqj.blogspot.com (Chinese, can be translate into English)

Didge

  • Bull Frog
  • Posts: 211
Re: Anybody use lisplink?
« Reply #14 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.
Think Slow......