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

PSPad unicode 5.0.0 (156) English

Goto Page: 1 2 Next

#1 PSPad unicode 5.0.0 (156) English

Posted by: pspad | Date: 2017-03-25 11:15 | 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 (147)

News
C++ added new keywords from 9.9 and 11 version
Cobol added 114 new keywords (GNU Cobol, Open Cobol)

Fixes:
OutOfMemory exception when "big file" is closed
Few fix from received exception logs
Handled "UpdateTabIcons" exception when more windows are closed

Options: Reply | Quote | Up ^


#2 Re: PSPad unicode 5.0.0 (156) English

Posted by: Stefan | Date: 2017-03-28 14:32 | IP: IP Logged

Deutsch.ini is on its way by separate eMail.

- Typo:
JSON pretty print reformar
JSON pretty print reformat

- Need help:
where can I find that string in the GUI?
JSON pretty print reformar

.

.

.
137: ;;Translate JSON pretty print reformar
138: aJsonReformat_Caption=JSON Formater
492: ;;Translate New PSPad version %s is available.\nDo you want to visit web page for download?
493: rs_NewVersionAvailable=Neue PSPad-Version %s verfügbar.\nMöchten Sie die Webseite zum Herunterladen besuchen?
630: ;;Translate Check now
631: bUpdateCheckNow_Caption=Jetzt überprüfen
642: ;;Translate Anonymous application usage tracking
643: cAppAnalytics_Caption=Anonymisiertes tracken der Programmverwendung
801: ;;Translate Check program updates
802: cUpdateCheck_Caption=Regelmäßig auf Updates prüfen
803: ;;Translate Check include developer versions
804: cUpdateCheckDevel_Caption=Auch Entwicklerversionen anzeigen
885: ;;Translate Check for update interval in days:
886: lUpdateInterval_Caption=Updateintervall, Tage:
887: ;;Translate Last update check:
888: lUpdateLastCheck_Caption=Letzte Überprüfung:
910: ;;Translate Update
911: rs_tabUpdates=Updates

.

.

.

--
Stefan (pleased user since 1722)
Do you know you can spend Jan a beer? (click here)
Inofficial FAQs + Infos + Special Settings

Options: Reply | Quote | Up ^


#3 Re: PSPad unicode 5.0.0 (156) English

Posted by: pspad | Date: 2017-03-28 14:50 | IP: IP Logged

Json formater in the format menu

Analytics - last item in program settings / program 2

Updates as new item in program settings list

Options: Reply | Quote | Up ^


#4 Re: PSPad unicode 5.0.0 (156) English

Posted by: sandrosilveira | Date: 2017-03-28 18:04 | IP: IP Logged

COBOL Syntax highlighting Problems (colorization of 'Reserved Words'):

Screenshot running in 5.0.0 (156):
image

Screenshot running in previous release (147):
image

My Color Scheme:
image

I'll wait for a fix to release for our beta testers...

Thanks!

Options: Reply | Quote | Up ^


#5 Re: PSPad unicode 5.0.0 (156) English

Posted by: pspad | Date: 2017-03-28 18:10 | IP: IP Logged

This is problem of setting Cobol areas.
Go to highlighter settings / Specification and set proper area values you use in your implementation.

Options: Reply | Quote | Up ^


#6 Re: PSPad unicode 5.0.0 (156) English

Posted by: sandrosilveira | Date: 2017-03-28 18:25 | IP: IP Logged

pspad:
This is problem of setting Cobol areas.
Go to highlighter settings / Specification and set proper area values you use in your implementation.

Hi Jan, I didn't change any settings between the two releases, and running with the same configuration in PSPAD r156 the colorization is not working.

My highlighter settings area values to both releases:
image

Try yoursef with this sample code (click in 'quote' to get with correct spaces indentation):

identification division.
program-id. hello.
environment division.
configuration section.
special-names.
decimal-point is comma,
console is crt.
data division.
working-storage section.
01 w-var pic is x(01) value is spaces.
procedure division.
main-paragraph.
*>-> Comment line
display "hello world".
stop run.

Thank you!

Edited 1 time(s). Last edit at 2017-03-28 18:26 by sandrosilveira.

Options: Reply | Quote | Up ^


#7 Re: PSPad unicode 5.0.0 (156) English

Posted by: mali_zeeko | Date: 2017-03-28 19:25 | IP: IP Logged

Hi,
PsPad 5.0.156 crashes while opening C++ source code:
Faulting application name: PSPad5.exe, version: 5.0.0.156, time stamp: 0x58d64230
Faulting module name: ntdll.dll, version: 10.0.10586.672, time stamp: 0x580efaf8
Exception code: 0xc0000005
Fault offset: 0x0008b80a
Faulting process id: 0x18dc
Faulting application start time: 0x01d2a703d5a09d9b
Faulting application path: C:\app\PSPad\PSPad5.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

After a few crashes in a row, PsPad.ini gets deleted, and all settings are gone sad smiley

Options: Reply | Quote | Up ^


#8 Re: PSPad unicode 5.0.0 (156) English

Posted by: mali_zeeko | Date: 2017-03-28 19:33 | IP: IP Logged

Thank you for the new C++ keywords. I noticed that alternatives for logical and bitwise operators are not recognized: and, bitor, or, xor, compl, bitand, and_eq, or_eq, xor_eq, not, not_eq

Options: Reply | Quote | Up ^


#9 Re: PSPad unicode 5.0.0 (156) English

Posted by: pspad | Date: 2017-03-28 19:33 | IP: IP Logged

Hello
Is there any PSPad exception or this Windows error only?

mali_zeeko:
Hi,
PsPad 5.0.156 crashes while opening C++ source code:
Faulting application name: PSPad5.exe, version: 5.0.0.156, time stamp: 0x58d64230
Faulting module name: ntdll.dll, version: 10.0.10586.672, time stamp: 0x580efaf8
Exception code: 0xc0000005
Fault offset: 0x0008b80a
Faulting process id: 0x18dc
Faulting application start time: 0x01d2a703d5a09d9b
Faulting application path: C:\app\PSPad\PSPad5.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

After a few crashes in a row, PsPad.ini gets deleted, and all settings are gone sad smiley

Options: Reply | Quote | Up ^


#10 Re: PSPad unicode 5.0.0 (156) English

Posted by: mali_zeeko | Date: 2017-03-28 19:35 | IP: IP Logged

pspad:
Hello
Is there any PSPad exception or this Windows error only?

mali_zeeko:
Hi,
PsPad 5.0.156 crashes while opening C++ source code:
Faulting application name: PSPad5.exe, version: 5.0.0.156, time stamp: 0x58d64230
Faulting module name: ntdll.dll, version: 10.0.10586.672, time stamp: 0x580efaf8
Exception code: 0xc0000005
Fault offset: 0x0008b80a
Faulting process id: 0x18dc
Faulting application start time: 0x01d2a703d5a09d9b
Faulting application path: C:\app\PSPad\PSPad5.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

After a few crashes in a row, PsPad.ini gets deleted, and all settings are gone sad smiley

This error only. I've searched in WER but found only this.
I can set procdump on PsPad to get more data.

Options: Reply | Quote | Up ^


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