Qt Creator: Is there a ViewPageUp/Down but for only half the page?
-
ViewPageUp/Down are functions built into Qt Creator that "Move the View a Page Up/Down and Keep the Cursor Position". In my system, they are bound to Ctrl+PgUp/Ctrl+PgDown.
I'd like to be able to scroll the page up / down by half the split so that I can continue to see what I'm working on.
Is there such a capability?
-
ViewPageUp/Down are functions built into Qt Creator that "Move the View a Page Up/Down and Keep the Cursor Position". In my system, they are bound to Ctrl+PgUp/Ctrl+PgDown.
I'd like to be able to scroll the page up / down by half the split so that I can continue to see what I'm working on.
Is there such a capability?
-
I was able to simulate this by recording a macro to scroll up / down by a fixed number of lines.
The problem is that if I change the font size or split size, then, the macro doesn't work properly.
It would be great to have a built functions.
Hi @Harjit,
I'm not aware of such a function.
If this feature is still relevant for you, I suggest you file a suggestion at bugreports.qt.io
This is a user forum and so your request will not be picked up.
Regards