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") |