User forums > Nightly builds

The 12.11 RC1 (11 November 2012 build 8549) is out.

<< < (18/21) > >>

Folco:
Cf. http://forums.codeblocks.org/index.php/topic,17070.msg117151.html#msg117151
Seems to be Win only.

Alpha:

--- Quote from: raynebc on November 20, 2012, 09:13:35 pm ---I've also noticed that if the cursor is not close enough to the center of the visible portion of the file window (ie. no more than 4 lines away from the top/bottom), pressing any of various keys (SHIFT, ALT, CTRL, CAPS_LOCK) causes the window to scroll one line at a time moving the cursor toward the center of the screen.  Is this a feature I can turn off?

--- End quote ---
The EditorTweaks plugin tries to keep the position in the editor away from the edges. It scrolls one line up/down (when needed) based on a calculation every keypress.  Disabling the EditorTweaks plugin is currently the only method to turn off this check.


--- Quote from: Folco on November 21, 2012, 12:10:04 pm ---The edition window.
1. Put the edition cursor somewhere in the editing zone
2. Scroll up to make the cursor disappear at the bottom of the screen
3. Press the Ctrl key, it should scroll down line-by-line until the cursor appears in the editing zone

--- End quote ---
This has already been fixed in the trunk, see revision 8580.

--- Quote from: oBFusCATed on November 21, 2012, 12:46:03 pm ---Doesn't happen to me, I'm using the latest rev on Linux.  ::)

--- End quote ---
Which is why you would not see it in the latest revision ;).

dmoore:

--- Quote from: Alpha on November 21, 2012, 03:54:34 pm ---
--- Quote from: raynebc on November 20, 2012, 09:13:35 pm ---I've also noticed that if the cursor is not close enough to the center of the visible portion of the file window (ie. no more than 4 lines away from the top/bottom), pressing any of various keys (SHIFT, ALT, CTRL, CAPS_LOCK) causes the window to scroll one line at a time moving the cursor toward the center of the screen.  Is this a feature I can turn off?

--- End quote ---
The EditorTweaks plugin tries to keep the position in the editor away from the edges. It scrolls one line up/down (when needed) based on a calculation every keypress.  Disabling the EditorTweaks plugin is currently the only method to turn off this check.

--- End quote ---

What is this?

Alpha:
Patch 3354 added this action.  Try typing a bunch of new lines, or holding backspace to delete a bunch of lines, or moving the caret with the arrow keys.  (Assuming EditorTweaks is enabled) the editor will scroll every time you get close to the top/bottom, so that a buffer of several lines of text will always be visible (so you can see the upcoming context, and are never working blindly on the bottom line of the editor).

dmoore:

--- Quote from: Alpha on November 21, 2012, 04:50:01 pm ---Patch 3354 added this action.  Try typing a bunch of new lines, or holding backspace to delete a bunch of lines, or moving the caret with the arrow keys.  (Assuming EditorTweaks is enabled) the editor will scroll every time you get close to the top/bottom, so that a buffer of several lines of text will always be visible (so you can see the upcoming context, and are never working blindly on the bottom line of the editor).

--- End quote ---

So judging by the complaints it would be better if it (a) only responded to key presses that add or remove characters in the editor, and/or (b) had a menu toggle?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version