2013/7/5 Michael Wood <[email protected]>: > On 5 July 2013 14:17, Laurent PETIT <[email protected]> wrote: >> >> 2013/6/29 Niels van Klaveren <[email protected]>: >> > In my version of CCW CTRL-/ multiline (un)commenting just works (under >> > Windows). >> > Perhaps it's a keyboard shortcut problem ? >> > >> > Only problem there is when multiple lines are selected, and some are >> > uncommented, uncommenting the whole block doesn't work. >> >> Right, but what should be done, then? The command is a "toggle", but >> there are both commented and uncommented lines: should it comment all >> lines, or uncomment all lines? > > > Well, there are four reasonable-ish possibilities: > > 1.) Do nothing, because it is ambiguous. > > 2.) Uncomment all lines. > > 3.) Comment all lines. > > 4.) Uncomment all commented lines and comment all uncommented lines. > > I think that doing either 2 or 3 would be more useful than 1 or 4, but since > I don't use Eclipse it doesn't matter to me :)
Well, maybe comment all lines then, because it's invertible. Ctrl + / would add a ; in front on every line. And if it's not what I'd like to do, no problem, Ctrl + / again would remove the ; Nice google account, btw ;-) > > -- > Michael Wood <[email protected]> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
