Project Management (Deprecated in v7.0)¶
Status: Deprecated¶
Note: Project management functionality was significantly simplified in v7.0 compared to v3.60.
v3.60 Modules (Removed)¶
The following v3.60 project management modules do not exist in v7.0:
PROJECT - Project file management (merged into core initialization)
PJ_NAME - Project naming logic (simplified, embedded in CSV.lsp)
NEW - New project creation dialog (simplified logic, no dedicated module)
DWGNEW - New drawing setup (simplified, no dedicated module)
DWGOLD - Legacy drawing compatibility (removed entirely)
v7.0 Approach¶
Instead of separate project management modules, v7.0 uses:
Dictionary-based detection - Checks for
panel_listandsite_listin named object dictionaryEmbedded initialization - Project logic embedded directly in CSV.lsp
Simplified workflow - Removed trial period enforcement and licensing checks
See Also¶
v3.60 vs v7.0 Comparison - Full architectural comparison
v7.0 CSV.lsp Analysis - Current entry point implementation