is this both (title) possible?
(Just to be clear regarding hyphenation checking, I am thinking of marking a word and manually checking the rules for that word in the hyphenation pane.)
Regards, S.
spell checking and hyphenation checking of variables content
-
BedfordWriter
- Sr. Propeller Head
- Posts: 231
- Joined: Wed Jun 23, 2010 10:13 am
- Location: Nova Scotia
Re: spell checking and hyphenation checking of variables con
Interesting question. According to the list of options in the spell checker, you can check topics, snippets, TOCs, glossaries and index files, but not variable sets. Seems like an oversight. I suggest submitting a feature request.
Meanwhile, your variables are stored in a .flvar file in your project, which looks like the following. You could open that with some other editor to do a quick check.
Meanwhile, your variables are stored in a .flvar file in your project, which looks like the following. You could open that with some other editor to do a quick check.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CatapultVariableSet>
<Variable Comment="" Name="CompanyName">MadCap Software</Variable>
<Variable Comment="" Name="PhoneNumber">858 123 4567</Variable>
</CatapultVariableSet>