Author Topic: Parenthesis matching ... DUH!!!  (Read 5610 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Parenthesis matching ... DUH!!!
« Reply #15 on: July 04, 2006, 12:37:32 AM »
PERSONAL OPINION :

Anyone learning lisp, Vlisp may be better served using the VLIDE from Autocad, to take advantage of ;
Integrated Help,
Integrated formatting,
Integrated debugging  < this is a biggie >
Integrated Intellisense < for want of a better expression >

Appropos,
In line evaluation.
etc, etc, etc.

I believe that a lot of questions I see on forums could be resolved by use of the VLIDE.


Note : I have read arguments that using any integrated editor is evil .. and I don't want to get involved in that discussion here.
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.

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Parenthesis matching ... DUH!!!
« Reply #16 on: July 04, 2006, 12:49:59 AM »
Completely with you i agree!
I too use VLIDE from Autocad...

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Parenthesis matching ... DUH!!!
« Reply #17 on: July 04, 2006, 10:13:47 AM »
I too use VLIDE as my primary editor & it's great for debugging & formatting. I use a secondary editor for it's "Column Mode" and other features ("projects" is a nice one). Also to hold files I use for "Cut & Paste" of code sections. This reduces the open files in VLIDE.
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.

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Parenthesis matching ... DUH!!!
« Reply #18 on: July 04, 2006, 02:38:21 PM »
I believe that a lot of questions I see on forums could be resolved by use of the VLIDE.
AMEN brother Kerry! It is so easy to check/run just one line, or even one chunk, of code that may, or may not, be the source of your problem.

Personally, I don't care what editor that they use to code in. I just wish that if/when they have problems they'd at least place it into the VLIDE and check it for problems and/or set a break point and step through it themselves.