I recently installed the latest web image. When I type code, it
automatically enters closing parens and brackets which I find more annoying than helpful. Where do I find the option to turn this off? I looked under "keyboard" (it seemed like the obvious choice), but it wasn't there. Thanks, Rick _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Although I'm sure local Squeakers will help you out, generally this
relates to Squeak list more so than it does to the Seaside one, http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: [hidden email] [mailto:seaside- > [hidden email]] On Behalf Of Rick Zaccone > Sent: Tuesday, August 28, 2007 11:34 AM > To: The Squeak Enterprise Aubergines Server - general discussion. > Subject: [Seaside] Turn of Auto Parens > > I recently installed the latest web image. When I type code, it > automatically enters closing parens and brackets which I find more > annoying than helpful. > > Where do I find the option to turn this off? I looked under > "keyboard" (it seemed like the obvious choice), but it wasn't there. > > Thanks, > > Rick > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Rick Zaccone
2007/8/28, Rick Zaccone <[hidden email]>:
> I recently installed the latest web image. When I type code, it > automatically enters closing parens and brackets which I find more > annoying than helpful. > > Where do I find the option to turn this off? I looked under > "keyboard" (it seemed like the obvious choice), but it wasn't there. Look open the preferences tool and serach for "smart". There should be an option called "smart parens" or something like this. You need to turn it off. Cheers Philippe > Thanks, > > Rick > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Aug 29, 2007, at 2007-08-29, 3:28 AM, Philippe Marschall wrote: > 2007/8/28, Rick Zaccone <[hidden email]>: >> I recently installed the latest web image. When I type code, it >> automatically enters closing parens and brackets which I find more >> annoying than helpful. >> >> Where do I find the option to turn this off? I looked under >> "keyboard" (it seemed like the obvious choice), but it wasn't there. > > Look open the preferences tool and serach for "smart". There should be > an option called "smart parens" or something like this. You need to > turn it off. > > Cheers > Philippe Thanks. That's what I needed. It's called ecompletionSmartCharacters and it's in the browsing category. Rick _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Rick Zaccone
Hi Rick,
2007/8/28, Rick Zaccone <[hidden email]>: > I recently installed the latest web image. When I type code, it > automatically enters closing parens and brackets which I find more > annoying than helpful. I have to say that this feature annoyed me too. But I tried to get used to because I thought it would help. And now, I really can't live without. It's so cool to select the expression and press $( to have both $( and $) added. Bye -- Damien Cassou _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Sep 3, 2007, at 12:44 AM, Damien Cassou wrote: > Hi Rick, > > 2007/8/28, Rick Zaccone <[hidden email]>: >> I recently installed the latest web image. When I type code, it >> automatically enters closing parens and brackets which I find more >> annoying than helpful. > > I have to say that this feature annoyed me too. But I tried to get > used to because I thought it would help. And now, I really can't live > without. It's so cool to select the expression and press $( to have > both $( and $) added. This is so frustrating. The fact is that Squeak has been able to do exactly that forever. Select the expression and press cmd-shift-9. That sounds obscure, but it's only one more key than shift-9 for $(. It works with $[, ${, $<, $' and $" too. My guess is that this "new feature" is popular because people don't know about the existing feature that does the same thing. The really tragic thing is that it gets in your way when you don't want it, which makes it discoverable, whereas the old way of doing it stays out of the way when you don't need it, and thus stays undiscovered. AutoParens or SmartKeys or whatever you want to call, it is a step backwards. Colin _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Sep 3, 2007, at 1:14 , Colin Putney wrote:
> On Sep 3, 2007, at 12:44 AM, Damien Cassou wrote: > >> Hi Rick, >> >> 2007/8/28, Rick Zaccone <[hidden email]>: >>> I recently installed the latest web image. When I type code, it >>> automatically enters closing parens and brackets which I find more >>> annoying than helpful. >> >> I have to say that this feature annoyed me too. But I tried to get >> used to because I thought it would help. And now, I really can't live >> without. It's so cool to select the expression and press $( to have >> both $( and $) added. > > This is so frustrating. The fact is that Squeak has been able to do > exactly that forever. Select the expression and press cmd-shift-9. > That sounds obscure, but it's only one more key than shift-9 for $ > (. It works with $[, ${, $<, $' and $" too. > > My guess is that this "new feature" is popular because people don't > know about the existing feature that does the same thing. The > really tragic thing is that it gets in your way when you don't want > it, which makes it discoverable, whereas the old way of doing it > stays out of the way when you don't need it, and thus stays > undiscovered. > > AutoParens or SmartKeys or whatever you want to call, it is a step > backwards. While I do agree with that, one huge problem with the "old" bindings is that they are hard-coded to the US keyboard layout and thus do not work on the majority of keyboards. - Bert - _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |