Activity for Mattes H.

  • Mattes H. Mattes H. posted a comment on discussion Help

    Dear User, thanks for asking this question. You want to colorize only the word that was searched for independent if it stands alone or if it is a part of a different word. This is a feature implemented in a special selection option. (see attached) If you choose the Text option exactly the "found" text gets colored. /BR Mattes

  • Mattes H. Mattes H. modified a comment on discussion Help

    hello first of all i would like to say thank you for this great plugin it's really fun to analyze data with it. nevertheless i have a small question or a small problem. i am using the plugin version 1.13.rev 49:49 ( 64 bit ) with the current notepad++ version. and now I have a small problem. example ..: i filter in test for the word “Info”, as display i get everything displayed where the word “Info” occurs. This includes “InfoTest”, “InfoSub”, “SubInfo”, “SubInfoText” etc. how can i make it so that...

  • Mattes H. Mattes H. modified a comment on discussion Help

    hello first of all i would like to say thank you for this great plugin it's really fun to analyze data with it. nevertheless i have a small question or a small problem. i am using the plugin version 1.13.rev 49:49 ( 64 bit ) with the current notepad++ version. and now I have a small problem. example ..: i filter in test for the word “Info”, as display i get everything displayed where the word “Info” occurs. This includes “InfoTest”, “InfoSub”, “SubInfo”, “SubInfoText” etc. how can i make it so that...

  • Mattes H. Mattes H. posted a comment on discussion Help

    hello first of all i would like to say thank you for this great plugin it's really fun to analyze data with it. nevertheless i have a small question or a small problem. i am using the plugin version 1.13.rev 49:49 ( 64 bit ) with the current notepad++ version. and now I have a small problem. example ..: i filter in test for the word “Info”, as display i get everything displayed where the word “Info” occurs. This includes “InfoTest”, “InfoSub”, “SubInfo”, “SubInfoText” etc. how can i make it so that...

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Sure! Seems that works as expected? I shall initiate the update to make it default in NPP soon. BR, Mattes

  • Mattes H. Mattes H. posted a comment on ticket #98

    Hello nockdown, you found the current limit of coloring :-) See also the ticket https://sourceforge.net/p/analyseplugin/bugs/81/ I really should find some time to indicate this limitation... I hope this clarifies the situation? pls. revert if not? Rgds, Mattes

  • Mattes H. Mattes H. modified ticket #97

    Plugin 1.13 is not compatible with NPP 8.5 (64bit)

  • Mattes H. Mattes H. posted a comment on ticket #97

    I guess the problem got solved by using the correct bit sized version. Closing the ticket. Rgds, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Help

    Thanks a lot for the feedback :-) Rgds, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi there, I guess you already spotted the discussion from earlier? https://sourceforge.net/p/analyseplugin/discussion/1662530/thread/1f06b3f8f0/ what does your config.xml section tell?

  • Mattes H. Mattes H. posted a comment on ticket #97

    Hi, just to double check.... Are you sure you have used the correct dll? See attach screenshot for 64-bit version of it. I get a similar message only if I select the 32-bit architecture called x86 please confirm. /BR Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    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 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...

  • Mattes H. Mattes H. committed [r54] on Code

    - remove double instance to header file to vcproj

  • Mattes H. Mattes H. committed [r53] on Code

    - add new header file to vcproj

  • Mattes H. Mattes H. committed [r52] on Code

    - fix #95 and make sure warning comes only once

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi All, new version for preview was added for a workaround solution on Issue #95 v01.14-R51 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

  • Mattes H. Mattes H. posted a comment on ticket #95

    Hi All, I added an intermediate version that tests on old NPP versions and avoids a crash by not using the clipboard function. https://sourceforge.net/projects/analyseplugin/files/binaries/v01.14-R51/ This is intermediate as I plan to support also this version combination but could not finish the work last weekend. Further updates will come soon... Mattes

  • Mattes H. Mattes H. committed [r51] on Code

    - fix for bug 95

  • Mattes H. Mattes H. posted a comment on ticket #96

    Great, thanks. Regarding the pattern list right side, in the version 1.13 allows you to maintain the column position and size via mouse drag. The once made this configuration it is persistent in your user config. I hope this helps to at least clean up a bit. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on ticket #96

    Hi Debajyoti, Thanks for your answer :-) Regarding the performance, I will make some profiling with log files in this size and check if there is something to improve. It was always my aim to provide good performance for big log files. I'll keep this ticket as response for this. Regarding the hint to textanalysistool again thanks for the hint; never saw it before. There are some points I saw regarding UX which might be interesting: 1. drag n drop functionality. This is something on my list but fiddling...

  • Mattes H. Mattes H. posted a comment on ticket #63

    Hi, a proposal born out of discussion in Ticket 96 is to highlight more or less dynamically. Always that patterns which are "selected" in the pattern list or result window, and only as long as the focus is on the AP panels. May be this could be a quite interesting compromise regarding the conflict with the lexer assigned via the document type... let me think on this further.

  • Mattes H. Mattes H. posted a comment on ticket #95

    The crash is caused by the binary incompatible change in the plugin API SCI_GETSTYLEDTEXT of NPP. NPP diff 8.2.1 vs 8.3 If new versions of plugins using this API call are getting used with older 64-bit versions of NPP than 8.3 than this call can only end in a segfault ScintillaSearchView.cpp#l270 I'll check if I can add a detection of the version and use correct bit size based on it. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on ticket #96

    Hi, NPP support large files since https://notepad-plus-plus.org/downloads/v8.3.3/ the plugin is synced with this sources and later since version 1.13 . The actual search function is the one in Notepad++. The plugin collects and merges the multiple search results to the result window. Except of the machine performance, there should be no restriction. If there is something not working, please let me know. Your point 2.) sound like you would have an idea how it could be less cluttered? I'm always interested...

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi, yes, I did play a bit with it. I'll check if I can finish it with next version. Do you have hints how to test for someone who does not have a Mac? rgds, Mattes

  • Mattes H. Mattes H. modified ticket #90

    Jumping to a specific pattern in the search result

  • Mattes H. Mattes H. posted a comment on ticket #90

    I guess my hint was good enough to work with. Will close the ticket for now Rgds, Mattes

  • Mattes H. Mattes H. posted a comment on ticket #81

    see first test version here v1.14-R50

  • Mattes H. Mattes H. posted a comment on ticket #92

    see first test version here v1.14-R50

  • Mattes H. Mattes H. posted a comment on ticket #93

    see first test version here v1.14-R50

  • Mattes H. Mattes H. modified ticket #94

    ComboBox with black parts since NPP 8.4.3

  • Mattes H. Mattes H. posted a comment on ticket #94

    see first test version here v1.14-R50

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi All, this years first preview is available for testing. v1.14-R50 Issues solved so far: - #94 workaround for black combobox - sync with NPP 8.4.8 code - #81 Increase the number of supprted styles from ~130 to 247 - #92 Fixing the bookmark id change in NPP 8.4.6 still maintinaing compatibility with previous versions

  • Mattes H. Mattes H. committed [r50] on Code

    - #94 workaround for black combobox

  • Mattes H. Mattes H. posted a comment on ticket #94

    Workaround works. Thanks to ffes :-)

  • Mattes H. Mattes H. created ticket #94

    ComboBox with black parts since NPP 8.4.3

  • Mattes H. Mattes H. posted a comment on ticket #81

    Hi Yang Fan, actually 247 because 1 is used for default color. I plan to provide a pre-release in some few days. I use this pattern list as test scenario, where 247 color is still shown but 248 falls back to default. Interesting question would be, what's the best way to inform user that max colors is reached? Popup seemed me to be too annoying. Any suggestions?

  • Mattes H. Mattes H. modified ticket #92

    Bookmarks are not after search when changing to NPP 8.4.6

  • Mattes H. Mattes H. posted a comment on ticket #92

    This will be fixed in next version.

  • Mattes H. Mattes H. posted a comment on ticket #81

    Finally change was made and will be available with next version.

  • Mattes H. Mattes H. modified ticket #93

    Result window context menu pattern index wrong

  • Mattes H. Mattes H. posted a comment on ticket #93

    This bug will be fixed be fixed in next version

  • Mattes H. Mattes H. created ticket #93

    Result window context menu pattern index wrong

  • Mattes H. Mattes H. posted a comment on ticket #92

    See answers to the problem in NPP chat: community.notepad-plus-plus.org/topic/23541 A new release will be required to adapt the plugin...

  • Mattes H. Mattes H. modified ticket #92

    Bookmarks are not after search when changing to NPP 8.4.6

  • Mattes H. Mattes H. modified ticket #92

    Bookmarks are not after search when changing to NPP 8.4.6

  • Mattes H. Mattes H. created ticket #92

    Bookmarks are not after search when changing to NPP 8.4.6

  • Mattes H. Mattes H. modified ticket #91

    Notepad++ Crash on copying anything from AnalysePlugin window

  • Mattes H. Mattes H. posted a comment on ticket #91

    Hi, thanks for your feedback and luckily I have already the solution for you. Please update the Plugin to the latest version 1.13 From your video I could see that you are using a previous version. Here is the link to the new version which was also released to Notepad++ https://sourceforge.net/projects/analyseplugin/files/binaries/v01.13-R49/AnalysePlugin-v01.13-R49-all.zip/download regards, Mattes

  • Mattes H. Mattes H. modified ticket #82

    Options not saved?

  • Mattes H. Mattes H. posted a comment on ticket #82

    seems issue was fixed with other means. will close the ticket now. Regards, Mattes

  • Mattes H. Mattes H. modified ticket #83

    Memory usage excessive

  • Mattes H. Mattes H. posted a comment on ticket #83

    guess issue was not related to AP, because no comments since baby baking time ... Closing the ticket.

  • Mattes H. Mattes H. posted a comment on ticket #90

    Not sure, but did you try the find feature in result window? right mouse click -> find... or if text cursor is in press ctrl-f The different patterns which were matching the current line in result window are listed also in the context menu. Hope this answers question? please revert. Thx, Mattes

  • Mattes H. Mattes H. modified ticket #86

    Crash in x64 builds of latest Notepad++ release

  • Mattes H. Mattes H. posted a comment on ticket #86

    Hi All, I finally was able to finish 1.13-R49 fixing this bug. See https://sourceforge.net/projects/analyseplugin/files/binaries/v01.13-R49/ Please, let me know when you find any issues. regards, Mattes

  • Mattes H. Mattes H. committed [r49]

    - bugfix #86 regression in 64-bit version

  • Mattes H. Mattes H. posted a comment on ticket #86

    yes, on the way.

  • Mattes H. Mattes H. posted a comment on discussion Help

    Hi yang fan, issue is with 64-bit version of NPP. See details in ticket 86

  • Mattes H. Mattes H. posted a comment on discussion Help

    Hi, yes, this is a currently known issue with NPP 64 bit version. 32-bit version should work. Ticket for this is already created 86

  • Mattes H. Mattes H. modified ticket #89

    not working in npp 8.3.3

  • Mattes H. Mattes H. posted a comment on ticket #89

    Solution will come with 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

  • Mattes H. Mattes H. posted a comment on ticket #87

    Hi Patrick, thanks for the proposal. I'll think about it some time and will come back later. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    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

  • Mattes H. Mattes H. modified ticket #88

    Word-select in AnalyseResultWindow by double-click doesn't work

  • Mattes H. Mattes H. posted a comment on ticket #88

    Dear User, your observation is correct and selectable by options. I had to decide what to do in case a user makes a double click on a certain line. Some people want the cursor to jump to the original window for real editing the code and some want this just to select a single word as you. To leave the option to the user I made an option for this behavior which you can find in the plugins AnalysePlugin menu. Please choose your selves if you prefer moving the text cursor to the original text or not....

  • Mattes H. Mattes H. modified ticket #86

    Crash in x64 builds of latest Notepad++ release

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    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: - groups - sorting patterns and definition of Ordering IDs - initial support for dark mode: "new icons" - Drag N Drop patterns files - result window context menu shows where a pattern comes from - Comments or problems identified?...

  • Mattes H. Mattes H. posted a comment on ticket #85

    While reading https://community.notepad-plus-plus.org/topic/21652 I found, a first update should be to support for all different types of icons.

  • Mattes H. Mattes H. created ticket #85

    Dark Mode support

  • Mattes H. Mattes H. posted a comment on ticket #49

    Just to update, this feature will be part of 1.13. just finished the implementation.

  • Mattes H. Mattes H. modified a comment on discussion Open Discussion

    Hi Mattes, first of all thanks for your great tool, I use it with quite satisfaction and I have a couple of simple ideas that could help further usage. The plugin is easy to use but if a lot of patterns are added to the search list, it's a bit difficult to keep track of them and the results: it would be interesting to have counted the number of entries in the list and the number of active patterns in such list. Also a number of hits for each entry is quite interesting as, among let's say one hundred...

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hello Federico, thanks a lot for your message. It is always a pleasure for me to see personal feedback here! :-) Regarding your first comment I created a feature request #84 for your numeration point. Regarding the number of hits counted I wonder if you had seen that this feature is already implemented in version 12-R48. You can change the order of columns by dragging the head of the column if you want Best regards Mattes

  • Mattes H. Mattes H. created ticket #84

    Numbered pattern list for easier navigation in hugh list

  • Mattes H. Mattes H. posted a comment on discussion Help

    Depending on the size of the file you could put one pattern with searching for .* in regex mode and make color normal. The line would need to be above your rest of patterns. (from top to down, last match wins in coloring) Another trick might be working with the bookmarks in the edit window, but I don't know if this "high lighting" is enough for you.. BR Mattes

  • Mattes H. Mattes H. posted a comment on ticket #83

    Hi, can you please check following points: is this behavior reproducible with NPP version 8.1.4 ? Is this behavior reproducible when you did rename the AnalysePlugin.dll to AnalysePlugin.bak in the program / plugins folder did you have certain files open in previous session which are not accessible e.g. in a network path? Is there any further reproduction scenario that could help to replicate this situation? Thanks, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Help

    Ok, that's resonable. However, here the required information: the visibility is being stored in config.xml which is stored in %APPDATA%\Notepad++\ Section DockingManager <plugindlg pluginname="AnalysePlugin.dll" id="3001" curr="1" prev="4" isvisible="yes"> <plugindlg pluginname="AnalysePlugin.dll" id="3005" curr="3" prev="-1" isvisible="yes"></plugindlg></plugindlg> You will have to modify this file with a different editor as NPP it selves. br, Mattes

  • Mattes H. Mattes H. modified a comment on discussion Open Discussion

    Dear M., Same discussion was done in https://sourceforge.net/p/analyseplugin/discussion/1662530/thread/a0d69671a9/ I recommend to avoid finding non-interesting lines with using regex This makes your life much better as processing time will also improve. Hope that helps for you. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Dear M., Same discussion was done in https://sourceforge.net/p/analyseplugin/discussion/1662530/thread/a0d69671a9/ I recommend to avoid finding non-nteresting lines with using regex This makes your life much better as processing time will also increase. Hope that helps for you. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Sorry for late delay, seems I did not detect your message in my box. Regarding 1.) The text in pattern list is a system menu font. Same size as other menus. If you change the scaling for menu text in windows settings and restart NPP the text gets scaled same as other menus. Regarding 2.) I'm not totally convinced that instant search si really a good feature. Please, don't forget, that one main focus for my plugin is log files in the size of several mega bytes. The performance in this case is really...

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi There, in understand that in your use case my recommendation from last year probably does not help? https://sourceforge.net/p/analyseplugin/discussion/1662529/thread/a8efa3d82f/#4f7e notepad++ --help shows all possible command line parameters. Not really surprising for me that Don HO did not foresee a routing command to plugins. (e.g. for security reason) However, a possible solution might be to patch %APPDATA%\Notepad++\plugins\config\AnalysePlugin.ini and AnalysePlugin.xml before starting notepad++...

  • Mattes H. Mattes H. posted a comment on ticket #82

    Hi strife cloud, I tested the Use case you did describe, but could not see this effect in NPP7.9.3(32b). However, one remark: if you left one remaining search from previous from previous run with a different color e.g. black this search will remain and hence the dialog shows still black. If you like to reset to the default settings, please use the [clear] button once. Another problem can be, that the configuration on your system cannot be saved to the ini file at NPP exit. (it's intentionally fire...

  • Mattes H. Mattes H. posted a comment on discussion Help

    Dear strife cloud, your topic sounds more as a bug report. With your acceptance I move this to the ticket section: Ticket #82 Please follow up there. Thanks!

  • Mattes H. Mattes H. created ticket #82

    Options not saved?

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    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/file...

  • Mattes H. Mattes H. modified a comment on discussion Help

    Dear Jadel, thank you very much for your nice feed back. It is the greatest honer to hear that the tool makes life better. :-) Regarding your question regarding "empty lines" was already earlier requested as Feature request 67. The problem here is that the synchronized scroll is made so fast by using direct conversion of result window lines to search window lines. It will be a quite big conceptual change in the tool to realize this. However, for you there may be also a good alternative. Hide means...

  • Mattes H. Mattes H. posted a comment on discussion Help

    Dear Jadel, thank you very much for your nice feed back. It is the greatest honer to hear that the tool makes life better. :-) Regarding your question regarding "empty lines" was already earlier requested as Feature request 67. The problem here is that the synchronized scroll is made so fast by using direct conversion of result window lines to search window lines. It will be a quite big conceptual change in the tool to realize this. However, for you there may be also a good alternative. Hide means...

  • Mattes H. Mattes H. posted a comment on discussion Help

    The same was also provided and answered in ticket 77 see also discussion About other editors

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi, you have disabled all searches as visible in your picture. double click each line once or click [] Do Search and [update] for each line and you should see all results coming. Let me know if this did help Thanks Mattes

  • Mattes H. Mattes H. modified a comment on ticket #81

    Hi, yes, there is a restirction in the number of available styles in scintilla view. In former version this was some by 119, due to 7bit range subtracting some default styles that cannot be changed. With your input i read again the documentation and see that in the updated version of NPP's scintilla the number of styles have been made to 8bit -> some 248 entries. https://www.scintilla.org/ScintillaDoc.html#StyleDefinition Also I admit I was not expecting one to use so many entries and forgot to put...

  • Mattes H. Mattes H. modified ticket #81

    Search list with more than 100 rules alters the coloring

  • Mattes H. Mattes H. posted a comment on ticket #81

    Hi, yes, there is a restirction in the number of available styles in scintilla view. In former version this was some by 119, due to 7bit range subtracting some default styles that cannot be changed. With your input i read again the documentation and see that in the updated version of NPP's scintilla the number of styles have been made to 8bit -> some 248 entries. Also I admit I was not expecting one to use so many entries and forgot to put a warning in the configuration table. I will add the additional...

  • Mattes H. Mattes H. created ticket #81

    Search list with more than 100 rules alters the coloring

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Thanks a lot. Christmass time comes closer. Hope to find some silence to work again on the topic. Regards, Mattes

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Hi, not totally sure if I understood your request correct: "If you wanted to have the coloring and just do the invocation of NPP than this I would have to look into in detail..." Do you mean: A file xxx.log shall be analyzed with filter-xxx.xml and NPP shall popup with the typical result window and coloring according to xxx.filter.log. A call to NPP would have notepad++.exe xxx.log **--analyseplugin=xxx-filter.log** Right understanding? I have not yet looked into the CLI of NPP but I guess it would...

  • Mattes H. Mattes H. modified ticket #77

    After search is complete popup "Finding patterns... Press OK to Cancel" doesn't close

  • Mattes H. Mattes H. posted a comment on ticket #77

    I'l think if I would create the pligin for an additional editor. I created a new discussion topic for this. https://sourceforge.net/p/analyseplugin/discussion/1662529/thread/d198de84d9/ Please, comment there.

  • Mattes H. Mattes H. modified a comment on discussion Open Discussion

    Dear all AP interested. With ticket 77 I got to knokw that people try to use NPP as Windows tool under Linux. But my own tries using this on the basis of WINE was not too much successfull. I'm using half of the lifetime linux and all this time I used KATE being my favourite in Linux to quick edit. A second one I saw having also quite potential is the SciTE. Important for me is that the programing language is C++ and that the editor has similatrities to NPP like using scintilla component as editor...

  • Mattes H. Mattes H. posted a comment on discussion Open Discussion

    Dear all AP interested. With ticket 77 I got to knokw that people try to use NPP as Windows tool under Linux. But my own tries using this on the basis of WINE was not too much successfull. I'm using half of the lifetime linux and all this time I used KATE A second one I saw having also quite potential is the SciTE. Important for me is that the programing language is C++ and that the editor has similatrities to NPP like using scintilla component as editor or similar. Now you are asked to comment....

  • Mattes H. Mattes H. posted a comment on ticket #78

    I just played a bit with macro recording and saw that plugin commands are not working with macros. Will have to check ...

  • Mattes H. Mattes H. posted a comment on ticket #77

    Hi, I installed mentioned package and can confirm the behavior. Good thing: just press OK to get it away. As finished message , also stop message is getting ignored. You would see the full results afterwards. Bad thing: I have no experience with debugging in snap craft packaged apps. I will have to install WINE probably to understand why this tool behaves different as original WINAPI (what it's claiming not to do;-) Do you have any experience about remaining use of NPP on linux? Or was it just a...

1 >