File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
enigma-swing/src/main/java/org/quiltmc/enigma/gui/config
enigma/src/main/resources/lang Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public class EditorConfig extends ReflectiveConfig {
1616
1717 @ Comment (
1818 """
19- Settings for the editor's selection highlighting; used to highlight tokens that have been navigated to.
20- The color of the highlight is defined per-theme (in themes/) by [syntax_pane_colors] - > selection_highlight.\
19+ Settings for the editor's selection highlighting; used to highlight entries that have been navigated to.
20+ The color of the highlight is defined per-theme (in themes/) by [syntax_pane_colors] > selection_highlight.\
2121 """
2222 )
2323 public final SelectionHighlightSection selectionHighlight = new SelectionHighlightSection ();
Original file line number Diff line number Diff line change 7777 "menu.view.selection_highlight.blinks" : " Blink count (%s)" ,
7878 "menu.view.selection_highlight.blinks.dialog_title" : " Blink Count" ,
7979 "menu.view.selection_highlight.blinks.dialog_explanation" :
80- " The number of times to blink highlighting that indicates a token that has been navigated to." ,
80+ " The number of times to blink highlighting that indicates an entry that has been navigated to." ,
8181 "menu.view.selection_highlight.blink_delay" : " Blink delay (%sms)" ,
8282 "menu.view.selection_highlight.blink_delay.dialog_title" : " Blink Delay" ,
8383 "menu.view.selection_highlight.blink_delay.dialog_explanation" :
84- " The milliseconds to blink on and off highlighting that indicates a token that has been navigated to." ,
84+ " The milliseconds to blink on and off highlighting that indicates an entry that has been navigated to." ,
8585 "menu.view.languages" : " Languages" ,
8686 "menu.view.scale" : " Scale" ,
8787 "menu.view.scale.custom" : " Custom..." ,
You can’t perform that action at this time.
0 commit comments