src/eric7/Cooperation/ChatWidget.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9481:0b936ff1bbb9 9482:a2bc06a54d9d
400 400
401 @param hashStr hash of the project (string) 401 @param hashStr hash of the project (string)
402 @param fileName project relative file name of the editor (string) 402 @param fileName project relative file name of the editor (string)
403 @param message command message (string) 403 @param message command message (string)
404 """ 404 """
405 from eric7.QScintilla.Editor import Editor
406
405 self.editorCommand.emit(hashStr, fileName, message) 407 self.editorCommand.emit(hashStr, fileName, message)
406
407 from eric7.QScintilla.Editor import Editor
408 408
409 if message.startswith( 409 if message.startswith(
410 Editor.StartEditToken + Editor.Separator 410 Editor.StartEditToken + Editor.Separator
411 ) or message.startswith(Editor.EndEditToken + Editor.Separator): 411 ) or message.startswith(Editor.EndEditToken + Editor.Separator):
412 vm = ericApp().getObject("ViewManager") 412 vm = ericApp().getObject("ViewManager")

eric ide

mercurial