Solved bugs are moved into this topic...
Klomba
Posts: 5 Joined: 08.06.2020 06:08
Post
by Klomba » 15.08.2020 17:48
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.
Alexey
Posts: 1633 Joined: 05.10.2012 22:10
Post
by Alexey » 15.08.2020 18:26
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.
Klomba
Posts: 5 Joined: 08.06.2020 06:08
Post
by Klomba » 15.08.2020 18:46
Is here the option choose the way to load?
Alexey
Posts: 1633 Joined: 05.10.2012 22:10
Post
by Alexey » 15.08.2020 18:56
no, when Cud opens file from command-line, it ignores old session.
Alexey
Posts: 1633 Joined: 05.10.2012 22:10
Post
by Alexey » 10.09.2020 21:21
In 1.111.x, new option was added for this: ui_reopen_session_cmdline
Solved