modify readme.txt add some version release
Thanks Austin - I must have missed that Greg McCormack* On Fri, 7 Jan 2022 at 02:50, Austin Young pattazl@users.sourceforge.net wrote: You can set the color what you want, plugin menu -> show list and option -> ( Mark color / Save Color) Attachments: 16415237876766.png https://sourceforge.net/p/locationnav/discussion/general/thread/c3f805dc3d/9273/attachment/16415237876766.png (7.4 kB; image/png) Does anybody else not get on with the Orange coloured background ? https://sourceforge.net/p/locationnav/discussion/general/thread/c3f805dc3d/?limit=25#9273...
You can set the color what you want, plugin menu -> show list and option -> ( Mark color / Save Color)
Does anybody else not get on with the Orange coloured background ? I find the orange background too intense - a much much lighter colour would be so much better. I have un-installed this plug-in to see if I would rather live without the plug-in or can cope with the offensive orange background whilst retaining the plug-ins benefits. But I would obviously much prefer not to have to choose.
Hi, I was exited when I found this plugin because it would make navigation much more comfortable. Unfortunately on my system Windows 10 Professional 64 bit NPP crashes at closing the program when Location Navigate is installed. It does not crash as soon as Location Navigate is uninstalled.
Thanks for MACRO reference, the locationNav plugin is based on scintilla msg( record position of cursor and analysis) . Maybe the NPP and scintilla have been optimized. If can reproduce an issue of crash , I will disable plugin temporary when Macro run.
By the way, I remember LocationNavigate 0.4.7.7 could hang or crash while some Notepad++ recorded macro was running from the beginning to the end of a large file. I could not reproduce such problem with LocationNavigate 0.4.7.9, so looks like something was done with regards to Notepad++'s macros as well? For example, here is how XBrackets Lite deals with macros: if ( uMsg == WM_COMMAND ) { const WORD id = LOWORD(wParam); switch ( id ) { case IDM_MACRO_STARTRECORDINGMACRO: thePlugin.OnNppMacro(MACRO_START);...
Thank you!
I have added News section
ChangeLog-NewFileBrowser
changelog-LocationNavigate
ChangeLog
ChangeLog
v0.4.8.1 only clear currentPage Mark History when can't undo
There are a few new versions of LocationNavigate released recently. It is not clear what was changed there. Please update the "What's new" section or add "changelog.txt" to the archive with the .dll file.
优化标记的判断,实现多个保存标记依次回退后的标记准确性
优化删除标记,防止部分标记无法删掉,v0.4.8.0 版本
修正在个别电脑上打开新文件卡死的问题
0.1.5 正式版本,增加新的开发语言
code refactoring for beNotified function
1. update lastest .h file for x64
1. 优化保存时Mark的功能,采用多线程操作,防止崩溃
I have fixed it ,and will update the pluginlist
Thank you for your feedback , I will fix it in this week.
Unfortunately the 64bit version is not working. It only records the act of switching betwen tabs. It does not record any changed, and it does not highlight them either. I am using Notepad++ newest portable 64bit. I also have 32bit Notepad installed (but also tested the 32bit portable one) and for the 32bit version, the 32bit version of this plugin works perfectly.
Unfortunately the 64bit version is not working. It only records the act of switching betwen tabs. It does not record any changed, and it does not highlight them either. I am using Notepad++ newest portable 64bit. I also have 32bit Notepad installed (not portable) and for that one, the 32bit version of this plugin works perfectly.
I have updated the x64 version and tested it, download please.
I have update the x64 version
you can download the x64 version https://sourceforge.net/projects/locationnav/files/LocationNavigate_v0.4.7.8_x64.zip/download
update readme.txt info
支持的文件格式列表更新
更新为2015版本代码
LN support x64
LocationNavigate v0.4.7.7
更新VS2015的相关配置, NewFileBrowser 0.1.4 版本
支持X64位,但还有bug,需修复
update version in UI 0.4.7.8
Ok, will wait for the solution. Thank you. Dnia 9 lutego 2021 13:21 Austin Young <pattazl@users.sourceforge.net napisał(a): I come back , I will try to fix this issue on x64 in my spare time sourceforge.net Ported latest version to x64 Sent from sourceforge.net because you indicated interest in sourceforge.net sourceforge.net To unsubscribe from further messages, please visit sourceforge.net sourceforge.net
Based on the quick look at LocationNavigate_src_v0.4.7.7.zip\LocationNavigate_src_v0.4.7.7\LocationNavigate.cpp it looks like Scintilla is used to achive the "marking fetaure". And I suspest that the problem may be connected to the Scintilla Version used by Notepad++: Notepad v.6.6.9 - SciLexer.dll v.3.3.4 Notepad v7.9 Portable - SciLexer.dll v.4.2.0.0 It's beyont my knowledge to fix that. Can anyone fix that?
Hi, I checked that and it works perfect except one feature - marking of modified lines in the file - and this is the feature that I miss the moste. See attachments where it: - used to worked (in my old Notepad v.6.6.9) - doesn't work now (in my new Notepad v7.9 Portable) Are you able to fix this additional feature? Thank you, Marcin
I use the plugin occasionally and find it useful. As it is outdated I downloaded the source and ported it to x64 Nothing fancy but does the job. Attaching source and built dll