Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3212,7 +3212,7 @@ public void setTopIndex(int index) {
* @return the view port height in lines
* @deprecated as of 3.2
*/
@Deprecated(forRemoval= true, since= "2025-12")
@Deprecated
protected int getVisibleLinesInViewport() {
if (fTextWidget != null) {
Rectangle clArea= fTextWidget.getClientArea();
Expand Down
Loading