sublimetext3 - Change Local History Default Path In Sublime Text 3 Package Local Histroy -


how change default path in sublime text 3 local history package settings file please?

localhistory.sublime-settings file:  {   "file_size_limit": 262144, // 256 kb   "history_retention": 30, // in days   "history_on_close": false, // store history on close   "history_path": "<path>" // path store history, defaults <home>/.sublime/history 

}

i change path

"d:\sublime text 3\sublime text build 3065 x64\history" 

for example. possible somehow?

i since use portable install , keep history in install directory well.

thank help.

"history_path": "d:\\sublime text 3\\sublime text build 3065 x64\\history" // path store history, defaults <home>/.sublime/history 

did trick , local history package sublime text 3 saves file copies in:

d:\software\sublime text 3\sublime text build 3065 x64\history\ 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -