Re: Find/Replace History Never Clears
Posted: 17.01.2026 09:27
c- do other editors (VScode, ST4, Kate, etc) save find/replace lists to a separate file?
Discuss releases, report bugs and wishes
http://synwrite.sourceforge.net/forums/
Code: Select all
$ cd cudatext/settings
$ ls -1 --color=never *hist*
cmd_history.txt
history.json
plugin history.json
$ ls -1 --color=never *sess*
default.cuda-session
default__linux.cuda-session
$ grep --ignore-case --color=never "hist" user.json
"ui_max_history_edits": 50,
"ui_max_history_menu": 30,
"ui_max_history_files": 0,
"ui_max_history_clipboard": 15,
"ui_history_disabled": "tchTseblwMmrunSfCFiIU",
Code: Select all
$ cd ../..
$ ls -1 --color=never cudatext/settings/history/
cudatext/settings/history/commands.json
cudatext/settings/history/dialog_layouts.json
cudatext/settings/history/find_replace_text.json
cudatext/settings/history/miscellany.json
cudatext/settings/history/plugins.json
cudatext/settings/history/recent_files.json
cudatext/settings/history/session.json
...etc.
Code: Select all
history_folder="${TMP}/cudahist"
history_find_replace_text_file="${MY_SHELL_VAR}/another_name.json"