- major refactoring: started to move the methods connected to the Edit menu to their own class to clean up the App mega class

This commit is contained in:
Marius Stanciu
2024-03-28 14:49:05 +02:00
parent d583bb8cf2
commit e7cd73fde1
17 changed files with 766 additions and 726 deletions

View File

@@ -28,7 +28,7 @@ import builtins
from appObjects.AppObjectTemplate import ObjectDeleted
from appGUI.VisPyVisuals import *
from appGUI.PlotCanvasLegacy import ShapeCollectionLegacy
from appEditors.AppTextEditor import AppTextEditor
from appEditors.appTextEditor import AppTextEditor
from camlib import CNCjob