Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Github - Autodesk-AutoCAD / AutoLispExt feedback location.

12 REPLIES 12
Reply
Message 1 of 13
Bud_Schroeder_ADESK
6760 Views, 12 Replies

Github - Autodesk-AutoCAD / AutoLispExt feedback location.

Hello,

 

We have recently created a Github feedback location where you can share your feedback for the AutoLisp Visual Studio Code Extension.

 

https://github.com/Autodesk-AutoCAD/AutoLispExt/issues

 

Thanks in advance for posting your feedback there and we are looking forward to seeing all your great feedback. 

 

Bud Schroeder
AutoCAD Customer Council Beta Programs
Autodesk Inc.

Join the AutoCAD Customer Council Beta Program.


12 REPLIES 12
Message 2 of 13

Hello Bud

 

Thanks for the Info !

 

THE HEALTH (Stay Safe), Regards, Patrice (The Old French EE Froggy)

 

 

 

Patrice ( Supporting Troops ) - Autodesk Expert Elite
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks

Patrice BRAUD

EESignature


Message 3 of 13

Thanks Pat and please stay safe as well. 

 

Bud 

Bud Schroeder
AutoCAD Customer Council Beta Programs
Autodesk Inc.

Join the AutoCAD Customer Council Beta Program.


Message 4 of 13

add support for Notepad++ please.

Message 5 of 13

???

Sebastian

Message 6 of 13
hak_vz
in reply to: jtm2020hyo

@jtm2020hyoWhat do you mean by adding support to Notepad++ ?. This is an freeware editor that you can use without special support.

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.
Message 7 of 13

I mean, create another extension but for Notepad++. this already was requested for other user in other post related to AutoLisp Extensions

Message 8 of 13

There is a lisp Notepad++ extension already is that what your talking about works great.

 

; This routine runs the code in the active editor of NotePad++ from AutoCAD:
(defun C:n++ nil (C:RunFromNotePadPP)) ; Quick Run
(defun C:NoteP ( / scr *error* err np++ npeditor npSS npMS r )
; NOTE: Requires ActiveX plugin(by David Gausmann) installed on the NP++
; https://sourceforge.net/projects/nppactivexplugin/

Message 9 of 13
hak_vz
in reply to: Sea-Haven

 @Sea-Haven 

Did you mean this

Run code from Notepad++ 

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.
Message 10 of 13

Here we see light to open a great Lisp domain for Advance Steel extensions with Lisps.

We wish we could use the Interop dll from the lisps

 

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-make-my-own-vla-or-vlax-funct...

 

 

 

Thank you very much @dbroad 

I will use these functions from the Advance Steel

For the Current situation it is the Accepted Solutions

 

 

For every time for every files we will use these at the starting

 

(vlax-import-type-library :tlb-filename "C:\\Program Files\\Autodesk\\AutoCAD 2021\\ADVS\\AstorMain5.tlb" :methods-prefix "asm-" :properties-prefix "asg-" :constants-prefix "asc-")
T

 

660  Objects found  for asm types that is advance steel methods

 

SanjoyNath_0-1619126607903.png

 

 

 

660 types of Advance Steel constants are found

 

SanjoyNath_1-1619126777450.png

 

760 asg types found

 

SanjoyNath_2-1619126889354.png

 

 

Sanjoy Nath
BIM Manager And Digital Lead (Structures Online)
BOOST, AR , VR ,EPM,IFC API,PDF API , CAD API ,Revit API , Advance Steel API
Founder of Geometrifying Trigonometry(C)
Message 11 of 13

Thanks for the information!!!:smiling_face_with_smiling_eyes:

Message 12 of 13
JamesMaeding
in reply to: SanjoyNath

Ah, so that brings up the question - is it full autolisp support in LT?

I can write lisp functions in .net, then call them from regular lisp routine.

I guess that would require the Netload command in LT, which I doubt is there.

Anyway, will LT lisp work with com? (It must, right)

Also, any limitations on a mac? I heard the M processors are good with acad.

thx


internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties

Message 13 of 13
Owackenreuther
in reply to: Sea-Haven

Thanks for sharing!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report