Change 2 default settings
Activate parameter hint of auto-completion. Make caret blink rate slower.
This commit is contained in:
parent
ee5601960c
commit
bd70dcbe0a
@ -786,7 +786,7 @@ struct NppGUI final
|
||||
AutocStatus _autocStatus = autoc_both;
|
||||
size_t _autocFromLen = 1;
|
||||
bool _autocIgnoreNumbers = true;
|
||||
bool _funcParams = false;
|
||||
bool _funcParams = true;
|
||||
MatchedPairConf _matchedPairConf;
|
||||
|
||||
generic_string _definedSessionExt;
|
||||
@ -802,7 +802,7 @@ struct NppGUI final
|
||||
_autoUpdateOpt;
|
||||
|
||||
bool _doesExistUpdater = false;
|
||||
int _caretBlinkRate = 250;
|
||||
int _caretBlinkRate = 600;
|
||||
int _caretWidth = 1;
|
||||
bool _enableMultiSelection = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user