You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.4 (2308) English

PSPad unicode 4.5.4 (2308) English

Goto Page: Previous1 2 3 Next

#11 Re: PSPad unicode 4.5.4 (2308) English

Posted by: andybridges | Date: 2008-02-26 13:43 | IP: IP Logged

I'm also seeing another bug.

debugProjectFilesCount counts the files in a project, but projectFiles(i) returns "nodes" in the project's tree view (i.e. includes folders).

so,

for i = 0 to projectFilesCount-1
msgbox projectFiles(i)
next

will popup the project name (e.g. "New project") first rather than the first file since the project name is the first node in the tree view, then the first folder name (e.g. "Folder") instead of file 2.

You can replicate this by copying this code and saving it as AB_PSPad_Debug1.vbs


Const module_name = "AB_PSPad_Debug1"

Sub Init
addMenuItem "Debug", "", "debugProjectFilesCount"
End Sub

Sub debugProjectFilesCount()
Dim i
for i = 0 to projectFilesCount-1
msgbox projectFiles(i)
next
End Sub

just add a couple of files into the default project and click Scripts>debug and you'll see the problem.

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 4.5.4 (2308) English

Posted by: hoppfrosch | Date: 2008-02-27 06:23 | IP: IP Logged

Leggless:
Same here.
Pspad start up takes longer than r2301. I usually start pspad before opening any files.sad smiley

Same here - not sure what the last "fast" version was.
This is quite annoying, and I'm also already looking for an alternative editor (unless I like PsPad in most other features) ... sad smiley

Edited 1 time(s). Last edit at 2008-02-27 06:24 by hoppfrosch.

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 4.5.4 (2308) English

Posted by: Karl | Date: 2008-02-27 10:26 | IP: IP Logged

hoppfrosch:
Leggless:
Same here.
Pspad start up takes longer than r2301. I usually start pspad before opening any files.sad smiley

Same here - not sure what the last "fast" version was.
This is quite annoying, and I'm also already looking for an alternative editor (unless I like PsPad in most other features) ... sad smiley

The last "fast" version was r2301. Luckily I kept it so... for the time being I am alright. But as you say this is most definitely annoying.

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 4.5.4 (2308) English

Posted by: kaaposc | Date: 2008-02-27 10:28 | IP: IP Logged

andybridges:
I see you fixed the annoying whitespace / ghost character bug.

I cannot confirm it. For me this bug still exists. sad smiley

Anyway, thanks for new build! smiling smiley

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 4.5.4 (2308) English

Posted by: pspad | Date: 2008-02-27 18:41 | IP: IP Logged

kaaposc:
I cannot confirm it. For me this bug still exists. sad smiley

Screenshot please

Options: Reply | Quote | Up ^


#16 Re: PSPad unicode 4.5.4 (2308) English

Posted by: Billy | Date: 2008-02-27 21:27 | IP: IP Logged

Billy:
TextDiff throws exception.
Reproducible: always.
Steps to reproduce:
Select 2 files in Explorer, right-click em, click on "PSPad TextDiff" --> Exception.

Am I the only one experiencing this issue?
Can someone at least confirm or deny? sad smiley

Options: Reply | Quote | Up ^


#17 Re: PSPad unicode 4.5.4 (2308) English

Posted by: pepperpod | Date: 2008-02-27 23:23 | IP: IP Logged

Billy - happens to me too, comparing two files or a modified file with the saved version, both give an Exception.

Options: Reply | Quote | Up ^


#18 Re: PSPad unicode 4.5.4 (2308) English

Posted by: Billy | Date: 2008-02-27 23:35 | IP: IP Logged

Thanks for confirmation, pepperpod! smiling smiley
I went back to build 2303. Let's hop Jan can figure out what's wrong! smiling smiley

Options: Reply | Quote | Up ^


#19 Re: PSPad unicode 4.5.4 (2308) English

Posted by: vbr | Date: 2008-02-28 00:13 | IP: IP Logged

Billy:
Let's hop Jan can figure out what's wrong! smiling smiley

It actually seems, that he already has figured it out and fixed it for the next build (if it is the same problem): forum.pspad.com smiling smiley

Options: Reply | Quote | Up ^


#20 Re: PSPad unicode 4.5.4 (2308) English

Posted by: Thralia | Date: 2008-02-28 10:32 | IP: IP Logged

Billy:
Billy:
TextDiff throws exception.
Reproducible: always.
Steps to reproduce:
Select 2 files in Explorer, right-click em, click on "PSPad TextDiff" --> Exception.

Am I the only one experiencing this issue?
Can someone at least confirm or deny? sad smiley

I can... I just sent a report to support ....

I also can confirm the "slow window" bug. I don't have code explorer enabled, only the project/ftp tab.

The css seems to display a little faster than XHTML Multihighlighter though.

Anyways, thanks for the great work guys !

Options: Reply | Quote | Up ^


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