You are here: PSPad forum > Developer forum - new builds > PSPad UNICODE 4.5.0 (2157) beta English

PSPad UNICODE 4.5.0 (2157) beta English

Goto Page: 1 2 3 4 5 6 Next

#1 PSPad UNICODE 4.5.0 (2157) beta English

Posted by: pspad | Date: 2005-11-27 14:56 | IP: IP Logged

Download link: pspad.cincura.net (1.7 MB)

Notes on PSPad update versions:
this CAB archive contains PSPad.EXE and language files only. Replace existing files from the last full release

Changes to 4.5.0 (2155)

Corrections
run external application causes a delay if you want return back to PSPad
insert color from CSS clips doesn't respect CSS color format
HEX editor and black background
multiline comments {} in User highlighter
Char case change in Win9x
Reopen file and WordWrap

--
Jan

Options: Reply | Quote | Up ^


#2 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: PJJ | Date: 2005-11-27 18:35 | IP: IP Logged

Hi!
I noticed you liked to publish new releases on Sunday afternoons. Working all the time, huh? Me too smiling smiley
Many thanks for the new build. I can see you corrected the bug (well, inconvenience) with automatic comments in PHP (and in other languages too, perhaps), when the selection was done with the mouse and in the last line there was only one char (usually closing bracket)--it works fine now. However, although it's not this important, when one selects lines with the mouse and comments them, the last line (with one character) becomes unselected, although the cursor stays there, so if one decides to uncomment it immediately, he needs to additionally select this last line. I suppose it would be better, if the whole block was selected, making it easier to comment/uncomment. Besides when one plays with commenting/uncommenting such a block, in the last line comment signs are being accumulated... (^Z works fine, I know winking smiley ) Anyway, kudos for your excellent work!

Options: Reply | Quote | Up ^


#3 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Lorenzo | Date: 2005-11-27 22:27 | IP: IP Logged

Hi,

I noticed a problem with the Code Explorer and ".c" files.

Basically, when there's a "}" in a char/string (i.e. between quotes),
it is interpreted as a closing-block parenthesis.

Reproducing file.c:

=======================================

void main()
{
test1(2);
}

void test1(int a)
{
char s;
s = '}';

if (a > 0) {
printf("Hi");
}
}

void test2(int b)
{
char c;
c = '}';

if (b > 0) {
printf("Hi");
}
}

=======================================

The Code Explorer window looks like:

=======================================

[-] Function
|
|-- main()
|-- test1(int a)
|-- if (a > 0)
|-- test2(int b)
|-- if (b > 0)

=======================================

clearly, there are two bogus entries:

-- if(a > 0)

and

-- if(b > 0)

Can you have a look?

Thanks

Options: Reply | Quote | Up ^


#4 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Ilya | Date: 2005-11-28 07:54 | IP: IP Logged

Hi,
The issue was mentioned in forum.pspad.com by pierre.
I see the problem in my PC (WinXP SP2).
The problem's description:
I defined that the *.tcl files are opened by PSPad, by
"C:\Program Files\PSPad\PSPad.exe" %1
When I open file init.tcl that located at
D:\Documents and Settings\ilya_g\My Documents\ate\AutoTesters\TCL\IPmux14\IPmux14 , the PSPad opened with 4 tabs: Documents(1), and(2), My(3) and init.tcl(4).
All the pages are empty.
Document(1) page has title PSPad - [D:\Documents]
and(2) : PSPad - [and]
My(3) : PSPad - [Settings\ilya_g\My]
init.tcl(4) : PSPad - [the rest of the path\init.tcl]

I copied here a block of PSPad.ini file as is (if it can help):
StartDir=
LastDir=D:\Documents and Settings\ilya_g\My Documents\ate\AutoTesters\TCL\IPmux14\IPmux14
RememberDir=0

On the other hand, if I open the PSPad only (empty) and browse to the file, all works fine.

Ilya

Options: Reply | Quote | Up ^


#5 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: qwe | Date: 2005-11-28 08:48 | IP: IP Logged

use this:

"C:\Program Files\PSPad\PSPad.exe" "%1"

Options: Reply | Quote | Up ^


#6 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Ilya | Date: 2005-11-28 09:11 | IP: IP Logged

I tested all the version that I have and the results are:
2127, 2132, 2133, 2134, 2139 and 2140 are works ok smiling smiley
2153, 2155, 2157 have the "space in the path" problem sad smiley

You solution is work, but..
When I add the application association by "Folder Option"->"File Types"->...->"Application used to perform action" and browse to PSPad.exe, the "C:\Program Files\PSPad\PSPad.exe" %1 is defined without double quotes.

I think there is a place for small repair winking smiley .

Ilya

Options: Reply | Quote | Up ^


#7 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Ilya | Date: 2005-11-28 09:13 | IP: IP Logged

Sorry, I means ... Your solution is ...

Options: Reply | Quote | Up ^


#8 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: ShiLong | Date: 2005-11-28 09:38 | IP: IP Logged

Good Morning,
do you like real bugs? ;)

I found a way to kill pspad task!

I reinstall my system and reinstall PSPad, after this i opend my project file, but the files are moved and PSPad cant find them! But PSPad hang up, cause fatal errors and show me endless the screen of "new file".

I hope this bug report is helpful!

Any questions? Mail me! ;)

Greetings,
ShiLong

Options: Reply | Quote | Up ^


#9 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: pspad | Date: 2005-11-28 09:48 | IP: IP Logged

Sorry, but this is problem of Windows Explorer. Why should I solve M$ problems ? You did it outside PSPad.

If you add this inside PSPad - program settings / File association, PSPad will registr it OK.

Options: Reply | Quote | Up ^


#10 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Ilya | Date: 2005-11-28 10:07 | IP: IP Logged

But my Windows Explorer doesn't changed between 2140 and 2153 !

Relative to the file type registration.
Sorry, I was not clear. The Open action should be performed by Tcl interpreter - C:\TclDevKit\bin\wish84.exe "%1".
The Edit action (that I add later) - by PSPad, so Program settings / File association isn't good solution.

Ilya

Options: Reply | Quote | Up ^


Goto Page: 1 2 3 4 5 6 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