Stop auto-correct in the Dictionary!
Moderator: Klaus
Stop auto-correct in the Dictionary!
I just typed "tabkey" into the LC Dictionary's search field. My Mac's autocorrect changed it to "tabby". Autocorrect is constantly messing me around in that field... ARGH!
If there is a way to prevent that being done to a field please PLEASE apply that here!
k
If there is a way to prevent that being done to a field please PLEASE apply that here!
k
Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: Stop auto-correct in the Dictionary!
I'm usimg Mac OS 10.7.5; your mileage may vary.

Re: Stop auto-correct in the Dictionary!
But I don’t want to prevent it from happening everywhere! 

Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: Stop auto-correct in the Dictionary!
Some people are just too fussy.But I don’t want to prevent it from happening everywhere!

Quick-N-Dirty web search:
https://apple.stackexchange.com/questio ... ion-in-osx
"Turn off Autocorrect per Application
You can do this in the Applications Edit Menu under Spelling and Grammar and disable ‘Check Spelling While Typing’."
[someone doesn't know how to use a possessive apostrophe]
which is a load of old "C" because the LiveCode Edit Menu does NOT have Spelling and Grammar.
It might be time to start lobbying LiveCode .
Last edited by richmond62 on Fri Apr 27, 2018 7:40 am, edited 1 time in total.
Re: Stop auto-correct in the Dictionary!
Hah! Guilty as charged, sir.richmond62 wrote:Some people are just too fussy.
Mmm. What's the preferred way to do that? Is this it?richmond62 wrote:It might be time to start lobbying LiveCode .
k
Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
Re: Stop auto-correct in the Dictionary!
Well, there is a feature request section here on the forums (so yes, you are in the right spot


Re: Stop auto-correct in the Dictionary!
There's an easier way...
Line 63 (on the develop branch) of api.html.template (html_viewer directory)
https://github.com/livecode/livecode-ide/pull/1969
If there is a bug report on this, post the number here and I'll update the PR to reference it.
Here's the full line:
Code: Select all
spellcheck="false"
https://github.com/livecode/livecode-ide/pull/1969
If there is a bug report on this, post the number here and I'll update the PR to reference it.
Here's the full line:
Code: Select all
<input id="ui_filer" type="text" class="form-control input-sm" spellcheck="false" placeholder="Search">
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: Stop auto-correct in the Dictionary!
'easier' than what?There's an easier way...
Re: Stop auto-correct in the Dictionary!
Precise is probably a better word than easier. My thought is that it is easy to implement and targets the one place where the autocorrect is currently causing a problem.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: Stop auto-correct in the Dictionary!
In a perfect world there would be a way from within the IDE
(in the Preferences?) to disable an operating system's spellchecker
and so on from "strutting its funky stuff" inwith LiveCode, without
having to fiddle around in source code and them build one's own
variant.
(in the Preferences?) to disable an operating system's spellchecker
and so on from "strutting its funky stuff" inwith LiveCode, without
having to fiddle around in source code and them build one's own
variant.
Re: Stop auto-correct in the Dictionary!
Not discounting the app level setting, but this one is different. Spelling correction in that location is good to turn off since many things in the dictionary will not match. I was not suggesting that it was good to need to hack the IDE to fix it, but showing the fix should anyone want to fix it on their own. And I did submit a PR to fix it for everyone.
Now that I think about it, I don’t recall having a problem with spellcheck anywhere else in the IDE though.
Now that I think about it, I don’t recall having a problem with spellcheck anywhere else in the IDE though.