News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

scroll past the end feature...

Started by thesk, February 01, 2022, 06:48:35 PM

Previous topic - Next topic

thesk

Is there any way to enable scroll past the end feature in code::blocks IDE 20.03? Would be very helpful..

AndrewCot

It would be helpful if you indicated where in C::B with regards to which dialog/window/area you want to scroll past the end.

Also why do you want to scroll past the end when the end should be the end, but be aware I have no idea what area the end relates to. Also be aware that there have been changes in the nightly releases for the way scrolling in the build logs works  or if you interact with it then it does something differently compare to 20.03, but this was a while ago.

You could try the nightly build to see if it fixes what you want as there are allot of changes in the nightly build compared to 20.03.

BlueHazzard

This is possible in scintilla with the Function
SetEndAtLastLine

There is currently no option in codeblocks to enable this. You can add a Ticket on sourceforge. This should be straight forward to implement.

also see: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9fe39017cb7dd10cb6be82184129b9756d58e233 and https://github.com/notepad-plus-plus/notepad-plus-plus/issues/880

thesk

I want to have scroll past to end feature the area I write my code..