if (!someFunction
if you guessed "(!someFunction", you're right, but weird. surely we
wanted this to just delete "someFunction"? this caught me out earlier
because i basically ended up turning
if (!x()) {
into
if (y()) {
because i noticed the ( disappear but not the !.
--
Elliott Hughes - http://www.jessies.org/~enh/
if (!someFunction
if (!x()) {
into
if (y()) {
--
You received this message because you are subscribed to the Google Groups "evergreen-users" group.
To post to this group, send email to evergre...@googlegroups.com.
To unsubscribe from this group, send email to evergreen-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/evergreen-users?hl=en.
Mac OS' TextEdit also deletes 'someFunction' and leaves the ! alone,
upon alt-backspace.
Personally I don't think I've ever used ctrl-backspace; I usually
either select then delete or just hammer the delete key and pretend I'm
thinking, so if you correct Evergreen's behaviour it won't bother me
either way.
-ed
Personally I don't think I've ever used ctrl-backspace; I usually either select then delete or just hammer the delete key and pretend I'm thinking, so if you correct Evergreen's behaviour it won't bother me either way.