On Sat, Oct 11, 2008 at 5:15 PM, Napoléon <[EMAIL PROTECTED]> wrote: > >> > Try "Ctrl+/". Or right-click after selecting lines of code, under menu >> > "Format" -> "Line Comment". > .... > > Shortcuts using symbols or numbers must be avoided in a program which > is used in various countries, because these symbols can't be directly > accessed on every keyboard. Only the shortcuts using control keys > associated with functions keys (Fx) and, in a lesser extent, ascii > letters are reliable. For exemple, on a French keyboard I can comment > by "Ctrl+/" but I can't uncomment by "Ctrl+\", it's a great pity :-( > New shortcuts or buttons in the toolbar for comment/uncomment would be > highly appreciated!
There are already many shortcuts been used, and also esclips uses ctrl+/ to comment code, so I don't think using symbols or numbers are bad things. And I also haven't encountered your problem, so which platform are you using? Dos other ones meet the same thing? Maybe someone can help me. There are such toolbuttons before, but becuase of shortcuts, they seems no use at all, so I removed them. So I think we should find the problem out, then decide how to resolve it. > > By the way, how to change the color of the simple quoted strings (I > success only to change the double quoted ones). For single quoted strings, for example: character = u"fore:#E19618" > > I just discovered Ulipad (yesterday!), a great and nice editor indeed! > Keek on the good work! > Thanks. -- 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
