User forums > Nightly builds
The 12.11 RC1 (11 November 2012 build 8549) is out.
oBFusCATed:
--- Quote from: Alpha on November 21, 2012, 03:54:34 pm ---Which is why you would not see it in the latest revision ;).
--- End quote ---
Sorry, but I don't see it in 8579 and I have EditorTweaks plugin enabled. This seems like a rather strange place to add such a feature:)
Folco:
--- Quote ---This has already been fixed in the trunk, see revision 8580.
--- End quote ---
Nice, and thank you !
raynebc:
--- Quote from: dmoore on November 21, 2012, 04:58:27 pm ---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?
--- End quote ---
At the very least it shouldn't scroll the window when you use modifier keys. I routinely ALT+TAB between different windows of source code, and having it jump around from where I'm trying to look just complicates things. If you use arrow keys while the cursor is off screen, it should still probably scroll to make the cursor visible, but I'd guess that's functionality built more into the core of the IDE instead of a plugin? I'll probably turn it off because I couldn't immediately find that it does anything I need.
Alpha:
The attached patch should (hopefully) satisfy everyone. It moves configuration to a more logical spot, adds the option to completely disable, and functions more conservatively (only keys that add text, and specific navigation keys that I have enumerated, are detected).
--- Quote from: raynebc on November 21, 2012, 06:19:41 pm ---If you use arrow keys while the cursor is off screen, it should still probably scroll to make the cursor visible, but I'd guess that's functionality built more into the core of the IDE instead of a plugin?
--- End quote ---
Yes, that is in the core.
--- Quote from: oBFusCATed on November 21, 2012, 05:05:43 pm ---Sorry, but I don't see it in 8579 and I have EditorTweaks plugin enabled. This seems like a rather strange place to add such a feature:)
--- End quote ---
Well, if a fixed bug refuses to come back, I do not see anything to complain about :) (this might have something to do with an operating system specific way of sending keyboard events... this bug had been noticeable on my Ubuntu).
I put it in EditorTweaks because this function did not seem like a core requirement, and it is a tweak to how the editor acts. Is there somewhere else you suggest it be put?
(Note to self: whenever adding a new feature, no matter how nice, always make sure it can easily be disabled.)
MortenMacFly:
--- Quote from: Alpha on November 21, 2012, 11:58:51 pm ---The attached patch should (hopefully) satisfy everyone.
--- End quote ---
I'll give it a try and if everything is OK I think this should make it into trunk before the release. Any objections?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version