Hi, I don't like how the browser/editor thinks it is smarter than me (even if it is). How do I completely turn off the "feature" of it inserting an extra ' whenever I myself type an ' ? I really, really hate that. I've gone through the preferences and tried turning off anything related to eCompletion and Shout, and I've tried changing the system default browser. The darn thing is still making me navigate around these extra 's which is just not how I code. I feel like I've asked this question here before, like two years ago. In any case, I again gave up and went back to Squeak which does not force this upon me. If it is your intention to allow users to turn this off, it would be nice to know how that is accomplished. Thanks again, Tim
Hi Tim, Uncheck Code Browsing > eCompletion > Smart Characters in the system settings. Cheers, Lukas On 5 April 2011 17:31, Tim Johnson <tjohnson@iwu.edu> wrote:
Hi,
I don't like how the browser/editor thinks it is smarter than me (even if it is).
How do I completely turn off the "feature" of it inserting an extra ' whenever I myself type an ' ? Â I really, really hate that.
I've gone through the preferences and tried turning off anything related to eCompletion and Shout, and I've tried changing the system default browser. Â The darn thing is still making me navigate around these extra 's which is just not how I code.
I feel like I've asked this question here before, like two years ago. Â In any case, I again gave up and went back to Squeak which does not force this upon me.
If it is your intention to allow users to turn this off, it would be nice to know how that is accomplished.
Thanks again, Tim
-- Lukas Renggli www.lukas-renggli.ch
I wrote this once... http://book.pharo-project.org/book/CustomizingPharo/SmartCharactersAutocompl... does it need an udpate? if true, send it to me and I change it mariano On Tue, Apr 5, 2011 at 6:03 PM, Lukas Renggli <renggli@gmail.com> wrote:
Hi Tim,
Uncheck Code Browsing > eCompletion > Smart Characters in the system settings.
Cheers, Lukas
On 5 April 2011 17:31, Tim Johnson <tjohnson@iwu.edu> wrote:
Hi,
I don't like how the browser/editor thinks it is smarter than me (even if it is).
How do I completely turn off the "feature" of it inserting an extra ' whenever I myself type an ' ? I really, really hate that.
I've gone through the preferences and tried turning off anything related to eCompletion and Shout, and I've tried changing the system default browser. The darn thing is still making me navigate around these extra 's which is just not how I code.
I feel like I've asked this question here before, like two years ago. In any case, I again gave up and went back to Squeak which does not force this upon me.
If it is your intention to allow users to turn this off, it would be nice to know how that is accomplished.
Thanks again, Tim
-- Lukas Renggli www.lukas-renggli.ch
-- Mariano http://marianopeck.wordpress.com
On Apr 5, 2011, at 11:11 AM, Mariano Martinez Peck wrote:
I wrote this once...
http://book.pharo-project.org/book/CustomizingPharo/SmartCharactersAutocompl...
does it need an udpate? if true, send it to me and I change it
Ah, yes! I remember this now. This is a good bit of documentation, thanks. I don't know if it may need changes for 1.2.1 images though. Thanks, Tim
On Apr 5, 2011, at 11:03 AM, Lukas Renggli wrote:
Uncheck Code Browsing > eCompletion > Smart Characters in the system settings.
Hi Lukas & Marcus, Thanks for the tips. - In the One-click 1.1.1 image (CogVM) from the Pharo homepage, this preference is not present. - In the One-click 1.1.1 image (non-Cog) it is also not present. - In the Seaside 3.0.4 One-click image* (seaside.st) [this is the one originally trying my patience], turning off System Settings->Code browsing->eCompletion (yes, the parent item) does not make the extraneous ' go away. Seems as if it does not disable the children items (in fact it makes the children & disclosure triangle disappear). Re-enabling it (so its children re-appear) and then individually disabling "Smart Characters" does indeed work. - In the 1.2.1 image* this preference does work! :D Thanks again, Tim * in the Browser, I had to highlight a class category before I got "add category..." on my right-button menu
participants (3)
-
Lukas Renggli -
Mariano Martinez Peck -
Tim Johnson