You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2405) English

PSPad unicode 4.5.5 (2405) English

Goto Page: Previous1 2 3 4 5 6 7 8 Next

#41 Re: PSPad unicode 4.5.5 (2405) English

Posted by: mce | Date: 2010-12-20 18:55 | IP: IP Logged

Can something similar be implemented for clips, instead of pressing ctrl+space?
Thanks,
Cristian

Options: Reply | Quote | Up ^


#42 Re: PSPad unicode 4.5.5 (2405) English

Posted by: martovskiy | Date: 2010-12-22 14:44 | IP: IP Logged

Couldn't post bug into bugs forum.

1. create a new file
2. type 12345
3. Search/replace CTRL-H
check regular expressions
find 3
replace \n3

It's looks like pspad continue to search from next line, where found a 3 and insert another \n3 and so on.

Options: Reply | Quote | Up ^


#43 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2010-12-22 16:10 | IP: IP Logged

martovskiy:
Couldn't post bug into bugs forum.

1. create a new file
2. type 12345
3. Search/replace CTRL-H
check regular expressions
find 3
replace \n3

It's looks like pspad continue to search from next line, where found a 3 and insert another \n3 and so on.

Yes, you are right. But it will be hard to manage it.
You can use your replace from the end with (o)backward direction

Options: Reply | Quote | Up ^


#44 Re: PSPad unicode 4.5.5 (2405) English

Posted by: sandrosilveira | Date: 2010-12-22 17:31 | IP: IP Logged

Hi Jan,

Using the release 2405 I saw a small bug in code explorer for COBOL programs.
"w-other-var" at line 19 and "end-if" at line 24 are shown as paragraphs, but they are respectively a variable and a reserved word.

(click the Quote link for this post to get the right indentation of the sample program):

identification division.
program-id. test.

environment division.
configuration section.
special-names.
decimal-point is comma.

data division.
working-storage section.
01 wrk-vars.
05 w-var pic is x(10).
05 w-other-var pic is x(10).

procedure division.
start-of-program.
move "aa" to w-var.
display w-var,
w-other-var.

test-paragraph.
if w-var = spaces
display "some text",
end-if.

end-of-program.
stop run.

Options: Reply | Quote | Up ^


#45 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2010-12-22 17:59 | IP: IP Logged

I tested it and don't see any problem.
Can you attach screenshot and mark what is wrongly highlighted?

Options: Reply | Quote | Up ^


#46 Re: PSPad unicode 4.5.5 (2405) English

Posted by: human | Date: 2010-12-23 07:59 | IP: IP Logged

I cannot reproduce the issues mentioned in #44.

Speaking of COBOL, the bugs mentioned in forum.pspad.com (#34 - #37) are still there.

human

Options: Reply | Quote | Up ^


#47 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2010-12-23 08:58 | IP: IP Logged

human:
I cannot reproduce the issues mentioned in #44.

Speaking of COBOL, the bugs mentioned in forum.pspad.com (#34 - #37) are still there.

human

Done. Modifications will be available in the next build

Options: Reply | Quote | Up ^


#48 Re: PSPad unicode 4.5.5 (2405) English

Posted by: sandrosilveira | Date: 2010-12-23 12:00 | IP: IP Logged

Hi Jan.

Screenshot for wrong COBOL code explorer marked with red ellipses: www.rech.com.br

Options: Reply | Quote | Up ^


#49 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2010-12-23 13:40 | IP: IP Logged

I am sorry. I missed you wrote about Code explorer. I looked for problems in highlighting

Options: Reply | Quote | Up ^


#50 Re: PSPad unicode 4.5.5 (2405) English

Posted by: human | Date: 2011-01-04 13:46 | IP: IP Logged

Another COBOL problem:
Using Format->Add/Remove Comment sets * in column 1, not in column 7

human

Options: Reply | Quote | Up ^


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