- in Code Editor added shortcut combo key CTRL+SHIFT+V to function as a Special Paste that will replace the '\' char with '/' so the Windows paths will be pasted correctly for TCL Shell. Also doing SHIFT + LMB on the Paste in contextual menu is doing the same.

This commit is contained in:
Marius Stanciu
2019-03-19 02:44:06 +02:00
parent 39eaf12fef
commit e57b913b7f
3 changed files with 46 additions and 1 deletions

View File

@@ -1414,7 +1414,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.cncjob_tab_layout.setContentsMargins(2, 2, 2, 2)
self.cncjob_tab.setLayout(self.cncjob_tab_layout)
self.code_editor = QtWidgets.QTextEdit()
self.code_editor = FCTextAreaExtended()
stylesheet = """
QTextEdit { selection-background-color:yellow;
selection-color:black;