We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2b614 commit 089ee6fCopy full SHA for 089ee6f
bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/TextViewer.java
@@ -3212,7 +3212,7 @@ public void setTopIndex(int index) {
3212
* @return the view port height in lines
3213
* @deprecated as of 3.2
3214
*/
3215
- @Deprecated(forRemoval= true, since= "2025-12")
+ @Deprecated
3216
protected int getVisibleLinesInViewport() {
3217
if (fTextWidget != null) {
3218
Rectangle clArea= fTextWidget.getClientArea();
0 commit comments