You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.3 (2272) English

PSPad unicode 4.5.3 (2272) English

Goto Page: 1 2 3 Next

#1 PSPad unicode 4.5.3 (2272) English

Posted by: pspad | Date: 2007-08-28 20:07 | IP: IP Logged

Download links (1.7 MB):
pspad.cincura.net
ftp.siliconhill.cz

Notes on PSPad update versions:
this CAB archive contains PSPad.EXE and language files only. Unpack it with subfolders and replace existing files from the last full release

Changes to 4.5.3 (2271)

News
Interactive templates - Color selector (@L) changed to combobox. You can use now COlor dialog and predefined colors together.
Color dialog allows insert color with Enter key
Insert tetxt lines (Alt+I) function allows insert to position all types of the text
Favourite tab for tools allows you define LOG parser string
wrap search behavior for Find Next/Previous

Corrections
Open files tab behavior
TeX highligter - formulas highlighting
FTP Client file list for IBM AIX
Remove spaces dialog doesn't remeber last state
HTML Code explorer has problem with "body" string in text
Cobol Code explorer and "Exit" on the start section

Options: Reply | Quote | Up ^


#2 Re: PSPad unicode 4.5.3 (2272) English

Posted by: Arthur | Date: 2007-08-29 05:53 | IP: IP Logged

The Color selector combobox exactly what I needed!
Thank You.

Options: Reply | Quote | Up ^


#3 Re: PSPad unicode 4.5.3 (2272) English

Posted by: holger | Date: 2007-08-29 06:37 | IP: IP Logged

Hello Jan,

thanks for the update the Progress Code Explorer shows now buffers.
The behavior is a little bit crazy and I try to explain:
1.
define buffer Buf_Client for Client.
is shown as: Buf_Client for Client
(The first name would be enough)
2.
define temp-table TT_Dispo no-undo like M_Dispo.
define buffer Buf_TT_Dispo for temp-table TT_Dispo.
(temp-table definition is shown correct. The buffer definition is found as temp-table definition because it is displayed with "TT_Dispo" a second time instead of as "Buf_TT_Dispo").
3.
Further I expected the buffers in an own section for buffers behind (not in) the section "Temporary table" named Buffers.

At least the buffers are shown now, so thanks for the great work.smiling smiley

Greetings Holger

Options: Reply | Quote | Up ^


#4 Re: PSPad unicode 4.5.3 (2272) English

Posted by: holger | Date: 2007-08-29 06:52 | IP: IP Logged

... the bugs with includefiles are still there:
{adm/dt_app00.i}
{adm\dt_app00.i}
{dtapp00} /* (no extension) */
... are not shown/found.
Even if there's the problem find multilined include-statements these 3 cases should be shown.

Thanks Holger

Options: Reply | Quote | Up ^


#5 Re: PSPad unicode 4.5.3 (2272) English

Posted by: broker70 | Date: 2007-08-29 07:02 | IP: IP Logged

Hello Jan,

thanks for the quick implementation of the feature

"Favourite tab for tools allows you define LOG parser string"

This is exactly a feature that I need !!!

Regards,

Volkersmiling smiley

Options: Reply | Quote | Up ^


#6 Re: PSPad unicode 4.5.3 (2272) English

Posted by: tyzio | Date: 2007-08-29 07:18 | IP: IP Logged

Thanks for the build,

Old issues:
1. The very annoying problem with log window - Compiler output shows strange character in a line printed over each other - (describe here :forum.pspad.com) is still available.
2. Exception when trying to disable SpellCheck on newly opened file is still available (I sent you error log at 06.08.2007 09:09)

New issues:
0 so farsmiling smiley

Features request:
1. Hotkey for Tools in favorites panel
2. Change 'Numeric base translator', 'Color translator' and 'expression evaluator' type of dialog windows - to get possibility to work with file while above windows are visible.
3. Make that Indent/Unindent Block works on current line (without marking piece of the line)

Options: Reply | Quote | Up ^


#7 Re: PSPad unicode 4.5.3 (2272) English

Posted by: Joël | Date: 2007-08-29 07:44 | IP: IP Logged

Hi Jan,
Thank you very much for the LaTeX formula highlighting correction ! It works perfectly now !
Joël

Options: Reply | Quote | Up ^


#8 Re: PSPad unicode 4.5.3 (2272) English

Posted by: Werner | Date: 2007-08-29 12:02 | IP: IP Logged

pspad:
Corrections
Open files tab behavior

I've hoped that this would resolve my (little) problem with PSPad, too, but it didn't. Since build 2246 I've the problem, that after starting PSPad and loading several files with my default project, there are no file-tabs visible. I've to open another file before the tabs will be shown. This happens on two PC's. If I make a new installation of PSPad, it works fine. Seems to have to do something with my configuration, but I've no idea what's wrong...
Regards,
Werner

Options: Reply | Quote | Up ^


#9 Re: PSPad unicode 4.5.3 (2272) English

Posted by: microalps | Date: 2007-08-29 13:55 | IP: IP Logged

Thanks for the new build. Awesome editor. Just would like to point out that all my reported bugs are still buggy.

1) FTP listing corrupted in long list (log sent a while back in Build 2269)
2) HTML multihighlighter minor display issue when highlighting (reported in build 2271)
3) In HTML multihighlighter, php start and end tags are treated differently when on the same line or on different lines in regard to double clicking. (reported in Build 2271)

Options: Reply | Quote | Up ^


#10 Re: PSPad unicode 4.5.3 (2272) English

Posted by: menet | Date: 2007-08-30 06:16 | IP: IP Logged

Hi Jan,
I have made an email to Jan Fiala <''.phorum_html_encode('support@pspad.com').''> but I haven't received a reply.

I have a problem with the 2 last BETA 2271 and 2272(I haven't that error using the previous ones : 2269,...)

I have a script linked to F10 shortcut (CloseMinimize.js) :
----------------------------------------------------------------------------------------------------

var module_name = "CloseTabAndMinimize";

function CloseActiveTabAndMinimize ()
{
var WshShell = new ActiveXObject("WScript.Shell");

if (editorsCount() > 1)
WshShell.SendKeys("^{F4}");
else
{
WshShell.SendKeys("^{F4}");
WshShell.SendKeys("%{F2}");
}
}

function Init()
{
addMenuItem( "Close - Minimize", "", "CloseActiveTabAndMinimize", "F10");
}
----------------------------------------------------------------------------------------------------
Extract from my KeyMap.INI file :
aExitEsc=Alt+F2
aClose=Ctrl+F4
----------------------------------------------------------------------------------------------------

It ran right since several versions.

But with the 2 last versions, if I open a file, after viewing the file content, if I do F10, it gives an exception.

Recompiling scripts does not change the problem.
Can you investigate ?

Best regards. Menet.

Here is the Exception description with 2271:

Access violation at address in module 'PSPad.exe'. Read of address .

Exception class: EAccessViolation
Exception address:
----------------------------------------------------------------------------------------------------
Stack list, generated 17/08/2007 21:30:54

----------------------------------------------------------------------------------------------------
Program : c:\util\pspad\PSPad.exe 4.5.3 (2271)
System : Windows XP Home Edition, Version: 5.1, Build: A28, "Service Pack 2"
Processor: AMD, AMD Athlon(tm) 64 Processor 3400+, 2190 MHz MMX
Display : 1024x768 pixels, 32 bpp
----------------------------------------------------------------------------------------------------

Here is the Exception description with 2272 (seems to be the same error log):
Access violation at address in module 'PSPad.exe'. Read of address .

Exception class: EAccessViolation
Exception address:
----------------------------------------------------------------------------------------------------
Stack list, generated 30/08/2007 07:54:11

----------------------------------------------------------------------------------------------------
Program : c:\util\pspad\PSPad.exe 4.5.3 (2272)
System : Windows XP Home Edition, Version: 5.1, Build: A28, "Service Pack 2"
Processor: AMD, AMD Athlon(tm) 64 Processor 3400+, 2190 MHz MMX
Display : 1024x768 pixels, 32 bpp
----------------------------------------------------------------------------------------------------

---
***************************************************************************
Edit by mod:
.
By an advice of the author!
.
Hello, thanks for the report, but please
do not post such "Access violation" logs into the forum,
but post only an hint that you have this error

and send the error log itself to the Author Jan by email! (sup p ort - a't - pspad - c0m)

As you have done,OK... but please be patient..
This is a one man freeware project and he have a lot to do.

.
Thanks for the report and your comprehension.
.
The mod.
***************************************************************************

Edited 1 time(s). Last edit at 2007-08-30 11:32 by Stefan.

Options: Reply | Quote | Up ^


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