You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.2 (2240) English

PSPad unicode 4.5.2 (2240) English

Goto Page: Previous1 2 3 Next

#11 Re: PSPad unicode 4.5.2 (2240) English

Posted by: Jon | Date: 2006-10-21 09:17 | IP: IP Logged

Jan,

thx for the new release. Alas, the bug with Next/Previous Window I first reported for 2238 is still around. And not only that... "Next Window" is now gone from the Window menu altogether. The keyboard shortcuts I defined still work so for me the latter is a cosmetic problem.

Is this thing really so difficult to fix?

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 4.5.2 (2240) English

Posted by: Eblis | Date: 2006-10-23 12:12 | IP: IP Logged

Bug:
PsPad always adds CR+LF to the last line of a file, even if the file doesn't contain that character. (happens regardless if "Add Cr+Lf to EOF" is checked or not)
The hex editor works, it shows the file without the second carriage return but the normal text editor doesn't work correctly, it shows a second carriage return which doesn't exist.
image
image

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 4.5.2 (2240) English

Posted by: Eblis | Date: 2006-10-24 06:29 | IP: IP Logged

I would also like to point out this feature request smiling smiley

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 4.5.2 (2240) English

Posted by: pspad | Date: 2006-10-24 16:10 | IP: IP Logged

wal:
Hi Jan,

Thank you for the new release.

Unfortunatelly, it has new bug in C/C++ code explorer which seems wasn't in the build 2239. Now code explorer analyzes comment blocks and add functions to code explorer. Here is example of comment block in C:

/*
It is just comment ( C/C++)
*/

In code explorer appears:
comment ( C/C++)

Regards,
Wal

OK. Correction will be available in the next build

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 4.5.2 (2240) English

Posted by: Jura | Date: 2006-10-24 19:55 | IP: IP Logged

Thanks for this new version.

Please fix search speed. It is very sloooow (at least 20 times slower than in old versions). I need to turn on regexp search always because it is fast.

Options: Reply | Quote | Up ^


#16 Re: PSPad unicode 4.5.2 (2240) English

Posted by: timyau18 | Date: 2006-10-25 03:29 | IP: IP Logged

This version is still slow when open a file...

My c++ file is just 268kb, but it needs about 5 seconds to open.

Is there anything I can do to make it open file quickly?

I have checked off many system settings....sad smiley

Options: Reply | Quote | Up ^


#17 Re: PSPad unicode 4.5.2 (2240) English

Posted by: pspad | Date: 2006-10-25 04:28 | IP: IP Logged

timyau18:
This version is still slow when open a file...

My c++ file is just 268kb, but it needs about 5 seconds to open.

Is there anything I can do to make it open file quickly?

I have checked off many system settings....sad smiley

Problem is in he Code explorer. If you want to parse 260kB long file, it takes a time.

Options: Reply | Quote | Up ^


#18 Re: PSPad unicode 4.5.2 (2240) English

Posted by: molinarm | Date: 2006-10-25 08:53 | IP: IP Logged

Jan,

will this be available as an update of the official release, or just as a new beta? I think it would be worth an official release, as it is much of an annoyance if you use PSPad to write C/C++ code.

Cheers,
Mario Molinari

Options: Reply | Quote | Up ^


#19 Re: PSPad unicode 4.5.2 (2240) English

Posted by: pspad | Date: 2006-10-25 10:23 | IP: IP Logged

I will wait for some new problems some time and then I will update latest release and publish new beta with same functionality.

Options: Reply | Quote | Up ^


#20 Code-Explorer and CSS

Posted by: phoenix | Date: 2006-10-25 11:05 | IP: IP Logged

Hello,

thx for the update - a great editor. smiling smiley

One thing I found out in the codeexplorer. If you write your css-code like this:

#example1,
#example2,
#example3
{
}

the codeexpl. will show you:

- #example3 (...nothing more)

If you write it like this:

#example1, #example2, #example3
{
}

all ID's are visible in the codeexpl.

Bug or Feature?

--
phoenix0107

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 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