AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Add "Select a folder" to add files to a project

Open morbius1st opened this issue 5 years ago • 3 comments

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

morbius1st avatar Oct 27 '20 05:10 morbius1st

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.

JD-Howard avatar Nov 21 '20 06:11 JD-Howard

This will end up as Workspaces with a different name... ;-)

rtogores avatar Jan 12 '21 22:01 rtogores

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.

JD-Howard avatar Jan 12 '21 22:01 JD-Howard