=?windows-1250?Q?FTP_-_slow_LIST_command?_[51449]?=

2009-10-29 Tema obsahu MadCompie
When opening a folder with 500 items, it takes a VERY long time to fill up the listbox. This does not occur when using FileZilla, WinScp, ... Is this due to the ftp plugin or is this restricted to the listbox object behaviour? I have made some scripts to multi-open from ftp -works fine- but to

=?windows-1250?Q?Re:_FTP_-_slow_LIST_command?_[51662]?=

2009-11-16 Tema obsahu MadCompie
In the FTP log window, I see that the LIST command executes very fast. So, the bottleneck is the filling-up of the items in the FTP list. Perhaps this could be done faster with some kind of a [Autoredraw=false] and after the fill [Autoredraw=true]. Or by omitting the leading icons (ex. different

=?windows-1250?Q?Re:_FTP_-_slow_LIST_command?_[51675]?=

2009-11-17 Tema obsahu MadCompie
All right! That was a good solution, the list now updates very speedy. 5000 items was 10 seconds, now it is max. 2 seconds. Thank you for the quick useful response. Keep up the good work!;-) -- http://forum.pspad.com/read.php?2,51449,51675 PSPad freeware editor http://www.pspad.com

COBOL syntax [51676]

2009-11-17 Tema obsahu MadCompie
I'm using PSPAD to develop c/s programs using html+cobol. The internal cobol syntax works fine, but could the following also be integrated in future builds? 1st) inline comments: starts with asterisk and greather than _*_ 2nd) the first 6 cols are the label area, it's grayed: ok! column 7 is a

Re: ftp tree view feature request [51692]

2009-11-19 Tema obsahu MadCompie
The FTP plugin works fine, much better than notepad++. If you don't want to open a file directly in pspad you can set the default editor in (supposing) filezilla to pspad. Then doubleclick in on a file in filezilla and it opens with pspad. After editing saving go back to filezilla and it will ask

Re: big log files [51693]

2009-11-19 Tema obsahu MadCompie
If you are using linux: tail -n 5000 logfilepartiallogfile.txt hereafter you can view the last 5000 entries of your logging in the new file partiallogfile.txt -- http://forum.pspad.com/read.php?2,51673,51693 PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.5.5 (2395) English [54862]

2010-10-13 Tema obsahu MadCompie
A very good COBOL syntax highlighter for me! Could it also be possible to integrate inline-comments, these are lines starting with * from position 12? (acts just like the // comment in C++) example: ... ADD 1 TO X DISPLAY X * comment: display value of X... could

Re: PSPad unicode 4.5.5 (2395) English [55160]

2010-11-24 Tema obsahu MadCompie
Same for me too! I open 2 files with the integrated FTP: it's contents are written in a temp map...ok Next I modify 1 of the sources with an external app (DiffMerge, to compare 2 files) and do a save. In 4.5.4 there was always the message file changed! but since the 4.5.5 beta this is no longer te

Re: PSPad unicode 4.5.5 (2395) English [55202]

2010-12-01 Tema obsahu MadCompie
Dear PSPAD, i also posted this file change detection bug in the bugsrequests page: http://pspad.nlift.com/issues/150/auto-detect-file-changes/ for me, I use it in combination with DiffMerge but it also happens in combination with notepad -- http://forum.pspad.com/read.php?6,54269,55202 PSPad

Re: Keyboard shortcut for deleting a line [55210]

2010-12-02 Tema obsahu MadCompie
Program settings / Keymap / Editor / Delete Line dblclick and choose your shortcut! -- http://forum.pspad.com/read.php?2,55089,55210 PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.5.5 (2405) English [55317]

2010-12-13 Tema obsahu MadCompie
global replace: when 1 line selected the scope will be automatically selected text = OK so this only applies when only 1 line selected -- http://forum.pspad.com/read.php?6,55295,55317 PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.5.5 (2405) English [55352]

2010-12-15 Tema obsahu MadCompie
The 2405 build didn't solve the external file change detection example: open a text file in pspad open the same file in notepad do some changes in notepad + save go to pspad: there is no longer a message that the file has been changed? sometimes it works but mostly not... in previous versions

=?windows-1250?Q?Re:_File_Contents_were_Changed.__Reload?_[55396]?=

2010-12-18 Tema obsahu MadCompie
You are really a hero! With the 2408 I can't reproduce the problem anymore and the changes detection works very smoothly! some extracts of the logfile (the last one is an external change over FTP!) : File: C:\Documents and Settings\HP_Eigenaar\Bureaublad\file2.txt old age: 1033004000 new age:

Re: PSPad unicode 4.5.5 (2405) English [55397]

2010-12-18 Tema obsahu MadCompie
pspad: MadCompie: The 2405 build didn't solve the external file change detection example: open a text file in pspad open the same file

Re: PSPad unicode 4.5.5 (2417) English [56620]

2011-05-25 Tema obsahu MadCompie
pftpft: I'm not sure if I'm having the same issue, but when I do a save, the timestamp gets updated correctly. If I do a File Save As... and then choose a file name that already exists, the timestamp is not changing.

Re: PSPad unicode 4.5.5 (2417) English [56637]

2011-05-29 Tema obsahu MadCompie
pspad: PSpad presents you datetime what your FTP server sent in file list. There is no option to have influence of it. The problem is,

Re: PSPad unicode 4.5.8 (2485) English [62897]

2014-08-20 Tema obsahu 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 !

Re: PSPad unicode 4.5.8 (2485) English [63156]

2014-09-17 Tema obsahu MadCompie
The COBOL syntax is OK! I had to change the last col to 72 in the highlighter settings ; by default it was 71. Thx! -- http://forum.pspad.com/read.php?6,62659,63156 PSPad freeware editor http://www.pspad.com

Re: How to make PSPad check if the open file is changed [64716]

2015-03-30 Tema obsahu MadCompie
The change detection works fine (!) but let's say 10 files are open in PSP. Suppose 1 is changed in an external program : PSP offers me the possibilty to take over the changes. After aplying, I think the source should be indicated as changed because the file itself is not saved, only the changes

Re: How to make PSPad check if the open file is changed [64678]

2015-03-27 Tema obsahu MadCompie
Should it also be possible to mark the changed source? When I directly change a text in PSP the tab contains a red indicator. But when externally changed, there is no indication? -- http://forum.pspad.com/read.php?2,64347,64678 PSPad freeware editor http://www.pspad.com

Re: Text diff usage [64783]

2015-04-02 Tema obsahu MadCompie
IMHO a really better solution is DiffMerge: https://sourcegear.com/diffmerge/ Also GUI way of 3-file comparing, folder comparing, ... BUT : possibility to merge as PREPEND and APPEND because not everything should be merged as OVERWRITE ... I use it some time now in PSP in combination with the

Re: SSH [64888]

2015-04-15 Tema obsahu MadCompie
This works indeed. I do the same thing with Filezilla. If integrated in PSP it would save a lot of clicks and confirmations, just a simple [Ctrl+S] would do the job! -- http://forum.pspad.com/read.php?2,64784,64888 PSPad freeware editor http://www.pspad.com

Re: How to make PSPad check if the open file is changed [64889]

2015-04-15 Tema obsahu MadCompie
I forgot to mention that my files are opened thru FTP. So, after doing a diff (I use DiffMerge), PSP asks me if I want to take over the changes. This is a good thing, but because I opened the file with FTP, the file with the changes is not the file on FTP but a temporary file in my Windows temp

Re: Text diff usage [64911]

2015-04-16 Tema obsahu MadCompie
My apologies _toralf_, of coarse I don't mind! Here you go : copy the following code snippet into some file diffmerge.vbs into the PSP subfolder script\VBScript : Const module_name = DiffMerge Const module_ver = 1.00 newFilename = oldFilename = Sub setNewFile If (editorsCount = 0)

Re: PSPad unicode 4.6.1 (2707) English [66551]

2016-02-06 Tema obsahu MadCompie
I think, the sort should happen between the given dividers (if any) Example: A1 B1 C1 D1 --- A2 B2 C2 D2 --- A3 B3 C3 Now with the new version this is: A1 A2 A3 B1 B2 B3 C1 C2 C3 D1 D2 -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.6.1 (2707) English [66512]

2016-01-25 Tema obsahu MadCompie
This release now sorts all scripts alphabetically (= a good thing) but it does not preserve the menu dividers... addMenuItem "-", menuItem, "", "" 'Menu divider not shown anymore... -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.6.1 (2716) English [66841]

2016-03-28 Tema obsahu MadCompie
The sort parameter for the scripts menu works fine! Thx! -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.6.2 (2745) English [67909]

2017-02-12 Tema obsahu MadCompie
Me too... very often ... once a day... once a week but very annoying i also use it on win7 64b:-( -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 4.6.2 (2745) English [67899]

2017-02-10 Tema obsahu MadCompie
ftp year = cool! thx! -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 5.0.0 (163) English [68440]

2017-03-31 Tema obsahu MadCompie
I did not know we could use a different tab color per type of file, very cool! But there was a problem using the "multi-highlighter" setting: tab color can be set for javascript and for html but not for the multi-hightlighter. So what did I do? I created a new tag "MultiFiletabColor=16768392" in

Re: PSPad unicode 5.0.0 (163) English [68441]

2017-03-31 Tema obsahu MadCompie
I was wondering if it could be possible with this new version to also access remote files with SFTP (like putty,...)? -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 5.0.0 (122) English [68222]

2017-03-15 Tema obsahu MadCompie
THX! pspad: MadCompie: hello, I have a little issue with this version : when opening the file Plugins\FileType\ReadMe.txt, the filename

Re: PSPad unicode 5.0.0 (163) English [68466]

2017-04-03 Tema obsahu MadCompie
pspad: MadCompie: I did not know we could use a different tab color per type of file, very cool! But there was a problem using

Re: PSPad unicode 5.0.0 (171) English [68469]

2017-04-04 Tema obsahu MadCompie
While using this build 5 for a week now I did not receive "memory access violation" messages & terminations anymore... good news!!! -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 5.0.0 (122) English [68213]

2017-03-14 Tema obsahu MadCompie
hello, I have a little issue with this version : when opening the file Plugins\FileType\ReadMe.txt, the filename is converted into a lot of some kind of Chinese characters... This was while double-clicking on this file in Explorer. When dragging this file thru PSPad the filename is correct --

Re: PSPad unicode 5.0.0 (207) English [68822]

2017-05-15 Tema obsahu MadCompie
sandrosilveira: MadCompie: srce: It looks like the red

Re: PSPad unicode 5.0.0 (204) English [68769]

2017-05-10 Tema obsahu MadCompie
srce: It looks like the red marker in the file tabs that indicates if a file has unsaved changes no longer works correctly. Sometimes when closing files, the marker appears on files that have no changes. When

Re: PSPad unicode 5.0.0 (191) English [68730]

2017-05-05 Tema obsahu MadCompie
In the meanwhile...again a month further with this new version. Still very stable for us, no more memory fault errors and all our VB scripts still work like a charm! Good job! -- PSPad freeware editor http://www.pspad.com

Re: PSPad unicode 5.0.0 (191) English [68729]

2017-05-05 Tema obsahu MadCompie
Not sure what the behaviour was before but: Suppose we have a line with a string: This is a line which contains "some kind of a string" within quotes. If we select the part *string *(by doubleclicking it) and the we use [Ctrl+Shift+Right] the selection expands just before the word "within".

Re: FTP home directory [70359]

2018-06-18 Tema obsahu MadCompie
pspad: Put dir1/subdir1/ don't include first slash This works too but the problem remains the same. If I save the file, it will be

Re: FTP home directory [70358]

2018-06-18 Tema obsahu MadCompie
pspad: Put dir1/subdir1/ don't include first slash This works too but the problem remains the same. If I save the file, it will be

Re: FTP home directory [70360]

2018-06-18 Tema obsahu MadCompie
pspad: Put dir1/subdir1/ don't include first slash This works too but the problem remains the same. If I save the file, it will be

FTP home folder [70354]

2018-06-15 Tema obsahu MadCompie
When I login to my FTP account, there is a default home directory. cite: example: /dir1/subdir1/ But when I leave distance folder empty in PSPad FTP settings, PSPad assumes that the start directory is the root / ...

FTP home directory [70350]

2018-06-15 Tema obsahu MadCompie
When I login to my FTP account, there is a default home directory. example: /dir1/subdir1/ But when I leave "distance folder" empty in PSPad FTP settings, PSPad assumes that the start directory is the root "/"... When I enter the real location "/dir1/subdir1/" in "distance folder" then FTP list

FTP home folder [70352]

2018-06-15 Tema obsahu MadCompie
When I login to my FTP account, there is a default home directory. example: /dir1/subdir1/ But when I leave "distance folder" empty in PSPad FTP settings, PSPad assumes that the start directory is the root "/"... When I enter the real location "/dir1/subdir1/" in "distance folder" then FTP list

FTP home folder [70351]

2018-06-15 Tema obsahu MadCompie
When I login to my FTP account, there is a default home directory. example: /dir1/subdir1/ But when I leave "distance folder" empty in PSPad FTP settings, PSPad assumes that the start directory is the root "/"... When I enter the real location "/dir1/subdir1/" in "distance folder" then FTP list

UTF-8 [70400]

2018-06-26 Tema obsahu MadCompie
I open a XML file and but does not automatically load as UTF-8 because the file is too big (special chars at the end of the file). So I set the coding to "UTF-8" and used the trick "reload". This works very fine! But when I change the same file using another program (also UTF-8 encoded) and do a

Re: FTP home directory [70402]

2018-06-26 Tema obsahu MadCompie
However, using VB scripting (ftpConnect) I can open the FTP connection with a shortcut and execute the FTP command (ftpCommand) CWD /dirB/subdirB/ and this works fine... I guess the same command should be executed with the button "connect" in the ftp window? --

Re: FTP home directory [70425]

2018-07-04 Tema obsahu MadCompie
Hi, I think my problem is that I can't empty the field "remote directory"... If I enter nothing PSPad always assumes "/" which is the root directory. When nothing is entered in the "remote directory" I think PSpad should not execute the CWD command? Or perhaps a CWD with the path obtained from FTP

Re: UTF-8 [70426]

2018-07-04 Tema obsahu MadCompie
Hello, Very sorry, but unfortunately this does not work... After the external edit+save PSPad asks me "file contents were changed, reload?". If I answer "yes", the new content is present but the UTF-8 is changed back to ASCII... -- PSPad freeware

FTP grouping [70116]

2018-04-16 Tema obsahu MadCompie
I was wondering if it could be possible to add some kind of grouping in the FTP clients window? (ex. like FileZilla) -- PSPad freeware editor https://www.pspad.com

Re: FTP grouping [70130]

2018-04-20 Tema obsahu MadCompie
Cool! B-] -- PSPad freeware editor https://www.pspad.com

Re: UTF-8 [70054]

2018-03-28 Tema obsahu MadCompie
hhoefling: Me to :-) Or... allways use any char>128 in the first lines. Maybee in an comment on top That is exactly what I do... at

Re: UTF-8 [70058]

2018-03-29 Tema obsahu MadCompie
pspad: PSPad search only forst about 20 000 chars. Not whole milions of chars document. I thought so, no problem... for me I can solve

UTF-8 [70001]

2018-03-18 Tema obsahu MadCompie
Hello, sometimes a file can't be detected as UTF-8 I don't know why. Even after forcing as UTF-8 & save. Firstly, I must disable autodetect and choose UTF8. When opening the file it's ok. But when I close everything and enable autodetect + default codepage ansi, the same page can't be loaded as

Re: UTF-8 [70009]

2018-03-21 Tema obsahu MadCompie
What a great tip, thx! Yes indeed that does the job. But I wonder why some files (all with NO-BOM) open as UTF-8 and other still not... This even after doing the conversion + save as UTF-8 NO BOM. Anyway, thanks to your tip it's much easier to go on! --

Re: PSPad unicode 5.0.2 (319) English [71348]

2019-04-03 Tema obsahu MadCompie
Hi Jan, Me very happy with the FTP dates parsing, works like a charm! Keep up the good work! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.2 (315) English [71282]

2019-03-21 Tema obsahu MadCompie
pspad: Just tested parsing. Files without year are parsed as files from the 2019 year. I can modify parsing and set year to 2018, if day and month will be newer than current date.

Re: PSPad unicode 5.0.2 (315) English [71240]

2019-03-13 Tema obsahu MadCompie
Hi, I checked and indeed MLSD is not supported so that could be the reason. Thx for your response! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.2 (315) English [71248]

2019-03-20 Tema obsahu MadCompie
pspad: Hello If you press button LIST in the LOG window, it will put raw listing into log. You can send me it as mail attachment - all spaces and formating are important and add name of your FTP (I mean name of the

Re: PSPad unicode 5.0.2 (315) English [71213]

2019-03-08 Tema obsahu MadCompie
Hi! I found something weird in the FTP explorer (connected with a Linux). A file is last changed 2018-10-02 11:22:32 When using the FTP explorer in PSPad and sorting all files by date, this file from 2018-10-02 becomes the first in line? It says "2019-10-02"... so indeed that is > today but

Re: PSPad unicode 5.0.4 (381) English [73033]

2020-03-02 Tema obsahu MadCompie
Dear Jan, I can create a group in FTP and drag a connection into this group. Opening FTP in "edit mode" works fine, I see the group. But opening FTP in "popup mode" (clicking the small arrow) results in an "access violation at address 00842039 in module PSPad.exe. Read of address 009D" Log:

Re: PSPad unicode 5.0.3 (365) English [72503]

2020-01-20 Tema obsahu MadCompie
Hello, here a step-by-step example: 1) open ftp edit popup 2) select existing connection "A" 3) click button "duplicate" 4) enter a random name "ABCDEFG" 5) error message! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.3 (365) English [72496]

2020-01-20 Tema obsahu MadCompie
But it is a different name? Ex. "kljsfdsgh" is a randomly generated name that does not exist yet in the list... -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.3 (365) English [72475]

2020-01-17 Tema obsahu MadCompie
Hi Jan, love the new FTP grouping! I have some questions about this new functionality: 1) duplicate doesn't work anymore (ex. duplicatie "ABC" to "kljsfdsgh" results in error that "kljsfdsgh" already exists 2) grouping is only visible while editing the FTP entries. Could it be possible to group it

Re: PSPad unicode 5.0.3 (365) English [72525]

2020-01-20 Tema obsahu MadCompie
Perfect! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (385) English [73208]

2020-04-01 Tema obsahu MadCompie
Thx! FTP connections window is ok now! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (400) English [73486]

2020-05-19 Tema obsahu MadCompie
Oopsie... After opening a local file (a simple .txt) I can't use F12-"save as" anymore... Nothing else is opened, only this text file. Immediately after pressing F12: cite: Access violation at address 007F53CC in

Re: PSPad unicode 5.0.4 (400) English [73490]

2020-05-19 Tema obsahu MadCompie
It was indeed the 32-bits version... bizarre... Restored the previous version: problem solved. With the latest version: error... -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (400) English [73492]

2020-05-19 Tema obsahu MadCompie
yes indeed, that was the cause. Option was not activated = error. I activated the option and now it works. Thx! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (527) English [74217]

2020-09-16 Tema obsahu MadCompie
Hi, this last version (527) has been blocked by my anti-virus as "Mal/Generic-S" (from Sophos)... the previous version (521) is ok... Perhaps something wrong in the binaries? -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (527) English [74219]

2020-09-16 Tema obsahu MadCompie
Okay, thx! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (527) English [74215]

2020-09-14 Tema obsahu MadCompie
1) open PSPad 2) no files are opened 3) in the explorer panel I mostly select a file using FTP ; but the problem is also when selecting a file from the local disk 4) double-click the file... the file is no longer maximized -- PSPad freeware editor

Re: PSPad unicode 5.0.4 (531) English [74330]

2020-10-19 Tema obsahu MadCompie
Nice job! My "maximized" problem is also solved by this. Also love the feature to close "all to left", "all to right" and "all other". Thumb up!;-) -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (521) English [74115]

2020-08-18 Tema obsahu MadCompie
Same feeling over here... What if... every day was a holiday ;-) -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (527) English [74226]

2020-09-24 Tema obsahu MadCompie
Hello PSPad, I often open files using FTP. There seems to be a problem when opening a file in a folder that also contains a subfolder with the same filename. I.e. folder |-- somename (this is a file) |-- somename (this is a submap) |-- someothername (this is a file) So when trying to

Re: PSPad unicode 5.0.4 (527) English [74228]

2020-09-24 Tema obsahu MadCompie
Sorry, I was not fully clear ;-) Hello PSPad, EXAMPLE: folder ..|-- somename (= file) ..|-- SomeName (= submap) |-- someSubmap (= submap) ..|-- someOthername (= file) So when trying to open the file "someOthername" an exception occurs: _Cannot create directory

Re: PSPad unicode 5.0.4 (407) English [73592]

2020-05-27 Tema obsahu MadCompie
pspad: For the local files I am able to check size and file stamp, but not for files from FTP Extending file size check with a

Re: PSPad unicode 5.0.4 (407) English [73551]

2020-05-25 Tema obsahu MadCompie
Good optimizations! Also I like "the save as to ftp" which directly saves to ftp now. Yet a behaviour question : pspad: Other occurences of selected text - changed to case insensitive, spaces on the begin/end are

Re: PSPad unicode 5.0.4 (407) English [73564]

2020-05-25 Tema obsahu MadCompie
_FTP_ file sort order does not work correctly... Sort by name = ok Sort by size = ok Sort by extension = ok Sort by timestamp = error file1.. 25/05/2020 13:44:00 file2.. 25/05/2020 13:45:00 file3.. 25/05/2020 13:45:00 file4.. 25/05/2020 13:42:00 Strange... --

Re: PSPad unicode 5.0.4 (407) English [73561]

2020-05-25 Tema obsahu MadCompie
top!;-) -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (407) English [73570]

2020-05-25 Tema obsahu MadCompie
I did not change anything through FTP... Just opened the file and then using PSPad VBscript I open the temp file. After the external modification of the temp file, PSPad did not detect the change anymore... -- PSPad freeware editor

Re: PSPad unicode 5.0.4 (407) English [73566]

2020-05-25 Tema obsahu MadCompie
thx! yet some other issue: if a open a file with FTP and I do some changes with at other program + save in that program, PSPad does not longer detect that the file has been changed... -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (407) English [73568]

2020-05-25 Tema obsahu MadCompie
Hi Jan, it did work until this latest release... I guess the following happens: 1) opening a file with FTP : the file is "imported" in a temp folder somewhere in my local C: 2) doing some changes in the text 3) F12 = save as to this local file or "save to ftp" or simply "save" = save back to FTP

Re: PSPad unicode 5.0.4 (407) English [73587]

2020-05-27 Tema obsahu MadCompie
pspad: Have you changed file content to influence of filesize? Cause as I remember, I can ask fize of FTP objekt, but not the datetime.

Re: PSPad unicode 5.0.4 (517) English [74088]

2020-08-13 Tema obsahu MadCompie
Hello, After installing this update, when I open a file it is no longer automatically maximized in the viewport. When opened I must always click the square to maxize it... -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (511) English [73861]

2020-06-24 Tema obsahu MadCompie
Hi Jan, I think there's an issue about UTF-8: When selecting a special UTF-8 char (like the heart 1F49A) an application error occurs: Exception class: EJclUnexpectedEOSequenceError Exception address: 006D4D4A

Re: PSPad unicode 5.0.4 (507) English [73782]

2020-06-16 Tema obsahu MadCompie
thx for looking min/max problem, it works fine now! indeed I also encountered the loss of highlighting in the ini file recovered it from a previous version also na exception + terminate after installing i had to delete the cache file and now everything works fine ; perhaps the cache file should

Re: PSPad unicode 5.0.4 (511) English [73873]

2020-06-25 Tema obsahu MadCompie
Yes indeed, also difficult to show those chars in hex mode! Not necessary to implement! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (505) English [73734]

2020-06-10 Tema obsahu MadCompie
ok, I sent you a PM -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.4 (502) English [73699]

2020-06-05 Tema obsahu MadCompie
thx for the modifications! FTP timestamp = perfect selection of other matches = perfect yet another issue I encountered: - open 5 files (in my case it was via FTP) - set the focus to the contents of the last file - minimize PSPad - restore PSPad - the focus is still on the last file (tab is bold)

Re: PSPad unicode 5.0.4 (535) English [74444]

2020-11-30 Tema obsahu MadCompie
Love the FTP case insensitive search! -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.5 (549) English [74687]

2021-02-04 Tema obsahu MadCompie
Hello, With this version the filenames disappear from the tab. My simulation: - open a random file: filename OK in the tab - minimize PSPad & restore: filename remains OK - close PSPad (not really close but minimized close) & restore: filenames are gone - Must now really close & restart PSPad to

Re: PSPad unicode 5.0.7 (655) English [76174]

2021-06-24 Tema obsahu MadCompie
Yet another issue, not sure if it is related to this version. I use some VBScript to append some extra text to the selected text. text = editor.selText() 'split the selected text into lines lines = Split(text, EOL) '... append new text per line... '... 'combine the lines again into text text =

Re: PSPad unicode 5.0.7 (655) English [76172]

2021-06-24 Tema obsahu MadCompie
Oh no... access violation again...:-( PSPad was already opened. I simply tried to open a file (via Filezilla/edit file): immediately followed by an exception. So I had to terminate PSPad. But after opening the same file again via Filezilla, it worked fine? Anyway, here's my exception log:

Re: PSPad unicode 5.0.7 (655) English [76181]

2021-06-25 Tema obsahu MadCompie
pspad: Shouldnt it be: editor.selText(text) Not for VBScript, parenthesis only for functions (returns) not for procedures (void) The

Re: PSPad unicode 5.0.7 (629) English [75781]

2021-05-18 Tema obsahu MadCompie
Hi Jan, I returned back to version 579 but the memory problem is still there... [b]Access violation at address 004E883B in module 'PSPad.exe'. Read of address 00FF.[/b] Exception description: Access violation at address 004E883B in module 'PSPad.exe'. Read of address 00FF. Exception

Re: PSPad unicode 5.0.7 (629) English [75787]

2021-05-18 Tema obsahu MadCompie
PSPad was already open -- PSPad freeware editor https://www.pspad.com

Re: PSPad unicode 5.0.7 (629) English [75791]

2021-05-18 Tema obsahu MadCompie
Normally the most of my files are already in ANSI Western European 1252. And after the error & starting PSPad again, I could open the file without errors, very strange... Also, for my other post (log for acess violation error), I got it again, at same address 004E883B. I simply closed a file,

Re: PSPad unicode 5.0.7 (629) English [75793]

2021-05-18 Tema obsahu MadCompie
pspad: test version 5.0.7 (633) 32b https://pspad.poradna.net/devel/pspad507b633.zip Hi, some settings were lost after opening this

  1   2   >