Home | History | Annotate | Download | only in idlelib

Lines Matching refs:lines

6 the lines which contain the block opening keywords, e.g. 'if', for the
7 enclosing block. The number of hint lines is determined by the numlines
8 variable in the CodeContext section of config-extensions.def. Lines which do
51 # Start two update cycles, one for context lines, one for font changes.
95 The indentation of empty lines (or comment lines) is INFINITY.
108 """Get context lines, starting at new_topvisible and working backwards.
115 lines = []
128 lines.append((linenum, indent, text, opener))
131 lines.reverse()
132 return lines, lastindent
135 """Update context information and lines visible in the context pane.
142 lines, lastindent = self.get_context(new_topvisible,
151 # with lines above new_topvisible:
155 lines, lastindent = self.get_context(new_topvisible,
158 self.info.extend(lines)
160 # empty lines in context pane:
162 # followed by the context hint lines: