Missing MS Word feature
-
Or maybe there's a workaround for this, I don't know... I've been working on a chapter for a book lately, which talks about the software architecture of a particular program. As you can imagine, I talk about specific software classes quite a bit, and of course, those class names aren't in the dictionary. So I'm swimming in a sea of red underlines, which obviously I don't love looking at. But I don't want to add those words to the dictionary: I would hate to think that a year from now, when all this is long forgotten, I'll misspell a word and see DiscreteProcessStepper as a suggestion. "Ignore" sort of hacks in the behavior I want; it'll prevent the word from being underlined, but neither will it recognize "DiscretePr0cessStepper" as probably being a mistaken attempt at the other. The problem is that while I am writing that document "DiscreteProcessStepper" is as real a word at any other, but as soon as I move on, it's "word-ness" evaporates and I don't want to mess with it anymore. What would be tres cool would be a way to add a word to the dictionary just for the current document. I'd be tough to do without actually attaching that information to the word document itself, and i doubt complicating document structure with all kinds of semantic information about that doc is going to help anyone. Nevertheless, more intelligent spell checking, that suggests technical words, but only where appropriate would be kind of cool.
-
Or maybe there's a workaround for this, I don't know... I've been working on a chapter for a book lately, which talks about the software architecture of a particular program. As you can imagine, I talk about specific software classes quite a bit, and of course, those class names aren't in the dictionary. So I'm swimming in a sea of red underlines, which obviously I don't love looking at. But I don't want to add those words to the dictionary: I would hate to think that a year from now, when all this is long forgotten, I'll misspell a word and see DiscreteProcessStepper as a suggestion. "Ignore" sort of hacks in the behavior I want; it'll prevent the word from being underlined, but neither will it recognize "DiscretePr0cessStepper" as probably being a mistaken attempt at the other. The problem is that while I am writing that document "DiscreteProcessStepper" is as real a word at any other, but as soon as I move on, it's "word-ness" evaporates and I don't want to mess with it anymore. What would be tres cool would be a way to add a word to the dictionary just for the current document. I'd be tough to do without actually attaching that information to the word document itself, and i doubt complicating document structure with all kinds of semantic information about that doc is going to help anyone. Nevertheless, more intelligent spell checking, that suggests technical words, but only where appropriate would be kind of cool.
Tools -> Options -> Spelling & Grammer -> Custom Dictionaries
:-D
CleaKO
"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.'" - Tommy (Tommy Boy)
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School) -
Or maybe there's a workaround for this, I don't know... I've been working on a chapter for a book lately, which talks about the software architecture of a particular program. As you can imagine, I talk about specific software classes quite a bit, and of course, those class names aren't in the dictionary. So I'm swimming in a sea of red underlines, which obviously I don't love looking at. But I don't want to add those words to the dictionary: I would hate to think that a year from now, when all this is long forgotten, I'll misspell a word and see DiscreteProcessStepper as a suggestion. "Ignore" sort of hacks in the behavior I want; it'll prevent the word from being underlined, but neither will it recognize "DiscretePr0cessStepper" as probably being a mistaken attempt at the other. The problem is that while I am writing that document "DiscreteProcessStepper" is as real a word at any other, but as soon as I move on, it's "word-ness" evaporates and I don't want to mess with it anymore. What would be tres cool would be a way to add a word to the dictionary just for the current document. I'd be tough to do without actually attaching that information to the word document itself, and i doubt complicating document structure with all kinds of semantic information about that doc is going to help anyone. Nevertheless, more intelligent spell checking, that suggests technical words, but only where appropriate would be kind of cool.
Couldn't it be done with custom dictionary? (if there is such a thing of course)
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
-
Couldn't it be done with custom dictionary? (if there is such a thing of course)
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
Looking at it, I guess it can be done that way. It's not that easy though. In preferences, you can globally select a dictionary. So I could make a copy of the dictionary, use that, and then switch back after I'm done. So that is totally possible, it's just a lot of work, and seems feels pretty "hacky" to me still.