Show More
@@ -412,7 +412,7 b' class WxConsoleView(stc.StyledTextCtrl):' | |||||
412 | self.AutoCompSetIgnoreCase(False) |
|
412 | self.AutoCompSetIgnoreCase(False) | |
413 | self.AutoCompSetAutoHide(False) |
|
413 | self.AutoCompSetAutoHide(False) | |
414 | #let compute the length ot last word |
|
414 | #let compute the length ot last word | |
415 | splitter = [' ', '(', '[', '{'] |
|
415 | splitter = [' ', '(', '[', '{','='] | |
416 | last_word = self.getCurrentLine() |
|
416 | last_word = self.getCurrentLine() | |
417 | for breaker in splitter: |
|
417 | for breaker in splitter: | |
418 | last_word = last_word.split(breaker)[-1] |
|
418 | last_word = last_word.split(breaker)[-1] |
General Comments 0
You need to be logged in to leave comments.
Login now