jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

A way to integrate Agent Smith User dictionary words with FxCop CustomDictionary #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I really like the way I can add words to the User dictionary words with 
agent smith.

I also like the fact that FxCop checks all my code on spelling errors.

Unfortunatly the only way to sync these two is with a lot of cut and 
paste. There must be an easier way? 

Original issue reported on code.google.com by vmakk...@gmail.com on 27 Mar 2008 at 1:16

GoogleCodeExporter commented 8 years ago
Hmm, do you have any ideas what would be an easier way? :)

Original comment by forever....@gmail.com on 28 Mar 2008 at 12:24

GoogleCodeExporter commented 8 years ago
Probably the easiest way would be to have an export button in options screen 
that 
allows the user dictionary words to be exported to the clipboard in the 
following 
format

    <Recognized>
      <Word>DictionaryWord1</Word>
      <Word>DictionaryWord2</Word>
      <Word>DictionaryWord3</Word>
    <Recognized>

This reduces the copy and paste actions to one paste action.

Another solution could be a option to store the user dictionary words in an 
alternative location (i.e. the FxCop customdictionary file)

Original comment by vmakk...@gmail.com on 8 Apr 2008 at 8:33

GoogleCodeExporter commented 8 years ago
Having both "Import" and "Export" buttons for the user dictionary will be great.

Original comment by pblu...@gmail.com on 8 Apr 2008 at 9:58

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 9 Apr 2008 at 3:33