You are here: PSPad forum > Developer forum - new builds > PSPad unicode 5.0.7 (625) English

PSPad unicode 5.0.7 (625) English

Goto Page: Previous1 2 3 4 Next

#11 Re: PSPad unicode 5.0.7 (625) English

Posted by: pspad | Date: 2021-05-11 13:03 | IP: IP Logged

Ravelli:
My code explorer shows a subfolder - is that intentionally? It gets produced by a function containing an url in its second line, without being commented out.

Code explorer is simple line by line parser.
Can you send me some source example (into support mail) to spare my time with rewriting code from picture please?

What can cause this problem is misinterpreted '}' bracket in function above.
But without source what causes it I can't fix parser.

Edited 2 time(s). Last edit at 2021-05-11 14:43 by pspad.

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 5.0.7 (625) English

Posted by: Professor Bernd | Date: 2021-05-12 02:28 | IP: IP Logged

pspad:
Fixes:
Words at cursor doesn't return word when cursor was just behind the word

Fix is not complete: If the search word is not followed by another character, the search word will not be recognized if the caret is placed directly after the word.

As an example a very common procedure: You write the beginning of a function, e.g. "Msg" and press autocomplete => "MsgBox", then the caret is directly after "MsgBox". If you then call the Language Help, "MsgBox" is not recognized.

Thanks for your good work and all the effort! smiling smiley

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 5.0.7 (625) English

Posted by: pspad | Date: 2021-05-12 06:43 | IP: IP Logged

Professor Bernd:
Fix is not complete: If the search word is not followed by another character, the search word will not be recognized if the caret is placed directly after the word.

OK. You are right, it doesn't work in case when your word is the last word on the line.
But I am not sure if it works in previous version.

P.S. Fixed.

Edited 1 time(s). Last edit at 2021-05-12 06:57 by pspad.

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 5.0.7 (625) English

Posted by: silibum | Date: 2021-05-12 08:01 | IP: IP Logged

I also noticed that ctrl + delete does not work as before the editor change when the carret stands between 2 words.

I was able to remove all spaces to the carret position with ctr + delete:

(| = cursor pos where I used ctr + delete)
ddd = 1
abc | <laaaarge amount of blanks> = 0
ccc = 1

resulted in:
ddd = 1
abc = 0
ccc = 1

with tabs it always removed 1 tab while space where remove until the next char - now not event one space ist removed. Tested against 589.

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 5.0.7 (625) English

Posted by: bruste | Date: 2021-05-12 08:55 | IP: IP Logged

pspad:
bruste:
Starting from one of last versions (I don't remember exactly which one, 5.0.7 for sure) "find in files" hangs if a binary file is encountered, for instance small zip files ( 300kb less or more). With older version, 5.0.5 for sure, but maybe also 5.0.6, it worked well.

I tested it but I am not able to simulate it.
Can you show me please screenshot of your search dialog before start?

This is my search dialog

image

Options: Reply | Quote | Up ^


#16 Re: PSPad unicode 5.0.7 (625) English

Posted by: Ravelli | Date: 2021-05-12 09:13 | IP: IP Logged

Hm, yesterday I thought my PSPad is already on 625, since I ran the automatic updater some days back. But now I noticed, it still says 623. So, I ran update via Updater Interface three times, and it is downloading files, but it remains 623. I then found the update.log, which shows me two errors in the update to 623:

----- 04.05.2021 23:41:27 ----
OK : PSPad editor EXE file found
OK : Check available PSpad version
OK : PSPad update download finished - developer 5.0.7 (623) 32b
OK : Zip extracted to: C:\Users\PaderDesign\AppData\Local\Temp\pspadtemp
OK : Existing files backup
Err: Can't update file: C:\Program Files (x86)\PSPad\updater\..\Updater\libeay32.dll
Err: Can't update file: C:\Program Files (x86)\PSPad\updater\..\Updater\ssleay32.dll
OK : Files update finished
OK : Temporary files clean up

----- 11.05.2021 09:47:55 ----
OK : PSPad editor EXE file found
OK : Check available PSpad version
OK : PSPad update download finished - developer 5.0.7 (625) 32b
OK : Zip extracted to: C:\Users\PaderDesign\AppData\Local\Temp\pspadtemp
OK : Temporary files clean up

Options: Reply | Quote | Up ^


#17 Re: PSPad unicode 5.0.7 (625) English

Posted by: pspad | Date: 2021-05-12 15:13 | IP: IP Logged

Ravelli:
Hm, yesterday I thought my PSPad is already on 625, since I ran the automatic updater some days back. But now I noticed, it still says 623. So, I ran update via Updater Interface three times, and it is downloading files, but it remains 623. I then found the update.log, which shows me two errors in the update to 623:

This is not error, updater can't replace files in updater folder, what are in use. Updater skipped it.

Options: Reply | Quote | Up ^


#18 Re: PSPad unicode 5.0.7 (625) English

Posted by: pspad | Date: 2021-05-12 15:15 | IP: IP Logged

bruste:
Starting from one of last versions (I don't remember exactly which one, 5.0.7 for sure) "find in files" hangs if a binary file is encountered, for instance small zip files ( 300kb less or more). With older version, 5.0.5 for sure, but maybe also 5.0.6, it worked well.

It's standard settings. But even I put few ZIP files into folder, PSPad goes through and don't hang.

Options: Reply | Quote | Up ^


#19 Re: PSPad unicode 5.0.7 (625) English

Posted by: pspad | Date: 2021-05-12 18:17 | IP: IP Logged

silibum:
I also noticed that ctrl + delete does not work as before the editor change when the carret stands between 2 words.

I was able to remove all spaces to the carret position with ctr + delete:

(| = cursor pos where I used ctr + delete)
ddd = 1
abc | <laaaarge amount of blanks> = 0
ccc = 1

resulted in:
ddd = 1
abc = 0
ccc = 1

with tabs it always removed 1 tab while space where remove until the next char - now not event one space ist removed. Tested against 589.

Difference between old end new editor component found and fixed

Options: Reply | Quote | Up ^


#20 Re: PSPad unicode 5.0.7 (625) English

Posted by: tmpad | Date: 2021-05-13 13:52 | IP: IP Logged

Regular expression search & replace is broken in 625.
Searching for beginning of line with circumflex "^" finds nothing. Always reports "no occurences found".

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 Next





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR