On 31/07/2005, at 13.05, Andreas Wahlin wrote:
In order for the system caret to move with pageup/down, I use this in my Keybindings file [...] This works all and well, but is it possible to get smooth scrolling with it to?
No, currently not.
Also, I'd like tab to indent/outdent lines of selected code, but "\U0009" = "indent:"; /* Tab */ seems to do nothing (actually, it does do something, it completely disables tab in textpad).
The action method you want is shiftRight: -- but if you bind tab to that action, it'll always do a shift right, so you'll lose the ability to insert tab characters (on tab at least).