Feature and bugfix update With version 1.7_R14 the double click toggles the doSearch check box of a pattern. This enables to quickly select active search patterns out of a bigger list.
The Patterns are directly available for searching.
Some bugs solved like editor keeps focus at start, new search keeps position in file, unicode characters in text and file names possible.
Hope it helps, Mattes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
feel free to download the newest version 1.7-R15 from https://sourceforge.net/projects/analyseplugin/ I made some feature requests and bug fixes
- Unicode characters in search text are processed correctly
- Double click on line in pattterns list toggles doSearchFlag
- Find dialog contains patterns list to select those for easy searching of the pattern
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
New Release V1.9-R24 have just been uploaded!
New Feature is that finally in found the problem and made the pattern table colored!
Additionally the shared sources are updated to NPP version 6.2.3
Feel free to download and comment on https://sourceforge.net/projects/analyseplugin/
Mattes H.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I finished the version 1.10 finally.
If you like to review the file before auto update via PlauginManager becomes triggered in some days.
Read the changes in the help dialog to see all things changed.
Major points are:
synced scrolling between result and search text
menu entry "Add selection to patterns" and "Search now" as NPP context menu entry
handle separately visibility of result window at startup
config list context menu to Prepend / Append pattern files
save current pattern list and restore at startup
persistent last config files context menu
adding multiline search: "don't match newline" in the search type list
displaying of config and search file names in title bars of docking wnds...
Also some of the bugs are solevd with this version. For detailed solution description review the different tickets.
If you find issues please mention the Rxx revision the issue was seen.
Any comments for this version may be added here in this topic.
Best Regards,
Mattes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just to let you know when updating to Version 7.6 or later of NPP:
The built in PluginAdmin list contains now also version 1.11 AP in both 32/64 bits
The next version of AP will support intallations by both PluginManagers if the Directory position changes are not too much in conflict... (see NPP WIKI Topic )
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I have uploaded a preview version for upcoming version 1.12 for testing. https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-preview/
Search n Replace and Coloring in original text is not yet in due to several issues faced; curr. working on it.
As I did several other changes for fixing and features requested I'd like to ask for feedback from you.
Changes since 1.12-preview
starting use of lexer, no yet active
adding possibility to save the hits into configfile
adding feature search results statistic #64
using NppParameters to detect isLocal config
custom color selection #44 and persisting the same is functional now
move custom colors to main to allow modifications also from Options dialog
enabling finally keeping text position after re-searching
adding Options... to context menus
adding feature wordwrap in result window #62
adding context menu for toggeling the linenumber setting
fixing bug #56 (bookmark restore)
fixing context menu position when RClick on table head line
syncing sources with NPP version 7.6.1
ensure build in new directory structure (plugins in subfolder with plugin name)
fixing bug #60 Incorrect search results when text file contains a NULL character
replacing npp_defines by npp_exceptions
Thanks and Regards
Mattes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I updated the preview version with R39 to fix bug #66 (Exception on loading).
Please, note: The version 1.12.39 is not yet registered in NPP plugin admin, which is the reason that you may see the plugin as "not installed" although it is avalable.
Last edit: Mattes H. 2019-01-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
New Tickets please assign them to milestone 1.12-preview
Still planned to be done
'#51: group attribute in patterns
'#49: drag&drop patterns
'#19: show back reference to patterns in result window context
'#67: hiding complete lines may also not show line numbers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear All,
regarding bug #79, I made a fix in the config loading routine, but did not yet update the default version by mistake. Sorry for that.
As it is now since some time like this, I will leave the default version until next release comes around.
The fix for bug 79 is because user was using NPP before version 7.6.3 (w/o support for NPPM_GETPLUGINSCONFIGDIR). In this case a empty string was causing to not load the analyseplugin configuration. https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-R48/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear All,
since version 8.3... the API changed some index values incompatibly from 32 to 64 bits.
This leads to a crash in my position calculation see ticket 86 .
I'm currently reworking this part of the code which unfortunately is quite a lot for me... The 32 bit version is working normally.
Please hold on with the 64 bit.
BR Mattes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
new version for preview was added for a workaround solution on Issue #95 v01.14-R51 (sourceforge.net)
This is an intermediate version to avoid NPP to crash by disabling the clipboard copy if NPP is older as version 8.3
See more details in the ticket #95
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
new version for preview was added, fixing the issue #95 including backward compatibility
additionally the newly introduced bug for colored text in clipboard (black-on-black) is fixed. v01.14-R54 (sourceforge.net)
I found three more bugs to be fixed:
escaped search not working in pattern list
hide on text make hidden text visible after clip board paste
option Action on Enter = update line results in update line even when clicking [search]
safe to file as rtf does not automatically add the file extension if missing
As those are all minor I wont create tickets for them
As always, if you find issues, please create tickets with milestone 1.14
Thanks, Mattes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2023-11-28
@Mattes Could v01.14-R54 be considered as official released version? For plugin admin two separate zip containers are needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
bugfix update version 1.6R9
A memory writer has been fixed.
Caused in save pattern dialog in case that extension .xml was automatically added.
Feature and bugfix update With version 1.7_R14 the double click toggles the doSearch check box of a pattern. This enables to quickly select active search patterns out of a bigger list.
The Patterns are directly available for searching.
Some bugs solved like editor keeps focus at start, new search keeps position in file, unicode characters in text and file names possible.
Hope it helps, Mattes
Very helpful, thank you!
Hi,
feel free to download the newest version 1.7-R15 from https://sourceforge.net/projects/analyseplugin/ I made some feature requests and bug fixes
- Unicode characters in search text are processed correctly
- Double click on line in pattterns list toggles doSearchFlag
- Find dialog contains patterns list to select those for easy searching of the pattern
New Release V1.9-R24 have just been uploaded!
New Feature is that finally in found the problem and made the pattern table colored!
Additionally the shared sources are updated to NPP version 6.2.3
Feel free to download and comment on https://sourceforge.net/projects/analyseplugin/
Mattes H.
I finished the version 1.10 finally.
If you like to review the file before auto update via PlauginManager becomes triggered in some days.
Read the changes in the help dialog to see all things changed.
Major points are:
Also some of the bugs are solevd with this version. For detailed solution description review the different tickets.
If you find issues please mention the Rxx revision the issue was seen.
Any comments for this version may be added here in this topic.
Best Regards,
Mattes
Version 1.11 R37 is released for 64 and 32 Bit https://sourceforge.net/projects/analyseplugin/files/binaries/v01.11-R37.zip/download
Changes since 1.11
Changes since 1.11-preview
Just to let you know when updating to Version 7.6 or later of NPP:
The built in PluginAdmin list contains now also version 1.11 AP in both 32/64 bits
The next version of AP will support intallations by both PluginManagers if the Directory position changes are not too much in conflict... (see NPP WIKI Topic )
Hi All,
I have uploaded a preview version for upcoming version 1.12 for testing.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-preview/
Search n Replace and Coloring in original text is not yet in due to several issues faced; curr. working on it.
As I did several other changes for fixing and features requested I'd like to ask for feedback from you.
Changes since 1.12-preview
Thanks and Regards
Mattes
I updated the preview version with R39 to fix bug #66 (Exception on loading).
Please, note: The version 1.12.39 is not yet registered in NPP plugin admin, which is the reason that you may see the plugin as "not installed" although it is avalable.
Last edit: Mattes H. 2019-01-10
Dear All,
I uploaded a second intermediate version of version 1.12 (preview2) conaining 32 and 64-bit dll.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-preview2/v01.12-preview2.zip/download
Please comment into tickets closed with this version if you see problems:
Solved with this version:
https://sourceforge.net/p/analyseplugin/bugs/search/?q=_milestone%3A1.12-preview+%26%26+%28++status%3Awont-fix+or+status%3Aclosed-fixed+or+status%3Aclosed%29
New Tickets please assign them to milestone 1.12-preview
Still planned to be done
'#51: group attribute in patterns
'#49: drag&drop patterns
'#19: show back reference to patterns in result window context
'#67: hiding complete lines may also not show line numbers
Hi Again,
I made two more features ready for release and this is what I will now call final 1.12 and send it to pluginmanager updates.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-preview3/
Features implemented
'#51: group attribute in patterns
'#19: show back reference to patterns in result window context
The issue
'#67: hiding complete lines may also not show line numbers
will not become implemented because of contradiction to internal data structures
And
'#49: drag&drop patterns
is a complete new concept which I would like to role out later
Hello All,
I just updated the nppPluginList with version 1.12-R43.
Binaries can be found on https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-R43/
Dear All,
there were a quite anoying bug #75 causing that loading files from recent list did not work anymore.
This is fixed with version v1.12-R44
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-R44/
Dear All,
a new bugfix version was provided fixing bug #76 causing a crash in case tabel column values were never set before closing NPP. Please download the file that suites for your bit size.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-R47/
Dear All,
regarding bug #79, I made a fix in the config loading routine, but did not yet update the default version by mistake. Sorry for that.
As it is now since some time like this, I will leave the default version until next release comes around.
The fix for bug 79 is because user was using NPP before version 7.6.3 (w/o support for NPPM_GETPLUGINSCONFIGDIR). In this case a empty string was causing to not load the analyseplugin configuration.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.12-R48/
Dear All,
another year passed and I was able to use the time to create a new version of AP.
https://sourceforge.net/projects/analyseplugin/files/binaries/v01.13-pre1/
I'm not yet done with all the processing and polishing, but can't wait to let you know.
Features added:
Best regards,
Mattes
Hi Mattes,
Thank you so much from France for such beautiful tool.
Using it every day , all the day long as tech support member :-)
BR
Patrick
Dear All,
since version 8.3... the API changed some index values incompatibly from 32 to 64 bits.
This leads to a crash in my position calculation see ticket 86 .
I'm currently reworking this part of the code which unfortunately is quite a lot for me...
The 32 bit version is working normally.
Please hold on with the 64 bit.
BR Mattes
Hi All,
this years first preview is available for testing.
v1.14-R50 (sourceforge.net)
Issues solved so far:
Hi All,
new version for preview was added for a workaround solution on Issue #95
v01.14-R51 (sourceforge.net)
This is an intermediate version to avoid NPP to crash by disabling the clipboard copy if NPP is older as version 8.3
See more details in the ticket #95
Hi All,
new version for preview was added, fixing the issue #95 including backward compatibility
additionally the newly introduced bug for colored text in clipboard (black-on-black) is fixed.
v01.14-R54 (sourceforge.net)
I found three more bugs to be fixed:
As those are all minor I wont create tickets for them
As always, if you find issues, please create tickets with milestone 1.14
Thanks, Mattes
@Mattes Could v01.14-R54 be considered as official released version? For plugin admin two separate zip containers are needed.
Sure! Seems that works as expected?
I shall initiate the update to make it default in NPP soon.
BR, Mattes
Is there an update planned for current "Secure-harden" NPP Version ?
NPP v8.6.9?
Analyseplugin not in valid-list for plugins. Will this be supported?