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

Re: PSPad UNICODE 4.5.0 (2140) beta English

Goto Page: Previous1 2 3 4 5 6 7

#61 Re: just out of interest...

Posted by: pspad | Date: 2005-11-17 15:56 | IP: IP Logged

Next beta will come up to the end of this week and full version I want publish this month end.

Options: Reply | Quote | Up ^


#62 Re: PSPad UNICODE 4.5.0 (2140) beta English

Posted by: pspad | Date: 2005-11-17 17:32 | IP: IP Logged

I tested it.
I made file with numbers on lines ( 1..20 ) to easy localize problems
I save file, delete lines with numbers 4,7,10
I call Compare with disk content and then I call the Missing lines into new file function.
In new editor window I saw lines with numbers 4,7,10
I don't see any problem sad smiley

Options: Reply | Quote | Up ^


#63 Re: PSPad UNICODE 4.5.0 (2140) beta English

Posted by: Lorenzo | Date: 2005-11-18 13:36 | IP: IP Logged

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

Basically, when there's a "}" in a char or in a string,
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 ^


Goto Page: Previous1 2 3 4 5 6 7





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