Home
last modified time | relevance | path

Searched refs:maxLineIndex (Results 1 – 4 of 4) sorted by relevance

/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DLogWdg.py111 self.maxLineIndex = maxLines + 1
193 extraLines = int(float(str(self.text.index("end"))) - self.maxLineIndex)
223 maxLines = self.maxLineIndex - 1
230 … extraLines = len(strTagList) + int(float(str(self.text.index("end"))) - self.maxLineIndex)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledText.java8091 int maxLineIndex = renderer.maxWidthLineIndex; in resetCache() local
8094 if (0 <= maxLineIndex && maxLineIndex < content.getLineCount()) { in resetCache()
8095 renderer.calculate(maxLineIndex, 1); in resetCache()
8106 int maxLineIndex = renderer.maxWidthLineIndex; in resetCache() local
8109 if (0 <= maxLineIndex && maxLineIndex < content.getLineCount()) { in resetCache()
8110 renderer.calculate(maxLineIndex, 1); in resetCache()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledText.java8093 int maxLineIndex = renderer.maxWidthLineIndex;
8096 if (0 <= maxLineIndex && maxLineIndex < content.getLineCount()) {
8097 renderer.calculate(maxLineIndex, 1);
8108 int maxLineIndex = renderer.maxWidthLineIndex;
8111 if (0 <= maxLineIndex && maxLineIndex < content.getLineCount()) {
8112 renderer.calculate(maxLineIndex, 1);
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DFastColoredTextBox.cs3949 int maxLineIndex = -1; in GotoPrevBookmark()
3952 if (bookmark.LineIndex > maxLineIndex) in GotoPrevBookmark()
3954 maxLineIndex = bookmark.LineIndex; in GotoPrevBookmark()