You are here: PSPad forum > Developer forum - new builds > Re: PSPad unicode 5.0.0 (163) English

Re: PSPad unicode 5.0.0 (163) English

Goto Page: 1 2 3 4 5 Next

#1 PSPad unicode 5.0.0 (163) English

Posted by: pspad | Date: 2017-03-29 17:29 | IP: IP Logged

Download links (2.9 MB):
www.fosshub.com
pspad.poradna.net

This archive contains modified files only. The correct way how to get full functionality:
1. Download and install latest full version first!
2. Replace existing files with content of archive

Changes to 5.0.0 (156)

News
C++ added new keywords from 9.9 and 11 version
Cobol added 114 new keywords (GNU Cobol, Open Cobol)
For translators: resource strings was modified. In some resource strings was %s used as line break. It was replaced to \n. Take translation included in builds, not your internal. Contact me if you need more info
If no spell dictionary was choosen, PSPad will show you Spell settings dialog if you initiate Spell check

Fixes:
Wrong text file causes PSPad crash and some config content loss
Another problem causing File tab flashing was fixed
Active File Tab highlight when custom tab colors was set
Linux Shell Script - comment fix
Switch to HEX mode from new file causes exception
Fixed several untranslated strings

Options: Reply | Quote | Up ^


#2 Re: PSPad unicode 5.0.0 (163) English

Posted by: sandrosilveira | Date: 2017-03-29 18:54 | IP: IP Logged

We notice a difference between 5.0.0 version and previous versions:

With PSPAD 5.0.0 (161) when compiling a COBOL program inside the editor (CTRL+F9), isn't possible to navigate in source code or execute any operation until compilation is completed, the editor stay 'locked' to any operation. See video: youtu.be

In previous versions the compilation ran in a 'separate thread', and the developer could continue navigating and editing the source code while waiting to finish the proccess. See video: youtu.be

Is very important to us the previous behavior because our source code are very big and sometimes the compilation takes a long time.

Thank you!

Options: Reply | Quote | Up ^


#3 Re: PSPad unicode 5.0.0 (163) English

Posted by: pspad | Date: 2017-03-29 19:01 | IP: IP Logged

sandrosilveira:
We notice a difference between 5.0.0 version and previous versions:

With PSPAD 5.0.0 (161) when compiling a COBOL program inside the editor (CTRL+F9), isn't possible to navigate in source code or execute any operation until compilation is completed, the editor stay 'locked' to any operation. See video: youtu.be

In previous versions the compilation ran in a 'separate thread', and the developer could continue navigating and editing the source code while waiting to finish the proccess. See video: youtu.be

Is very important to us the previous behavior because our source code are very big and sometimes the compilation takes a long time.

Thank you!

Yes there is a difference, cause old output catching was unusable. I had to replace it with different way. I will try to run compiler in separate thread, but it means big changes in code.

Options: Reply | Quote | Up ^


#4 Re: PSPad unicode 5.0.0 (163) English

Posted by: mali_zeeko | Date: 2017-03-29 19:59 | IP: IP Logged

Crash in c++ code has been fixed!

Options: Reply | Quote | Up ^


#5 Re: PSPad unicode 5.0.0 (163) English

Posted by: human | Date: 2017-03-29 23:12 | IP: IP Logged

sandrosilveira:
We notice a difference between 5.0.0 version and previous versions:

With PSPAD 5.0.0 (161) when compiling a COBOL program inside the editor (CTRL+F9), isn't possible to navigate in source code or execute any operation until compilation is completed, the editor stay 'locked' to any operation. [...]
Is very important to us the previous behavior because our source code are very big and sometimes the compilation takes a long time.

Out of curiosity: What compiler do you use? The source doesn't look that big (under 8000 loc, don't know of the copybooks in) and the compilation takes nearly 50 seconds!

Edited 1 time(s). Last edit at 2017-03-29 23:13 by human.

Options: Reply | Quote | Up ^


#6 Re: PSPad unicode 5.0.0 (163) English

Posted by: brolx | Date: 2017-03-30 06:51 | IP: IP Logged

File tabs color disappeared in this build (or in one of the 2 previous ones).
Is it linked to the multi-user mode?
Where are the tabs colors stored?

Options: Reply | Quote | Up ^


#7 Re: PSPad unicode 5.0.0 (163) English

Posted by: pspad | Date: 2017-03-30 07:07 | IP: IP Logged

Tabs color are stored in PSPad.ini
Each section for highlighter contains variable (if color is set):
FiletabColor=xxxx

Options: Reply | Quote | Up ^


#8 Re: PSPad unicode 5.0.0 (163) English

Posted by: human | Date: 2017-03-30 10:59 | IP: IP Logged

Re-Posting one suggestion:
Add "*.cpy" to the standard extensions for COBOL, it is the common used file extension for COBOL copybooks and not standard-assigned to any other highlighter.

Posting one suggestion that may was added before: as another option to a language specific chm file add a language specific help site with an optional part to be replaced, maybe %keyword (the % is often found in URLs, but "%keyword" likely isn't)
Two possible examples:
* PHP --> php.net
* GnuCOBOL --> open-cobol.sourceforge.net

And one question: is there a 64bit version already, if yes, how to start it?

Options: Reply | Quote | Up ^


#9 Re: PSPad unicode 5.0.0 (163) English

Posted by: pspad | Date: 2017-03-30 11:06 | IP: IP Logged

human:
Re-Posting one suggestion:
Add "*.cpy" to the standard extensions for COBOL, it is the common used file extension for COBOL copybooks and not standard-assigned to any other highlighter.

Posting one suggestion that may was added before: as another option to a language specific chm file add a language specific help site with an optional part to be replaced, maybe %keyword (the % is often found in URLs, but "%keyword" likely isn't)
Two possible examples:
* PHP --> php.net
* GnuCOBOL --> open-cobol.sourceforge.net

And one question: is there a 64bit version already, if yes, how to start it?

This functionality already exists. You can write URL into language specific file with %word% as current word replacement. See the PSPad help

Options: Reply | Quote | Up ^


#10 Re: PSPad unicode 5.0.0 (163) English

Posted by: sandrosilveira | Date: 2017-03-30 11:20 | IP: IP Logged

human:
Out of curiosity: What compiler do you use? The source doesn't look that big (under 8000 loc, don't know of the copybooks in) and the compilation takes nearly 50 seconds!

Hi Human, we use isCOBOL from Veryant (www.veryant.com). Really, the source code in this example isn't so big, but we use a lot of copybooks and the compilation of our programs takes from 30 seconds to 3 minutes or more. Our developers are accustomed to continue their work while compilation run in background, this is commom in any IDE, they are arguing that wait for this is a waste of time.

Options: Reply | Quote | Up ^


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