40:f22c4a330026 | 41:333735b1a460 |
---|---|
283 elif ch == '(': | 283 elif ch == '(': |
284 break | 284 break |
285 col -= 1 | 285 col -= 1 |
286 | 286 |
287 word = editor.getWordLeft(line, col) | 287 word = editor.getWordLeft(line, col) |
288 if context and not sep: | |
289 # no separator was found -> no context completion | |
290 context = False | |
288 if context: | 291 if context: |
289 self.__lastContext = word | 292 self.__lastContext = word |
290 else: | 293 else: |
291 self.__lastContext = None | 294 self.__lastContext = None |
292 | 295 |