Hello, Is there any possibility this feature to be implemented in the near future? I know that you probably have a lot of other things to do but if it is not much effort I would really appreciate to be able to add annotations before line 0. Thanks once again, Pavel
ComparePlugin v2 has 64bit version and it is working fine: https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_X64.zip The only thing to have in mind is to use 32bit version of the plugin with 32bit version of Notepad++ and 64bit - with 64bit Notepad++. This release is for Notepad++ versions above 7.7 as explained in my answer to @mbmbmb above.
Do you have other files inside ComparePlugin\ other than the ComparePlugin.dll ? If yes, you have to move them to ComparePlugin\ComparePlugin\ and leave only the ComparePlugin.dll in the first (main) ComparePlugin\ folder. I would also suggest you to download https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_x86.zip which is the official Compare v2 plugin for Notepad++ versions above 7.7. That is because the plugins interface changed due to some...
Do you have other files inside ComparePlugin\ other than the ComparePlugin.dll ? If yes, you have to move them to ComparePlugin\ComparePlugin\ and leave only the ComparePlugin.dll in the first (main) ComparePlugin\ folder. I would also suggest you to download https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_x86.zip which is the official Compare v2 plugin for Notepad++ versions above 7.7. That is because the plugins interface changed due to some...
ComparePlugin v2 has 64bit version and it is working fine: https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_X64.zip The only thing to have in mind is to use 32bit version of the plugin with 32bit version of Notepad++ and 64bit - with 64bit Notepad++.
ComparePlugin v2 has 64bit version and is working fine: https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_X64.zip The only thing to have in mind is to use 32bit version of the plugin with 32bit version of Notepad++ and 64bit - with 64bit Notepad++.
Do you have other files inside ComparePlugin\ other than the ComparePlugin.dll ? If yes, you have to move them to ComparePlugin\ComparePlugin\ and leave only the ComparePlugin.dll in the first (main) ComparePlugin\ folder. I would also suggest you to download https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_x86.zip which is the official Compare v2 plugin for Notepad++ versions above 7.6.x. That is because the plugins interface changed due to some...
Do you have other files inside ComparePlugin\ other than the ComparePlugin.dll ? If yes, you have to move them to ComparePlugin\ComparePlugin\ an leave only the ComparePlugin.dll in the first (main) ComparePlugin\ folder. I would also suggest you to download https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_x86.zip which is the official Compare v2 plugin for Notepad++ versions above 7.6.x. That is because the plugins interface changed due to some...
Do you have other files inside ComparePlugin\\ other than the ComparePlugin.dll ? If yes, you have to move them to ComparePlugin\\ComparePlugin\\ an leave only the ComparePlugin.dll in the first (main) ComparePlugin\\ folder. I would also suggest you to download https://github.com/pnedev/compare-plugin/releases/download/v2.0.0_npp7.7/ComparePlugin_v2.0.0_npp7.7_x86.zip which is the official Compare v2 plugin for Notepad++ versions above 7.6.x. That is because the plugins interface changed due to...
I've also tried putting it in a folder called compare. You have to put the dll in a folder having the same name as the dll - in other words: ComparePlugin\ComparePlugin.dll
Of course, what else do you want?
I cannot help you unless you provide more info, sorry. I am not a fortuneteller. What exactly are you doing, step-by-step?
It should be working. Go to Notepad++ plugins menu and then start Plugin Admin (it is the last entry in the menu). Select there NppGTags plugin and install it. After Notepad++ restart everything should be fine. Is it not the case on your side? If so, please provide more details. Notepad++ is currently undergoing a major change in its plugin handling and this might lead to such problems with any plugin.
global.exe is flagged as malicious by Symantec
Try downloading the file from https://github.com/pnedev/nppgtags/releases . Symantec (as well as other antivirus programs) sometimes reports security risks based on guesses (heuristics) or based on how new the file is or how many people use it to determine if it is trustworthy. Here is the online scanner result: https://www.virustotal.com/bg/file/c9c5aa474dbb9ef49c5bcd037fcf00d3db6e633b932aee4d6e12b4c8d17f165b/analysis/1536752810/ , you can run it on your own if you like. Here is also the online...
The latest plugin version - v.2.0 has 64bit build . BR
You need the 64 bit version of the plugin because your Notepad++ is 64 bit (if you open Notepad++ in the menu click ? -> About Notepad++ and it will show you the version and the architecture). Download the 64bit version and it will be OK. BR
Hi Philippe, The yellow means that the line exists in the other file but is slightly modified - the dark-yellow marks the changed sections of the line. The blue means that the line is moved to another location in the other file - it is the same but it is simply reordered. Hope that clarifies. BR
Hi Pan, Yes, there is a big difference. Find Definition takes you to where function/class/global variable is defined. Find Reference shows you all the places where the function/global variable is used. But you know that already, that's why you are confused :) You are wondering because on occasions the GTags parser cannot determine if something is definition or reference and it just marks that as a symbol (unknown existing tag). And when you do search for it later (as reference or definition) it is...
Horizontal scroll in search in result box
Add menus for several feature
Add menus for several feature
Link to the README.md help file added to the plugin About dialog. Closing this ticket.
Horizontal scroll in search in result box
Hi @Yuki, The horizontally scrollable results search dialog is implemented in these binaries (and will be present in the next official plugin release): x86: https://ci.appveyor.com/api/buildjobs/m2uc14nru2xh4c7a/artifacts/NppGTags.x86.Release.v120_xp.dll x64: https://ci.appveyor.com/api/buildjobs/xvwvqwhgkxx70n6w/artifacts/NppGTags.X64.Release.v120_xp.dll The dialog is not user resizeable, sorry (it is moveable though). I've tested the x86 binary on Linux (under Wine) please write back if something...
You are right, I'll fix that soon, thanks. BR
Hello Paul, That's a sound reason to have the database files in different folder. In your case that might really help. I'll consider implementing it but it will certainly take time as I'm quite busy these days. BR
Hi Javi, I understand you now, thanks for the explanation. Well, NppGTags has 'Go to Definition' command that does just that. It only places the results below the document (not in a pop-up window next to the cursor but in Notepad++ docking window). That makes it possible to colorize the results, search them, copy them, etc. and makes them more easy to navigate in case of many matches. BR
Hi Javi, I understand you now, thanks for the explanation. Well, NppGTags has 'Go to Definition' command that does just that. It only places the results below the document (not in a pop-up window next to the cursor). That makes it possible to colorize the results, search them, copy them, etc. and makes them more easy to navigate in case of many matches. BR
Hello Martin, You don't have to manually create your database using command window and running gtags from there. In fact, that might bring problems when using the plugin later (the plugin calls gtags this way: gtags.exe -c --skip-unreadable). You also don't have to modify your environment variables at all. Instead, open a file from your project and then from the plugin's menu select Create Database command. Then point to the root of your project and the database will be created there. If you want...
Hi, I do not understand you well, sorry. Could you describe in more details (example would also help) what functionality you would like to have? Thanks for the feedback. BR
Hi, The red rectangular symbol is minus sign - it means that the corresponding line at that location is found in the old file only. In other words that line is completely changed (replaced with another line or simply removed). The red 'not equal' sign means that only part of the line is changed - the line at that location exists in both files but is partialy changed. The changed portion is highlighted in orange. BR
I was not able to reproduce the issue with v2.0. Can you send me some example files that trigger the problem?
You are welcome, I'm glad you like it.
Hello Yuki, It may be helpful if URL to the document is written on top of NppGTAGS web page and about dialog. That is a good suggestion, thanks. I won't be adding new plugin menu commands about those features then - I'll simply add link to the user guide doc. Thanks. BR
Hello Yuki, It may be helpful if URL to the document is written on top of NppGTAGS web page and about dialog. That is a good suggestion, thanks. I won't be adding new plugin menu commands about those features then - I'll simply add link to the user guide doc. Thanks. BR
Hello Yuki, The functionality you mention is described in the README.md help file. If I understand you correctly you are proposing to add another NppGTags menu command for the above functions is that correct? Thanks. BR
Hello @MaxiCombina, The results filter database setting is implemented in the new v4.4.0 release of the plugin. You can get it from https://github.com/pnedev/nppgtags/releases/tag/v4.4.0 or from https://sourceforge.net/projects/nppgtags/files/v4.4.0/ BR
Height of some text boxes are too narrow
Hello @Yuki, The refreshing problem is fixed in the new v4.4.0 release of the plugin. You can get it from https://github.com/pnedev/nppgtags/releases/tag/v4.4.0 or from https://sourceforge.net/projects/nppgtags/files/v4.4.0/ Write back if you still experience some problems. BR
I'll analyse the refreshing problem, thanks for reporting.
Even better - try this binary that has also the buttons font fixed: x86: https://ci.appveyor.com/api/buildjobs/0mcxcrydexymdgwi/artifacts/NppGTags.x86.Release.v120_xp.dll x64: https://ci.appveyor.com/api/buildjobs/cwx7rjyq1c7kk4dc/artifacts/NppGTags.X64.Release.v120_xp.dll BR
Hello Yuki, Could you please try again with this binary: x86: https://ci.appveyor.com/api/buildjobs/r3xxpxx5bm53teft/artifacts/NppGTags.x86.Release.v120_xp.dll x64: https://ci.appveyor.com/api/buildjobs/eeumwd1h85py8q7l/artifacts/NppGTags.X64.Release.v120_xp.dll Thanks.
I'll have a look, thank you.
Hi @Yuki, Could you please check the following binary and tell me if the issue is still there? x86 - https://ci.appveyor.com/api/buildjobs/0o5kb7t2ws9so4rb/artifacts/NppGTags.x86.Release.v120_xp.dll x64 - https://ci.appveyor.com/api/buildjobs/gh05cqhe8ppd0mw4/artifacts/NppGTags.X64.Release.v120_xp.dll With the new binary I do not see the problem you are facing but let me know if it is OK on your side too. Thanks. BR
Hi @Yuki, Could you please check the following binary and tell me if the issue is still there? x86 - https://ci.appveyor.com/api/buildjobs/0o5kb7t2ws9so4rb/artifacts/NppGTags.x86.Release.v120_xp.dll x64 - https://ci.appveyor.com/api/buildjobs/gh05cqhe8ppd0mw4/artifacts/NppGTags.X64.Release.v120_xp.dll With the new binary I do not see the problem you are facing but let me know if it is OK on your side too. Thanks. BR
Hi, You are right about 1 - it will be fixed in the upcoming version, thanks for the suggestion. I'll investigate 2 and write back in the new ticket you've opened. BR
Search or filter key words on tag search result window
Hello @Yuki, I have implemented the Result window search functionality and it will be in the next NppGTags release. Meanwhile you can get the changed binaries from here: x86 platform: https://ci.appveyor.com/api/buildjobs/trfxlfmvdhl6amms/artifacts/NppGTags.x86.Release.v120_xp.dll x64 platform: https://ci.appveyor.com/api/buildjobs/c8htnl9dhl7p9lob/artifacts/NppGTags.X64.Release.v120_xp.dll Download the dll for your platform, rename the file to NppGTags.dll and copy it over your current plugin dll...
Thank you Neil. BR
[Scintilla] Annotation in the beginning of the document
OK then, I'll implement such per-database search filter when I have more free ti...
Hello, Unfortunately it is not currently possible (from parser perspective). I have...
Hello, Unfortunately it is not currently possible (from parser perspective). I have...
Hello, Yes, your stack traces were helpful to narrow the possible cause. It was a...
Thanks for the extensive debug info. As I'm unable to reproduce the crash, could...
Hello, I'll look into it shortly. Meanwhile, could you try and tell me if this issue...
Hi, Well yes, Python not being in the %PATH% is a problem. Please add it in the %PATH%...
You can find 64 bit Compare plugin here: https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0...
It has many bug fixes, improvements and additions. You can find it here: https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0...
Try using the latest Compare plugin version - 2.0.0. It has many fixes and improvements....
Use latest Compare plugin version - 2.0.0. It has an explicit command 'Set First'...
You can find 64 bit Compare plugin here: https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0...
https://github.com/pnedev/compare-plugin/releases/tag/v2.0.0
The newest ComparePlugin version (2.0.0) has 64 bit version. It is also very enhanced...
Try using the latest ComparePlugin version - 2.0.0: https://github.com/pnedev/co...
The blank lines are added on purpose as those are synchronizing both views (compared...
Hi, If you have installed Pygments Python package then everything should be working....
Hi Rob, Pygments parser is fully usable now (plugin version 4.1.0). You'll need to...
Hi again Rob, I've been trying recently to get the Pygments parser working. It appears...
Hi again, Sorry for the delay, I was quite busy recently. I was not able to reproduce...
I'll take a look later today when I get to my Win7 machine.
Hi, Thanks for the feedback. I cannot reproduce this on WinXP. I'll try later on...
This shows the type of the line ending symbol. Dos/Windows uses CRLF (Carriage Return,...
Hi, Pygments parser requires external Python package to work that is not supplied...
Just cloned the linux kernel from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git...
I haven't noticed any crashes yet. Could you give me some steps to reproduce the...
It is implemented in the latest version of the plugin. If you start search through...
I have actually put in Plugin Manager xml list the Sourceforge link to the latest...
You can get it from here or via Plugin Manager. Enjoy!