Page 1 of 1

Drops last session file list.

Posted: 15.08.2020 17:48
by Klomba
1.109.2. x64 bit version on Windows 7 x64 bit.

To open file with mouse key on right click menu I use next registry settings:

-------------------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Cuda Text (x64)]
@="Open with Cuda Text (x64)"
"Icon"="C:\\Tools\\CudaText(x64)\\cudatext.exe"
"Position"="Middle"

[HKEY_CLASSES_ROOT\*\shell\Open with Cuda Text (x64)\command]
@="C:\\Tools\\CudaText(x64)\\cudatext.exe \"%1\""

-------------------------------------------------------------------

On new file open I get only file I select to use. Last opened file lists in session missed.

Posted: 15.08.2020 18:26
by Alexey
1.107.5 (2020/07)
* change: if command-line files/folders passed, don't load session on start (thanks @wb027)

This maybe is the reason. it was ok change, was needed for me and user.

Posted: 15.08.2020 18:46
by Klomba
Is here the option choose the way to load?

Posted: 15.08.2020 18:56
by Alexey
no, when Cud opens file from command-line, it ignores old session.

Posted: 10.09.2020 21:21
by Alexey
In 1.111.x, new option was added for this: ui_reopen_session_cmdline
Solved