Add_Bookmark
Purpose: Collect and store basic positional data about selected entities into a global bookmark list for later use Scope: Works on TEXT, MTEXT, LINE, LWPOLYLINE, POLYLINE, CIRCLE, SPLINE, and INSERT (blocks) Output storage: Appends entries to global variable *textPositions* in the form (label startPoint endPoint)
BookmarkEntities
Sort / Purpose: Bookmark entities in the current drawing and revisit them later by name, coordinates, color, and custom remarks. • Scope: Lets you pick TEXT, MTEXT, LINE, (LW)POLYLINE, CIRCLE, SPLINE, INSERT (blocks), stores their positions + color, and gives you a manager dialog to zoom to them, duplicate, delete, filter by type, and save/load the list per DWG. • Goal: Act as a “bookmark manager” for important entities: details, nodes, blocks, texts, etc., so you can quickly navigate and annotate them across work sessions.Clear_Bookmarks
Clears the internal **bookmark list** used by BMEntityPos for storing text/entity positions Provides a simple confirmation dialog before erasing stored data Ensures the global list *textPositions* is reset safelyExp_Imp_NamedViews
🧭 AutoCAD AutoLISP utility for exporting and importing Named Views and related Visual Styles through a DCL dialog, predefined project folders, TXT files, and session aware folder handling.

NamedViewList
🔍 NamedViewList is an AutoCAD AutoLISP named view manager that lists saved Named Views in a searchable DCL dialog, supports filtering, multi-select restore, zoom, delete, and double-click rename.

ToolbarManager
Sort / Purpose: Interactive manager for showing and hiding AutoCAD toolbars using a filterable, grouped list dialog. • Scope: Reads all toolbars from all menu groups, displays them with their group names, and lets you control visibility in bulk. • Goal: Quickly create, recall, and adjust toolbar layouts without hunting through CUI, using saved filter and group selections between runs.
