In the Basic IDE there is a Line number status ".uno:StatusGetPosition" that shows the current line and column numbers. When you click it, nothing happens. Instead, we should have a small "Go to line" dialog, that allows the user to enter a line number and then the cursor would be moved to the line specified by the user. This feature would be similar to when you click "Page" in Writer's status bar. This is specially relevant when the module gets too big (1000+ lines), as the modules in the ScriptForge library.
Proposed patch here: https://gerrit.libreoffice.org/c/core/+/162108
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d9d9ec70395ed5ad8ac4b985b8c9215af7436258 tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDE It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Very cool feature, thank you for the implementation!
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/52188252bb5d44e15266b84b771599a453438ba6 Related tdf#158749 The "Go to Line" dialog should not be resizable It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.