Start a new topic

Under construction

Currently working on a macro to add all words in a segment to the project's user.dic


First step: get the folder that contains the current project:

image


Or, to make it generic:


image


Then comes the part that splits up the target segments in words and writes all words to:


projectDirectory/resources/spellchecker/user.dic

Like this:

image


The removal of duplicate words is now per segment. I could also decide to do that for the whole user.dic.

I will have to add handling of URLs and e-mail addresses ...

Login to post a comment