Author Topic: scroll past the end feature...  (Read 4205 times)

Offline thesk

  • Single posting newcomer
  • *
  • Posts: 9
scroll past the end feature...
« on: February 01, 2022, 06:48:35 pm »
Is there any way to enable scroll past the end feature in code::blocks IDE 20.03? Would be very helpful..

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: scroll past the end feature...
« Reply #1 on: February 01, 2022, 09:53:34 pm »
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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: scroll past the end feature...
« Reply #2 on: February 01, 2022, 10:01:30 pm »
This is possible in scintilla with the Function
Code
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

Offline thesk

  • Single posting newcomer
  • *
  • Posts: 9
Re: scroll past the end feature...
« Reply #3 on: February 02, 2022, 06:12:57 pm »
I want to have scroll past to end feature the area I write my code..