Pavel Nedev

Results 148 comments of Pavel Nedev

That's a good suggestion, thanks.

It is currently not possible. It can be implemented but is a bit tricky. If you are using revision system (SVN, Git, whatever) like me then you can add database...

Thanks @vinsworldcom , I'll check that when I find more free time. Could you please check my example PoC built from this comment: https://github.com/pnedev/nppgtags/issues/41#issuecomment-1845584453 ? Thanks again.

Nice Vince, thank you. :+1: I don't promise to merge it (at least it won't be soon since I what to check it and think it over first and this...

Sounds like a useful idea (one may also monitor Scintilla notifications for added/deleted text to accomplish this as I kind-of do in the plugin). I'll implement it some time in...

Hi again Vince, Could you please check this development build: [**64-bit**](https://ci.appveyor.com/api/buildjobs/3vd65r35so1k7ouv/artifacts/NppGTags.x64.Release.v143.dll), [**32-bit**](https://ci.appveyor.com/api/buildjobs/m4gtap3t47w1omb2/artifacts/NppGTags.x86.Release.v143.dll). It is using the native plugin autocomplete list now but it is auto-shown on char input (after the...

Thanks Vince for debugging the beep issue, the feedback and the testing :+1: You are right, I haven't implemented the NppGTags autocomplete function with multi-caret in mind. BR P.S. I...

OK, I'll try it myself soon and probably merge it. Thank you for looking into this. P.S. Later I'll also add automatic autocomplete on char input + starting character per...

@vinsworldcom , Hello Vince, I have added a setting to make Autocomplete automatically triggered after entering word with configurable length. It is not native Scintilla autocomplete though (I prefer it...

Thanks for the heads-up and the suggestions @chcg , I will consider adding some info in the About dialog and in the README :+1: > Current version is 6.6.9. How...