- refactored the code for the file registration and for the keywords update into its own class to make the main class smaller
- when creating new files the file names are added to the beginning of the keywords list for the usage of Qt auto-completer
This commit is contained in:
@@ -175,7 +175,7 @@ class AppTextEditor(QtWidgets.QWidget):
|
||||
|
||||
# self.button_copy_all.clicked.connect(self.handleCopyAll)
|
||||
|
||||
self.code_editor.set_model_data(self.app.myKeywords)
|
||||
self.code_editor.set_model_data(self.app.regFK.myKeywords)
|
||||
|
||||
self.code_edited = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user