zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.6k stars 184 forks source link

favorites tries to edit link not open #822

Closed hme3 closed 1 month ago

hme3 commented 1 month ago

[Notepad4_en_x64_v24.07r5332.zip] When I open favorites (Alt + I) program tries to edit lnk in read only, not following link. If I go through open to same directory it follows link and opens txt file. from .ini [Recent Files] 06=%CSIDL:MYDOCUMENTS%\notepad4\default.dic.lnk same link from open 05=%APPDATA%\Microsoft\Spelling\en-US\default.dic also when I try and add a file to favorites image

zufuliu commented 1 month ago

Fixed by ba5c8a8be10585098586069a3f9609248643d2a4, please download fixed program from https://github.com/zufuliu/notepad4/actions.

hme3 commented 1 month ago

I used [Notepad4_Clang_MSVC2022_en_x64] Is that the correct version for Win10 Home x64 English. Favorites is working

zufuliu commented 1 month ago

Notepad4_Clang_MSVC2022_en_x64 is built by LLVM 18.1.8 (for VS 2022), Notepad4_MSVC2022_i18n_x64 is built by MSVC 2022 (contains localized DLL for languages other than English).