- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user