spell checker options?

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

spell checker options?

Postby s_m_b » Tue Apr 10, 2007 9:15 am

Is there an option within the spell checker to ignore certain file types?

I'm happy for spell checking within htm files etc, but other file types it just gets in the way.
User avatar
s_m_b
Basic User
Basic User
 
Posts: 13
Joined: Thu Sep 01, 2005 11:00 pm

Re: spell checker options?

Postby jorrasdk » Tue Apr 10, 2007 9:32 am

I hope I understood your problem, so maybe this will help you (- from the UE help):

...
Enable spell check as you type
If this option is selected spell checking will occur automatically as text is typed. Please note: By default UltraEdit and UEStudio will not perform this option on any syntax-highlighted files. To change this setting and support spell check as you type for a syntax-highlighted file, add the following to the language definition line (e.g., /L3"HTML" ...) of the wordfile:

EnableSpellasYouType
...
User avatar
jorrasdk
Master
Master
 
Posts: 275
Joined: Mon Mar 19, 2007 11:00 pm
Location: Denmark

Re: spell checker options?

Postby s_m_b » Tue Apr 10, 2007 2:04 pm

sort of. It doesn't really tackle it for those files where there is no syntax file, though.
User avatar
s_m_b
Basic User
Basic User
 
Posts: 13
Joined: Thu Sep 01, 2005 11:00 pm

Re: spell checker options?

Postby jorrasdk » Tue Apr 10, 2007 5:16 pm

If these other file types systematically have the same extension, but they don't come with a syntax file, then why not just create an almost empty syntax file to catch them and through that disable spell checking.

I have to admit I have not experimented with this - only an idea.

...\IDM Computer Solutions\UltraEdit-32\wordfile.txt
Code: Select all
/Lnn"Misc without spellchecking" Noquote File Extensions = XXX YYY ZZZ
/C1"Functions"
/C2"Reserved Words"
/C3"Reserved Words"
/C4"Operators"
User avatar
jorrasdk
Master
Master
 
Posts: 275
Joined: Mon Mar 19, 2007 11:00 pm
Location: Denmark


Return to UltraEdit General Discussion