Spell Check "Ignore All" does not.

We are using Hawaiian punctuated spelling of words, added them to our dictionary but Indesign refuses to ignore.
How can I make this actually IGNORE ALL?
I have:
• updated to the most current version
• added my words to the dictionary
• selected my added spelling and selected change all
The word comes back in the spell check box with the same list of suggested spellings.
I select "Ignore all" and InDesign proceeds immediately to the next instance.
The attachment shows the process and two successive Ignore All clicks.

I would be happy to. Where do I send it?
Meanwhile if you use a Pro font and change your keyboard to input in Hawaiian you can create a mini scenario.
Create a block of text and insert "Hawai([option] + [close bracket] keys)i"
http://wehewehe.org/gsdl2.5/cgi-bin/hdict?a=q&r=1&hs=1&e=q-0hdict--00-0-0--010---4----den- -0-000lp0--1en-Zz-1---Zz-1-home---00031-0000escapewin-00&q=Hawai%27i&j=p0&hdid=0&hdds=0
and or " M([option] + [a])noa.
http://wehewehe.org/gsdl2.5/cgi-bin/hdict?a=q&r=1&hs=1&e=q-0hdict--00-0-0--010---4----den- -0-000lp0--1en-Zz-1---Zz-1-home---00031-0000escapewin-00&q=M%E4noa&j=p0&hdid=0&hdds=0
The links will take you to Hawaiian dictionary that shows the correct diacritical spelling.
Copy and paste these a few times then run spell check. It will stop on every instance no matter if you click "ignore all" or add it to the dictionary.
Below is the text that I have modified for using the built in FindChangeByList script.
I created this script to essentially hide these Hawaiian words and our company name from spell check by defining them as "no language."
This is set up to find a some common Hawaiian words and change them to the character style "hawaiian". You will have to create this character style before running FindChange. The "hawaiian" character style has the Advanced Character Formats setting of "no language".
Cut and paste this into the FindChangeList.txt file. It is in the FindChangeSupport folder.
//FindChangeList.txt
//A support file for the InDesign CS4 JavaScript FindChangeByList.jsx
//This data file is tab-delimited, with carriage returns separating records.
//The format of each record in the file is:
//findType<tab>findProperties<tab>changeProperties<tab>findChangeOptions<tab>description
//Where:
//<tab> is a tab character
//findType is "text", "grep", or "glyph" (this sets the type of find/change operation to use).
//findProperties is a properties record (as text) of the find preferences.
//changeProperties is a properties record (as text) of the change preferences.
//findChangeOptions is a properties record (as text) of the find/change options.
//description is a description of the find/change operation
//Very simple example:
//text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double dashes and replace with an em dash.
//More complex example:
//text    {findWhat:"^9^9.^9^9"}    {appliedCharacterStyle:"price"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find $10.00 to $99.99 and apply the character style "price".
//All InDesign search metacharacters are allowed in the "findWhat" and "changeTo" properties for findTextPreferences and changeTextPreferences.
//If you enter backslashes in the findWhat property of the findGrepPreferences object, they must be "escaped"
//as shown in the example below:
//{findWhat:"\\s+"}
//    BASIC TEXT CLEANUP
grep    {findWhat:"  +"}    {changeTo:" "}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double spaces and replace with single spaces.
grep    {findWhat:"\r "}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space And replace with single returns.
grep    {findWhat:" \r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space and replace with single returns.
grep    {findWhat:"\t\t+"}    {changeTo:"\t"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double tab characters and replace with single tab characters.
grep    {findWhat:"\r\t"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
grep    {findWhat:"\t\r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
grep    {findWhat:"\r\r+"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double returns and replace with single returns.
text    {findWhat:" - "}    {changeTo:"^="}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all space-dash-space and replace with an en dash.
text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all dash-dash and replace with an em dash.
//REVISED 02/26-10
//This script support text file has been edited and compiled by Ken McGuire "http://www.infografik.com" with the help and guidance of Charles Wesley.
//The following unicode words require the usage of PRO fonts.
//NOTE: text find/change of Hawaiian puncuated words requires the use of unicode characters:
//Unicode reference:
//Okina    <2018>
//Macron-A    <0100>
//Macron-a    <0101>
//Macron-E    <0112>
//Macron-e    <0113>
//Macron-I    <012A>
//Macron-i    <012B>
//Macron-O    <014C>
//Macron-o    <014D>
//Macron-U    <016A>
//Macron-u    <016B>
//Note: grep find/change does not require unicode and can be input directly with Hawaiian keyboard
////    HAWAIIAN ISLANDS and Possessive Forms
grep    {findWhat:"(?i)hawai[ʻ`'’‘]?i"}    {changeTo:"Hawai‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hawai‘i.
grep    {findWhat:"(?i)hawai([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Hawai‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Hawai‘i’s.
grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i"}    {changeTo:"Kaua‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaua‘i.
grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Kaua‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaua‘i’s.
grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe"}    {changeTo:"Kaho‘olawe", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaho‘olawe‘i.
grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe([ʻ`'’‘])?s"}    {changeTo:"Kaho‘olawe’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaho‘olawe‘i’s.
grep    {findWhat:"(?i)lana([ʻ`'’‘])?i"}    {changeTo:"Lana‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Lana‘i.
grep    {findWhat:"(?i)lana([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Lana‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Lana‘i’s.
grep    {findWhat:"(?i)mau([ʻ`'’‘])?i"}    {changeTo:"Maui", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Maui.
grep    {findWhat:"(?i)mau([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Maui’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Maui’s.
grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i"}    {changeTo:"Moloka‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Moloka‘i.
grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Moloka‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Moloka‘i’s.
grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu"}    {changeTo:"O‘ahu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to O‘ahu.
grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu([ʻ`'’‘])?s"}    {changeTo:"O‘ahu’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to O‘ahu’s
//    HAWAIIAN PLACES
grep    {findWhat:"(?i)haleakal([aā])?"}    {changeTo:"Haleakalā", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Haleakalā.
grep    {findWhat:"(?i)h([oō])?kule([ʻ`'’‘])?a"}    {changeTo:"Hōkule‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hōkule‘a.
grep    {findWhat:"(?i)honlulu"}    {changeTo:"Honolulu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Honolulu.
grep    {findWhat:"(?i)k([aā])?([ʻ`'’‘])?anapali"}    {changeTo:"Kā‘anapali", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kā‘anapali.
grep    {findWhat:"(?i)kailua"}    {changeTo:"Kailua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kailua.
grep    {findWhat:"(?i)kaka([ʻ`'’‘])?ako"}    {changeTo:"Kaka‘ako", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaka‘ako.
grep    {findWhat:"(?i)kona"}    {changeTo:"Kona", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kona.
grep    {findWhat:"(?i)kohala"}    {changeTo:"Kohala", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kohala.
grep    {findWhat:"(?i)k([uū])?ki([ʻ`'’‘])?o"}    {changeTo:"Kūki‘o", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kūki‘o.
grep    {findWhat:"(?i)M([aā?])?noa"}    {changeTo:"Mānoa", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Mānoa.
grep    {findWhat:"(?i)puak([oō])?"}    {changeTo:"Puakō", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Puakō.
grep    {findWhat:"(?i)pu([ʻ`'’‘])?u honua o (?i)h([oō])?naunau"}    {changeTo:"Pu‘u Honua o Hōnaunau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Pu‘u Honua o Hōnaunau.
grep    {findWhat:"(?i)nu([ʻ`'’‘])?uanu"}    {changeTo:"Nu‘uanu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Nu‘uanu.
grep    {findWhat:"(?i)waik([iī])?k([iī])?"}    {changeTo:"Waikīkī", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Waikīkī.
//    HAWAIIAN COMMON WORDS
grep    {findWhat:"[ʻ`'’‘]Aina"}    {changeTo:"‘Aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "Aina."
grep    {findWhat:"[ʻ`'’‘]aina"}    {changeTo:"‘aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "aina."
grep    {findWhat:"[ʻ`'’‘]Ahi"}    {changeTo:"‘Ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘Ahi."
grep    {findWhat:"[ʻ`'’‘]ahi"}    {changeTo:"‘ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ahi."
grep    {findWhat:"ahupua([`ʻ'’‘])?a"}    {changeTo:"ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ahupua‘a."
grep    {findWhat:"Ahupua([`ʻ'’‘])?a"}    {changeTo:"Ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of Ahupua‘a."
grep    {findWhat:"(?i)kamehameha"}    {changeTo:"Kamehameha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Kamehameha.
grep    {findWhat:"(?i)hawai([`ʻ'’‘])?ian"}    {changeTo:"Hawaiian", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Hawai‘i.
grep    {findWhat:"(?i)maunakea"}    {changeTo:"Maunakea", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Maunakea.
grep    {findWhat:"[ʻ`'’‘]ohana"}    {changeTo:"‘ohana", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ohana."
text    {findWhat:"aloha"}    {changeTo:"aloha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Aloha
text    {findWhat:"aumakua"}    {changeTo:"<2018>aumakua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for ‘amakua
text    {findWhat:"halau"}    {changeTo:"h<0101>lau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for hālau
text    {findWhat:"kuleana"}    {changeTo:"kuleana", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Kuleana
text    {findWhat:"mahalo"}    {changeTo:"mahalo", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Mahalo
text    {findWhat:"makai"}    {changeTo:"makai", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for makai
text    {findWhat:"malama"}    {changeTo:"m<0101>lama", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mālama
text    {findWhat:"mauka"}    {changeTo:"mauka", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mauka
text    {findWhat:"pili"}    {changeTo:"pili", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pili
text    {findWhat:"pono"}    {changeTo:"pono", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pono
text    {findWhat:"pupu"}    {changeTo:"p<016B>p<016B>", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pūpū
//    SPECIES
grep    {findWhat:"([ʻ`'’‘])?([oō])?hi[ʻ`'’‘]a"}    {changeTo:"‘ōhi‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to ‘ōhi‘a.
grep    {findWhat:"roi"}    {changeTo:"roi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "roi."
//    OKINA APOSTROPHE CLEANUP
grep    {findWhat:"['‘]([st])"}    {changeTo:"’$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix ordinary apostrophes
grep    {findWhat:"['’]([aeiouāēīōūAEIOUĀĒĪŌŪ])"}    {changeTo:"‘$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix okinas
//FindChangeList.txt
//A support file for the InDesign CS4 JavaScript FindChangeByList.jsx
//This data file is tab-delimited, with carriage returns separating records.
//The format of each record in the file is:
//findType<tab>findProperties<tab>changeProperties<tab>findChangeOptions<tab>description
//Where:
//<tab> is a tab character
//findType is "text", "grep", or "glyph" (this sets the type of find/change operation to use).
//findProperties is a properties record (as text) of the find preferences.
//changeProperties is a properties record (as text) of the change preferences.
//findChangeOptions is a properties record (as text) of the find/change options.
//description is a description of the find/change operation
//Very simple example:
//text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double dashes and replace with an em dash.
//More complex example:
//text    {findWhat:"^9^9.^9^9"}    {appliedCharacterStyle:"price"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find $10.00 to $99.99 and apply the character style "price".
//All InDesign search metacharacters are allowed in the "findWhat" and "changeTo" properties for findTextPreferences and changeTextPreferences.
//If you enter backslashes in the findWhat property of the findGrepPreferences object, they must be "escaped"
//as shown in the example below:
//{findWhat:"\\s+"}
//    BASIC TEXT CLEANUP
grep    {findWhat:"  +"}    {changeTo:" "}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double spaces and replace with single spaces.
grep    {findWhat:"\r "}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space And replace with single returns.
grep    {findWhat:" \r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a space and replace with single returns.
grep    {findWhat:"\t\t+"}    {changeTo:"\t"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double tab characters and replace with single tab characters.
grep    {findWhat:"\r\t"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
grep    {findWhat:"\t\r"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all returns followed by a tab character and replace with single returns.
grep    {findWhat:"\r\r+"}    {changeTo:"\r"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all double returns and replace with single returns.
text    {findWhat:" - "}    {changeTo:"^="}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all space-dash-space and replace with an en dash.
text    {findWhat:"--"}    {changeTo:"^_"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    Find all dash-dash and replace with an em dash.
//REVISED 02/26-10
//This script support text file has been edited and compiled by Ken McGuire "http://www.infografik.com" with the help and guidance of Charles Wesley.
//The following unicode words require the usage of PRO fonts.
//NOTE: text find/change of Hawaiian puncuated words requires the use of unicode characters:
//Unicode reference:
//Okina    <2018>
//Macron-A    <0100>
//Macron-a    <0101>
//Macron-E    <0112>
//Macron-e    <0113>
//Macron-I    <012A>
//Macron-i    <012B>
//Macron-O    <014C>
//Macron-o    <014D>
//Macron-U    <016A>
//Macron-u    <016B>
//Note: grep find/change does not require unicode and can be input directly with Hawaiian keyboard
////    HAWAIIAN ISLANDS and Possessive Forms
grep    {findWhat:"(?i)hawai[ʻ`'’‘]?i"}    {changeTo:"Hawai‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hawai‘i.
grep    {findWhat:"(?i)hawai([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Hawai‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Hawai‘i’s.
grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i"}    {changeTo:"Kaua‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaua‘i.
grep    {findWhat:"(?i)kaua([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Kaua‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaua‘i’s.
grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe"}    {changeTo:"Kaho‘olawe", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaho‘olawe‘i.
grep    {findWhat:"(?i)kaho([ʻ`'’‘])?olawe([ʻ`'’‘])?s"}    {changeTo:"Kaho‘olawe’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Kaho‘olawe‘i’s.
grep    {findWhat:"(?i)lana([ʻ`'’‘])?i"}    {changeTo:"Lana‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Lana‘i.
grep    {findWhat:"(?i)lana([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Lana‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Lana‘i’s.
grep    {findWhat:"(?i)mau([ʻ`'’‘])?i"}    {changeTo:"Maui", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Maui.
grep    {findWhat:"(?i)mau([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Maui’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Maui’s.
grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i"}    {changeTo:"Moloka‘i", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Moloka‘i.
grep    {findWhat:"(?i)moloka([ʻ`'’‘])?i([ʻ`'’‘])?s"}    {changeTo:"Moloka‘i’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to Moloka‘i’s.
grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu"}    {changeTo:"O‘ahu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to O‘ahu.
grep    {findWhat:"(?i)o([ʻ`'’‘])?ahu([ʻ`'’‘])?s"}    {changeTo:"O‘ahu’s", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change Possesive to O‘ahu’s
//    HAWAIIAN PLACES
grep    {findWhat:"(?i)haleakal([aā])?"}    {changeTo:"Haleakalā", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Haleakalā.
grep    {findWhat:"(?i)h([oō])?kule([ʻ`'’‘])?a"}    {changeTo:"Hōkule‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Hōkule‘a.
grep    {findWhat:"(?i)honlulu"}    {changeTo:"Honolulu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Honolulu.
grep    {findWhat:"(?i)k([aā])?([ʻ`'’‘])?anapali"}    {changeTo:"Kā‘anapali", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kā‘anapali.
grep    {findWhat:"(?i)kailua"}    {changeTo:"Kailua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kailua.
grep    {findWhat:"(?i)kaka([ʻ`'’‘])?ako"}    {changeTo:"Kaka‘ako", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kaka‘ako.
grep    {findWhat:"(?i)kona"}    {changeTo:"Kona", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kona.
grep    {findWhat:"(?i)kohala"}    {changeTo:"Kohala", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kohala.
grep    {findWhat:"(?i)k([uū])?ki([ʻ`'’‘])?o"}    {changeTo:"Kūki‘o", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Kūki‘o.
grep    {findWhat:"(?i)M([aā?])?noa"}    {changeTo:"Mānoa", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Mānoa.
grep    {findWhat:"(?i)puak([oō])?"}    {changeTo:"Puakō", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Puakō.
grep    {findWhat:"(?i)pu([ʻ`'’‘])?u honua o (?i)h([oō])?naunau"}    {changeTo:"Pu‘u Honua o Hōnaunau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Pu‘u Honua o Hōnaunau.
grep    {findWhat:"(?i)nu([ʻ`'’‘])?uanu"}    {changeTo:"Nu‘uanu", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Nu‘uanu.
grep    {findWhat:"(?i)waik([iī])?k([iī])?"}    {changeTo:"Waikīkī", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to Waikīkī.
//    HAWAIIAN COMMON WORDS
grep    {findWhat:"[ʻ`'’‘]Aina"}    {changeTo:"‘Aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "Aina."
grep    {findWhat:"[ʻ`'’‘]aina"}    {changeTo:"‘aina", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "aina."
grep    {findWhat:"[ʻ`'’‘]Ahi"}    {changeTo:"‘Ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘Ahi."
grep    {findWhat:"[ʻ`'’‘]ahi"}    {changeTo:"‘ahi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ahi."
grep    {findWhat:"ahupua([`ʻ'’‘])?a"}    {changeTo:"ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ahupua‘a."
grep    {findWhat:"Ahupua([`ʻ'’‘])?a"}    {changeTo:"Ahupua‘a", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of Ahupua‘a."
grep    {findWhat:"(?i)kamehameha"}    {changeTo:"Kamehameha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Kamehameha.
grep    {findWhat:"(?i)hawai([`ʻ'’‘])?ian"}    {changeTo:"Hawaiian", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Hawai‘i.
grep    {findWhat:"(?i)maunakea"}    {changeTo:"Maunakea", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find / replace with Maunakea.
grep    {findWhat:"[ʻ`'’‘]ohana"}    {changeTo:"‘ohana", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of ‘ohana."
text    {findWhat:"aloha"}    {changeTo:"aloha", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Aloha
text    {findWhat:"aumakua"}    {changeTo:"<2018>aumakua", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for ‘amakua
text    {findWhat:"halau"}    {changeTo:"h<0101>lau", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for hālau
text    {findWhat:"kuleana"}    {changeTo:"kuleana", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Kuleana
text    {findWhat:"mahalo"}    {changeTo:"mahalo", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for Mahalo
text    {findWhat:"makai"}    {changeTo:"makai", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for makai
text    {findWhat:"malama"}    {changeTo:"m<0101>lama", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mālama
text    {findWhat:"mauka"}    {changeTo:"mauka", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for mauka
text    {findWhat:"pili"}    {changeTo:"pili", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pili
text    {findWhat:"pono"}    {changeTo:"pono", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pono
text    {findWhat:"pupu"}    {changeTo:"p<016B>p<016B>", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:false}    Spell check escape for pūpū
//    SPECIES
grep    {findWhat:"([ʻ`'’‘])?([oō])?hi[ʻ`'’‘]a"}    {changeTo:"‘ōhi‘a", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     find/change variants to ‘ōhi‘a.
grep    {findWhat:"roi"}    {changeTo:"roi", appliedCharacterStyle:"hawaiian"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    put okina in front of "roi."
//    OKINA APOSTROPHE CLEANUP
grep    {findWhat:"['‘]([st])"}    {changeTo:"’$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix ordinary apostrophes
grep    {findWhat:"['’]([aeiouāēīōūAEIOUĀĒĪŌŪ])"}    {changeTo:"‘$1"}    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}    fix okinas
//    COMPANY BYPASSES
grep    {findWhat:"(?i)info grafik"}    {changeTo:"Info Grafik", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true}     Capitalize Info Grafik.
text    {findWhat:"infografik.com"}    {changeTo:"infografik.com", appliedCharacterStyle:"hawaiian"}    {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:true, includeMasterPages:true, includeFootnotes:true, wholeWord:true, caseSensitive:true}

Similar Messages

  • InDesign CC spell check "ignore all" doesn't work

    Is anyone having problems with "Ignore All" not working in spell check? I am repeatedly being prompted to check the same word or abbreviation again and again.
    Just to be sure it wasn't a result of hidden characters or other variables, I have copied several text frames and spell check prompts for the same terms in both text frames even after clicking "ignore all" for each word the first time through.

    I too started having this problem just this week.
    I use ID to create user's manuals in which a product model number will show up at least 5 times per document. The "Ignore All" button in spell check has always ignored all instances of a product model number until now. I've noticed that "Ignore All" does not work on any repeated words in any of my documents. I'm not sure what has changed that caused "Ignore All" to stop working.

  • Spell Check with All Caps Not Working

    I feel like i'm missing something that should be pretty easy. I've searched both in the forums and the help file for pages 09, but can't seem to find it. so maybe i'm missing something fairly obvious...
    but, i can't figure out how to get pages to do spell check on a word that is in ALL CAPS. For instance, if i type 'bddy' it shows up with a red-line underneath it, but if i type, "BDDY" there is no red-line.
    how do i get it to stop skipping the words in all caps?

    There's also no mention of this in the Pages '09 User Guide, which I'd go to before the Pages Help files.
    Looks like a design choice to assume that anything that is ALL CAPS is to be treated as an acronym.
    Your choices seem to be:
    1. Don't use all caps, except for acronyms, and check closely that you make no typos in acronyms.
    2. Use lower case for acronyms so that the spell checker will flag them. Replace with ALL CAPS when you do a final spell check. (Acronyms that form properly spelled words will need an extra character added to cause the spell checker to flag them.
    3. Copy the text you want to check and paste it into an application that will flag acronyms. For word processors, this seems to require one that uses its own dictionary rather than the Mac OS X dictionary.*
    4. Do your writing/editing in a word processor fitting the description in #3. Transfer the text to Pages only for formatting (or not at all).
    Regards,
    Barry
    * One such 'application' is the Compose frame in this forum, running on Firefox (I haven't checked it on Safari).
    PS: With luck, someone will have a more workable suggestion than the ones above.
    PPS: Addition of the option to check or ignore ALL CAPS words in spell checking seems a natural for a feature enhancement request. Got to the "Pages" menu in Pages, choose Provide Pages Feedback, make the request, then be prepared to wait until at least the next full version of iWork to see any results.
    B.
    EDIT: See, my PS was correct. Peter's suggestion is simpler than some of mine.
    B
    Message was edited by: Barry

  • Have IOS5 and new Pages version. Spell check in French does not work

    Pages works fine on my IPadI, but how can I get it to spell check in French, used to work fine with other version.
    Checked my preferences on my IPad, they are french. What to do?
    Thanks for any help you can provide.

    Checked and yes I did have Pages in French and had the French keyboard checked on my IPad preferences.  Your suggestion reminded me of that "world key". Read something about it, long time ago.  Never used it before but when I taped it, it brought me a choice of keyboards, so now I can go back and forth from English to French on my Pages texts, and all that without going back to my system preferences!
    Thank you for the comment, helped jog my memory.
    Regards

  • Lost the ability to spell check on all applications

    I recently updated my system to Mavericks 10.9.4, since then I have lost the ability for spell checking in all applications. Check spelling while I type is not working and I am unable to check spelling manually through the app menus. Skype, Facebook, Notepad.. you name it, spelling correction functionality is no bueno. Has anyone ever heard of this? I have tried changing languages, booting in safe mode... the only thing I did notice was that the box to check "correct spelling automatically" won't stay checked, but clearly something else is wrong.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/ { next;} /(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • I have slight Dyslexia and find the spell check on all mac products far inferior to microsoft, any advice?

    I have slight Dyslexia and find the spell check on all mac products far inferior to microsoft, any advice on any way to improve spell check. I have an Iphone, Ipad and mac bookpro and I find the spell check terrible, I miss typed grammar and wrote grammer, my mac said it had no spelling suggestions, both google and micro soft word corrected the spelling but not my Mac book pro. Any surgestions?

    Not very many Outlook users here. You'll to better asking in Microsoft's Office:Mac forums here:
    Office for Mac forums

  • Double click select all does not work in web site's search area after going back.

    After updating from Firefox ESR v24.8.1 to v31.20 double click select all does not work in a search area after going back or searching again with the same input. It happens before clicking search icon and searching for something else double click select all does not work except it works for one word that's all.
    This issue is with all new Firefox ESR and None ESR I have tried. Also the issue is on all web sites like www.softpedia.com for example.

    Bugzilla has a different login system, unfortunately.

  • How do I remove music from my iphone 5?  Un-checking and syncing does not work.

    How do I remove music from my iphone 5?  Un-checking and syncing does not work.

    Hello mail4bru,
    I read your post, and it sounds as though you'd like to learn more about iTunes syncing. I have linked to an article that will instruct you on that:
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/ph12113
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • I want to have all my tabs return after closing. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked, but it does not work. When I open FF again none of my formerly open Tabs show... FF v.4.

    When I open FF up again after I have closed it, I want all tabs to return. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked-does not work. In addition, the feedback window fails to 'Submit...!'

    Some things to check:
    #'''Browsing history must be saved'''
    #*Firefox button: Firefox button > Options > Options > Privacy > [X] Remember my browsing history
    #*Menu Bar: Tools > Options > Privacy > [X] Remember my browsing history
    #'''Also make sure you do not clear "Browsing History" when using Clear Recent History or when closing Firefox'''
    #*Using Clear Recent History
    #**Firefox button: Firefox button > History >Clear Recent History
    #**Menu Bar: Tools > Clear Recent History
    #*When closing Firefox
    #**Firefox button: Firefox button > Options > Options > Privacy (checked) > Settings
    #**Menu Bar: Tools > Options > Privacy (checked) > Settings
    #**See: https://support.mozilla.com/en-US/kb/Clear%20Recent%20History
    #'''Make sure you are not in Private Browsing mode''' or '''in permanent Private Browsing mode''':
    #*See: https://support.mozilla.com/en-US/kb/Private%20Browsing
    #'''If you have the'''Tab Mix Plus'''extension''', then disable the built-in session restore.

  • Spell Check ignores added words

    I have a long list of added words in LocalDictionary. (Spell Check really needs a medical dictionary.) Spell Check now ignores all added words and marks those words as misspelled. When I tell Spell Check to learn a previously added word it does so. The LocalDictionary is not updated when the word is learned. Thus, Spell Check knows that the word is in the LocalDictionary when it is told to add a word, but not when it is spell checking.
    This happens in TextEdit, Stickies, StoryMill, and all applications that use Apple's Spell Check. I copied the text of LocalDictionary, trashed the original, and saved a clean copy--no help. I used Terminal to kill and restart Spell Checking--no help. Shutdown--no help. My next step would be reinstalling OS X, but I'd prefer not to do that time-consuming task. Any advice?

    Welcome to our community, Dan
    If you click File > Project Settings > General tab, what language is configured for the project?
    Out of curiosity, how exactly did you check the dictionary to ensure the words were there?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Update to 28 and the checking compatibility just does not stop

    fire fox does not start the checking thing keeps running

    You can check for problems with preferences.
    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Director: Show Folder (Linux: Open Director; Mac: Show in Finder)
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the extensions.* files (e.g. extensions.json, extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled or not compatible extensions in "Firefox/Tools > Add-ons > Extensions" then click the Tools button at the left end of the Search bar to check if there is a compatibility update available.
    If this hasn't helped then also delete possible addons.json and addons.sqlite files.

  • Running System.getSecurityManager().check( new PersistPerm) does not exec

    We have requirements to deploy our web applications and web services on Weblogic and Glassfish. Under GF, we utilize the LDAP realm for authentication. Upon a successful authentication, our web session and all calls to our domain and persistence layers can successfully utilize the following code:
    final Subject subject = Subject.getSubject( AccessController.getContext() );
    final SecurityManager sm = System.getSecurityManager();
    if ( subject != null && sm != null )
    final Principal principal = retrieveUserPrincipal();
    try
    sm.checkPermission( new SpecialPermission( principal ) );
    catch ( final SecurityException se )
    throw new DomainSecurityCheckException( LoggingLevel.ERROR,
    se,
    clazz,
    "Special controlled" );
    If the subject does not have the proper permissions, SecurityManager throws the proper exception. We have not done anything special such as wrap all calls to the session and persistence layers to enable this security functionality.
    When deployed to WLS, the results are not the same. We utilized the LDAPProvider for authentication under myRealm. When the following code executes, the current context under WLS is not running as privileged code under the subject so when the subject does not have proper permissions, the security check does not throw the exception as it should.
    final Subject subject = weblogic.security.Security.getCurrentSubject();
    final SecurityManager sm = System.getSecurityManager();
    if ( subject != null && sm != null )
    final Principal principal = retrieveUserPrincipal();
    try
    sm.checkPermission( new SpecialPermission( principal ) );
    catch ( final SecurityException se )
    throw new DomainSecurityCheckException( LoggingLevel.ERROR,
    se,
    clazz,
    "Special controlled" );
    What do we need to do or how do we enable this type of functionality on WLS so that all threads under the authenticated subject's session are checked for authorization?
    Thanks!

    It needs to be running in the background -- it continues to run in that manner if you only click on the red X button, but not if you actually click on Quit Mail. If running in the background, then in the Dock there will be an indicator beneath it that in Snow Leopard looks like a blue light with a slight halo around it.
    Ernie

  • I'm looking for an app that allows me to print checks. Beancounter does not

    I"m looking for an app for MacBook Pro that allows me to print checks for my very small business.
    I purchased Beancounter Por (the upgraded version) and it does a fine job of accounting and updateing
    balance sheets but it does not support printing checks. Does anyone know of an app that
    does?

    You and the iPad can function with the Remote App from across the room, or in another room.
    However, your stereo system has to have a way to communicate or connect with the computer.   Unless it has some kind of wifi connector or has Bluetooth, I don't see how you can do this.
    There is no app or software to resolve this.   You need a way for the stereo to connect.

  • Deleting cookies, either one at a time or all, does not work; they reappear when I go back to view them. This is a critical privacy problem!

    Removing cookies does not work, either one at a time, or remove all. I tried from history and from the options screen. They appear to go away but when I go back in they are all back again. This is happening in the latest version that was automatically updated.'''bold text'''

    Do you have an extension like TACO (Abine) or TrackerBlock that maintains a set of OPT-OUT cookies?
    * Targeted Advertising Cookie Opt-Out (TACO): https://addons.mozilla.org/firefox/addon/targeted-advertising-cookie-op/
    * TrackerBlock: https://addons.mozilla.org/firefox/addon/trackerblock/
    * Beef Taco (Targeted Advertising Cookie Opt-Out): https://addons.mozilla.org/firefox/addon/beef-taco-targeted-advertising/
    In that case you need to remove such an extension to get rid of those cookies.

  • HP Officejet Pro 8500A: Initial Checking Printer Procedure does not stop

    I have a big problem.
    My printer does not stop to run the "Checking Printer" procedure.
    It tells me: "Open the print-carriage access door, clear the jam, and then touch OK to continue.
    Unfortunately there is no paper inside.
    Pressing OK, the printer continues the procedure and it NEVER stops.
    Switching OFF and ON the power does not help.
    But if you try to print the Auto Test Report it works. The printer prints the report without any problem!!!
    PLEASE HELP ME
    Andrea

    Hi there andrea_lugano,
    This article should cover the issue you are experiencing. Give the steps outlined a shot and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for