Project/LexerAssociationDialog.py

changeset 3010
befeff46ec0f
parent 2995
63d874899b8b
child 3030
4a0a82ddd9d2
child 3057
10516539f238
equal deleted inserted replaced
3009:bf5ae5d7477d 3010:befeff46ec0f
106 self.editorFileExtEdit.clear() 106 self.editorFileExtEdit.clear()
107 self.editorLexerCombo.setCurrentIndex(0) 107 self.editorLexerCombo.setCurrentIndex(0)
108 108
109 def on_editorLexerList_itemClicked(self, itm, column): 109 def on_editorLexerList_itemClicked(self, itm, column):
110 """ 110 """
111 Private slot to handle the clicked signal of the lexer association list. 111 Private slot to handle the clicked signal of the lexer association
112 list.
112 113
113 @param itm reference to the selecte item (QTreeWidgetItem) 114 @param itm reference to the selecte item (QTreeWidgetItem)
114 @param column column the item was clicked or activated (integer) 115 @param column column the item was clicked or activated (integer)
115 (ignored) 116 (ignored)
116 """ 117 """

eric ide

mercurial