NaaLaa

Full Version: horizontal scroll bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.
(02-17-2024, 04:05 PM)aliensoldier Wrote: [ -> ]I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.

I will see what I can do. It has been a long time since I modified the code in ngui.n7 Smile
(02-19-2024, 05:39 AM)Marcus Wrote: [ -> ]
(02-17-2024, 04:05 PM)aliensoldier Wrote: [ -> ]I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.

I will see what I can do. It has been a long time since I modified the code in ngui.n7 Smile

Have you made any progress?
Big Grin Nah, sorry, I forgot about it. So I can just repeat that I'll see what I can do. It's actually kind of a difficult thing to implement, I think, because it needs to keep track of the longest line in the document.
(09-29-2024, 07:38 PM)Marcus Wrote: [ -> ]Big Grin  Nah, sorry, I forgot about it. So I can just repeat that I'll see what I can do. It's actually kind of a difficult thing to implement, I think, because it needs to keep track of the longest line in the document.

I hope you get it someday, because it's a bit awkward to move with the cursors, but thanks anyway. Smile