AutoLispExt
AutoLispExt copied to clipboard
Add "Select a folder" to add files to a project
Is your feature request related to a problem? Please describe. Not a problem - just makes things easier.
Describe the solution you'd like All the selection of a folder and have the system select all of the files in the folder automatically.
Describe alternatives you've considered none
Additional context none
PR #51 adds folder support through a context menu on a workspace directory. On the Project TreeView, the right click a context menu item was added for specifying a single folder.
This will end up as Workspaces with a different name... ;-)
This will end up as Workspaces with a different name... ;-)
AutoLisp doesn't have the ability to do explicit "import" declarations for function definitions/constants you expect to use from other files and often uses a lot of shared functionality. Projects help make those associations without creating a ton of false positives from your entire workspace as auto-completion values. Plus you must keep in mind that AutoCAD operates in the world of extreme reverse compatibility and this extensions is supposed to completely replace the original IDE at some point.