- made sure that the 'default' postprocessor file is always loaded first such that this name is always first in the GUI comboboxes

- added a class in GUIElements for a TextEdit box with line numbers and highlight
This commit is contained in:
Marius Stanciu
2019-11-14 12:24:49 +02:00
committed by Marius
parent dfbd4452a1
commit 175e2f7af2
6 changed files with 158 additions and 5 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
14.11.2019
- made sure that the 'default' postprocessor file is always loaded first such that this name is always first in the GUI comboboxes
- added a class in GUIElements for a TextEdit box with line numbers and highlight
13.11.2019
- trying to improve the performance of View CNC Code command by using QPlainTextEdit; made the mods for it