Search found 13 matches

by mapa4
28 Jan 2022, 11:42
Forum: Ask for Help (v1)
Topic: How to Base64 decode and Zlib decompress a string
Replies: 1
Views: 1562

Re: How to Base64 decode and Zlib decompress a string

Hi,
If it does not waork I think it is because "r" variable is not known.
And this is my problem as well, I need to uncompress some strings but I do not know their initial length and rate.
If someone could help us ?
Thanks in advance.
Best regards,
by mapa4
19 Mar 2017, 04:28
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Ludamo,

Unfortunately, it does not cover the initial requirement.
Nightwolf85 spent a lot of time on this and resolved a lot of cases, this is not the same behavior, it really detects quite all syntax types used by any fellow.
by mapa4
17 Mar 2017, 06:17
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85, I was not able to answer your last PM in this forum, my response still stays in the Outbox, I will retry later. Thanks.
by mapa4
14 Mar 2017, 06:29
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi NightWolf85,

Wow, I have to say that I have no more use cases to propose to your brain ;-)
For me it is perfect, well done and thanks a lot for the community !
TTYL.
by mapa4
13 Mar 2017, 13:28
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi NightWolf85,

Based on your last example and also your last code above, here are 2 examples where the parser seems to be lost :
MWSnap028.png
MWSnap028.png (12.85 KiB) Viewed 15327 times
MWSnap029.png
MWSnap029.png (13.82 KiB) Viewed 15327 times
by mapa4
13 Mar 2017, 01:29
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85, Thank you for your effort and perseverance, much appreciated. I keep the first version of the 12 March (BTW thanks for this gift, it was my birthday ;-)), if the last one detects it, it ignores a lot of functions or labels that are behind. So, this is frustrating but it could maybe a...
by mapa4
12 Mar 2017, 03:33
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85, Good shot again, it works for the 4th syntax type ! Regarding your EDIT3 RegEx, I tried it into NP++ classical Find window with this small update (just added \s\t), and it seems to work, but I do not know where to apply it into your parser : ^[\t ]*(?!(if|while|for))([a-zA-Z0-9#!^+&<...
by mapa4
11 Mar 2017, 08:07
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85, I have tested your regex thu http://regexr.com and it seems there is an error : MWSnap021.png it looks like there was probably some pasting errors, try changing these and see what happens: " should be " and < should probably be < I just removed the first and last double quote and al...
by mapa4
11 Mar 2017, 06:36
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85,

I have tested your regex thu http://regexr.com and it seems there is an error :
MWSnap021.png
MWSnap021.png (32.97 KiB) Viewed 32601 times
by mapa4
10 Mar 2017, 02:43
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi Nightwolf85, Thanks for your quick answer and the fix, it works really well for the 2 first ones, good shot. About the 3rd one, I can do the workaround on my own scripts, but the parser will not discover this syntax type on other scripts we can grab from people on some sites. I also found a 4th t...
by mapa4
05 Mar 2017, 03:33
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 76422

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Hi ahkDustVorteX and Nightwolf85,

Thanks for your contribution on this subject, very useful for Notepad++ and AutoHotkey communities.
May I report that these 3 code example types are not compliant with the parser :

Code: Select all

LWin & LAlt::msgbox

Code: Select all

aa(bb=0.1)
{}

Code: Select all

cc() ; -- comment
{}
by mapa4
15 Oct 2016, 05:02
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 42642

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Hi Bruttosozialprodukt, Having already discussed a lot about "FRAMES/IFRAMES" with Joe Glines, it would be so fabulous if you would find a way to give a value to your "ELEMENT ACCESS SUGGESTION" when dealing with this type of tags ! I am sure it would increase the web scraping use on the whole WWW a...
by mapa4
14 Nov 2013, 03:00
Forum: Scripts and Functions (v1)
Topic: TextConverter v0.2
Replies: 28
Views: 13059

Re: TextConverter

You should add a ROT-13 substitution cipher !

Go to advanced search