You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows mining by pressing the primary spelling, again. When clicking the Primary Spelling text box, the behavior of the "Lookup button" and "Enable mining mode" button will take precedence over this action.
Copy file name to clipboardexpand all lines: JL.Windows/GUI/PreferencesWindow.xaml
+3-1
Original file line number
Diff line number
Diff line change
@@ -888,7 +888,9 @@
888
888
Style="{StaticResource TextBlockDefault}"
889
889
TextWrapping="Wrap"VerticalAlignment="Center"
890
890
Cursor="Help"
891
-
ToolTip="Sets the value of the "Selected Spelling" field to the primary spelling and mines the term"/>
891
+
ToolTip="Sets the value of the "Selected Spelling" field to the primary spelling and mines the term.
892
+
Can be used to mine the term by clicking either the ➕ button or the Primary Spelling text box.
893
+
When clicking the Primary Spelling text box, the "Lookup button" and "'Enable mining mode' button" will take precedence over this action."/>
0 commit comments