Searched refs:CodeContext (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | codecontext.py | 45 class CodeContext: class 263 CodeContext.reload()
|
D | config-extensions.def | 9 [CodeContext]
|
D | NEWS2x.txt | 37 - CodeContext was not importing. 130 - Patch #1362975: Rework CodeContext indentation algorithm to 208 - Fixed CodeContext alignment problem, following suggestion from Tal Einat. 210 - Increased performance in CodeContext extension Patch 936169 Noam Raphael 310 - CodeContext hint pane visibility state is now persistent across sessions. 318 - New Extension: CodeContext. Provides block structuring hints for code
|
D | editor.py | 59 from idlelib.codecontext import CodeContext 338 self.code_context = self.CodeContext(self)
|
D | configdialog.py | 33 from idlelib.codecontext import CodeContext 41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_codecontext.py | 81 self.cc = codecontext.CodeContext(self.editor) 134 codecontext.CodeContext.reload() 343 @mock.patch.object(codecontext.CodeContext, 'update_code_context')
|
/third_party/quickjs/ |
D | quickjs.c | 30433 typedef struct CodeContext { struct 30443 } CodeContext; argument 30449 static BOOL code_match(CodeContext *s, int pos, ...) in code_match() 30788 CodeContext cc; in resolve_variables() 31197 static BOOL code_has_label(CodeContext *s, int pos, int label) in code_has_label() 31353 CodeContext cc; in resolve_labels()
|