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

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Anybody use lisplink?
« Reply #15 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
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

LE

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

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Anybody use lisplink?
« Reply #17 on: January 12, 2007, 01:49:22 PM »
VLIDE in Autocad = 95%
Pencil, pen, paper = 4%
%SystemRoot%\system32\notepad.exe = 1%

Joe Burke

  • Guest
Re: Anybody use lisplink?
« Reply #18 on: January 13, 2007, 11:05:01 AM »
I hate vlide.

TextPad with Michael's vlisp.syn (syntax) file works for me.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Anybody use lisplink?
« Reply #19 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.
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.

dan19936

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

Joe Burke

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