lisp - check edit window

lisp - check edit window

Wheelie22
Collaborator Collaborator
986 Views
6 Replies
Message 1 of 7

lisp - check edit window

Wheelie22
Collaborator
Collaborator

We had ACAD 2021 installed last week (from ACAD 2017), and now I see Vlide has changed.

I used to get a variable check with the command : check edit window

Is this gone or is there a option for this ?

0 Likes
Accepted solutions (1)
987 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable

To use Vlide just change the variable LISPSYS > 0.

0 Likes
Message 3 of 7

hak_vz
Advisor
Advisor

Check this link about enabling vlide in Autocad 2021.

There is new development platform Visual Studio Code that is set to be default editor.

To enable vlide you have to change system variable LISPSYS to 0.

You can use System variable monitor

or run in command line

 

 

(setvar 'LISPSYS 0)

 

 

 

 

 

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
0 Likes
Message 4 of 7

rkmcswain
Mentor
Mentor

@Wheelie22 - it's still there. Or use Ctrl+Atl+C

 

R.K. McSwain     | CADpanacea | on twitter
0 Likes
Message 5 of 7

Wheelie22
Collaborator
Collaborator

Almost, here is the <build Output> check in 2017 :

ACAD2017.png

And here the same file in 2021 :

ACAD2021.png

No more Global variables ?

0 Likes
Message 6 of 7

rkmcswain
Mentor
Mentor
Accepted solution

@Wheelie22 - in the VLIDE, go to Tools > Environment Options > General Options > Diagnostic tab

 

Make sure all of those are checked ON.

 

R.K. McSwain     | CADpanacea | on twitter
Message 7 of 7

Wheelie22
Collaborator
Collaborator

Great, thanks all.