You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.8 (2485) English
Goto Page: Previous1 2 3 4 5 Next
Posted by: gwinkless | Date: 2014-07-01 09:45 | IP: IP Logged
pspad:LCK file is created by PSPad. If you want to edito your file outside PSPad, you can't use this method. No other application recognize LCK file meaning.
Is there a reason why you chose not to use the LockFile WinAPI to do this? Seems like an ideal application for it.
Posted by: pspad | Date: 2014-07-01 10:23 | IP: IP Logged
I don't like idea to lock file for whole time of editing. It can cause problems on SAMBA and non Windows servers.
For my opinion, you need information file is curently edited by somebody else, not to fully lock the file.
E.g. case you are editing live web server files. If you will fully lock it, you can disable web server functionality.
Posted by: programmer9 | Date: 2014-07-02 09:58 | IP: IP Logged
A minor point - in the menu Help appears as Help(x) in this latest version.
Posted by: pspad | Date: 2014-07-02 11:01 | IP: IP Logged
Yes, cause there is no free shortcut. Alt+X = menu Help
Posted by: programmer9 | Date: 2014-07-02 13:46 | IP: IP Logged
Ah, I see. Thanks for the explanation. Never using Alt-char to bring up a menu (I just click with the mouse) it hadn't occurred to me that this was a problem - it just looked a bit untidy.
Posted by: myf | Date: 2014-08-12 11:58 | IP: IP Logged
FYI: alt+key fo menu access works even when other functionality occupies that certain alt+key shortcut: just use alt+shift+key instead.
Posted by: LucyFan | Date: 2014-08-19 09:35 | IP: IP Logged
programmer9:A minor point - in the menu Help appears as Help(x) in this latest version.
I agree this looks messy.
Edited 1 time(s). Last edit at 2014-08-19 09:36 by LucyFan.
Posted by: MadCompie | Date: 2014-08-20 11:19 | IP: IP Logged
Hi, seems like a string does not terminate correctly anymore.
COBOL syntax ; only if the last " is set in column 72.
ex.
123456789012345678901234567890123456789012345678901234567890123456789012
PARAGRAPH-1.
MOVE "This is a very very very very very very large string !"
TO VARIABLE-1.
everything after the last " is treated like the rest of the string literal unless somewhere a new beginning " is found in some other line...
if the last " is positioned at column 71 or less : no problem
Posted by: pspad | Date: 2014-08-20 13:16 | IP: IP Logged
Please send me sample COBOL file as attachment into support mail. I can't correctly handle spaces here
Posted by: sandrosilveira | Date: 2014-08-20 16:43 | IP: IP Logged
MadCompie:Hi, seems like a string does not terminate correctly anymore.
COBOL syntax ; only if the last " is set in column 72.ex.
123456789012345678901234567890123456789012345678901234567890123456789012
PARAGRAPH-1.
MOVE "This is a very very very very very very large string !"
TO VARIABLE-1.everything after the last " is treated like the rest of the string literal unless somewhere a new beginning " is found in some other line...
if the last " is positioned at column 71 or less : no problem
If you use Cobol in Free Format, try to configure "End of code"=120 (or greater) in Settings/Highlighters Settings/COBOL/Specification, for me this works fine!
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