On Mon, Dec 15, 2008 at 5:43 AM, Werner F. Bruhin <[email protected]> wrote: > > Dick Moores wrote: >> >> On Sun, Dec 14, 2008 at 09:16, Werner F. Bruhin <[email protected]> wrote: >> >> >>> >>> Dick Moores wrote: >>> >>>> >>>> I use Alt+S often. I don't see it in the printout. >>>> >>>> >>> >>> If you are looking for short cut to spell then it is "F7" >>> >> >> No, I don't care about spellcheck. Alt+S has existed for a long time: >> given 2 lines 5 and 6, with caret on line 6, Alt+S swaps the contents >> of lines 5 and 6. Very handy, and I don't want to lose it. >> > > Just tried it. Alt-s is still swapping two lines. > > Werner >
Alt+S is not defined in ulipad, but underlying control styledtextcontrol, so you can just use it when you are editing documents. There are other short-cuts relationship with editing, and they are defined in STC control, but not in menu item, so you cann't see them in app.frame.printAccel(). And for Save As, I haven't define it too, I think you defined it yourself, you can check config.ini. -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: (new)http://http://hi.baidu.com/limodou (old)http://www.donews.net/limodou
