Added a button for importing text from a word document

Allows you to select/open a word document and will put word text on clipboard
To remember the last word document opened
This commit is contained in:
2016-03-11 15:33:25 +00:00
parent 77f655579a
commit 01f7850964
9 changed files with 788 additions and 235 deletions

View File

@@ -17,5 +17,8 @@
<Setting Name="ReplaceTextList" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ImportWordFilePath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>