The automatic supply of the right parenthesis when a left parenthesis is typed appears to cost me more time in deleting the extra than it saves in the more rare events when I can use the feature. How can I safely stop it for all the p, brackets, and curly braces? Thanks. Kirk W. Fraser
www.JesusGospelChurch.com - Replace the fraud churches with the true church.
http://freetom.info - Example of False Justice common in America _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Fri, Feb 20, 2015 at 02:02:07PM -0800, Kirk Fraser wrote:
> The automatic supply of the right parenthesis when a left parenthesis is > typed appears to cost me more time in deleting the extra than it saves in > the more rare events when I can use the feature. How can I safely stop it > for all the p, brackets, and curly braces? Thanks. > Yes, there is a preference. Look in category "Morphic" and disable the "Auto Enclose" preference. Some people like this preference a lot. Others think it is horrible. Dave _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Fri, 20 Feb 2015, David T. Lewis wrote:
> On Fri, Feb 20, 2015 at 02:02:07PM -0800, Kirk Fraser wrote: >> The automatic supply of the right parenthesis when a left parenthesis is >> typed appears to cost me more time in deleting the extra than it saves in >> the more rare events when I can use the feature. How can I safely stop it >> for all the p, brackets, and curly braces? Thanks. >> > > Yes, there is a preference. Look in category "Morphic" and disable the > "Auto Enclose" preference. > > Some people like this preference a lot. Others think it is horrible. This implmenentation is not the best. The one in E/OCompletion is better. Levente > > Dave > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
A better way to have, or not have, it is to use a key combination. Mathematica uses SHIFT-ALT ( , [ , or { to get (), [], or {}, otherwise you get the single character. Michael On Fri, Feb 20, 2015 at 8:29 PM, Levente Uzonyi <[hidden email]> wrote: On Fri, 20 Feb 2015, David T. Lewis wrote: _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Levente Uzonyi-2
> On 20.02.2015, at 17:29, Levente Uzonyi <[hidden email]> wrote: > > On Fri, 20 Feb 2015, David T. Lewis wrote: > >> On Fri, Feb 20, 2015 at 02:02:07PM -0800, Kirk Fraser wrote: >>> The automatic supply of the right parenthesis when a left parenthesis is >>> typed appears to cost me more time in deleting the extra than it saves in >>> the more rare events when I can use the feature. How can I safely stop it >>> for all the p, brackets, and curly braces? Thanks. >>> >> >> Yes, there is a preference. Look in category "Morphic" and disable the >> "Auto Enclose" preference. >> >> Some people like this preference a lot. Others think it is horrible. > > This implmenentation is not the best. The one in E/OCompletion is better. - Bert - _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners smime.p7s (5K) Download Attachment |
In reply to this post by Kirk Fraser
> On Sat, 21 Feb 2015, Bert Freudenberg wrote: >I love the feature (in other editors), but hate its current behavior. If that one is >better, why don't we use that? +1 -but retain the preference so it can be turned off.
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Bert Freudenberg
>>> Some people like this preference a lot. Others think it is horrible.
>> >> This implmenentation is not the best. The one in E/OCompletion is better. > > I love the feature (in other editors), but hate its current behavior. If that one is better, why don't we use that? This preference is part of the low-level interface which affects the overall fidelity of the Squeak user-experience. If we are going to make any changes to this, may we please start it out in the Inbox where we can all try it and discuss it in more objective terms than "love", "hate", "better" and "horrible"? I see OCompletion has a head version in SqueakMap, great! So we can try it out right now and see why its better.. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |