- 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:
@@ -312,8 +312,6 @@ class FCShell(TermWidget):
|
||||
|
||||
self.init_tcl()
|
||||
|
||||
self._edit.set_model_data(self.app.myKeywords)
|
||||
|
||||
app_icon = QtGui.QIcon()
|
||||
app_icon.addFile(self.app.resource_location + '/app16.png', QtCore.QSize(16, 16))
|
||||
app_icon.addFile(self.app.resource_location + '/app24.png', QtCore.QSize(24, 24))
|
||||
|
||||
Reference in New Issue
Block a user