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

Re: PSPad unicode 4.5.3 (2283) English

#1 PSPad unicode 4.5.3 (2283) English

Posted by: pspad | Date: 2007-10-25 19:20 | IP: IP Logged

Download links (1.7 MB):
pspad.cincura.net

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 (2282)

News
Highlighter settings, Projec settings and Favourite panel - it's possible to set LOG window type. List - marked errors and warnings without possibility of the free selection or Memo - fre selection, but without marking lines.
Macro manager - nonmodal with sizeable window

Corrections
Code explorer for C++ and compiler conditions
modified LOG window errors and warnings detection

Options: Reply | Quote | Up ^


#2 Re: PSPad unicode 4.5.3 (2283) English

Posted by: tyzio | Date: 2007-10-26 06:48 | IP: IP Logged

Great feature this nonmodal window for Macro Manager. It allows to work with more than 4 macros smoothlysmiling smiley Also is it possible to create such window style for: Color Translator, Numeric Base Translator and Expression Evaluator. It would make work with those tools more comfortable.

I've checked the LOG window styles and I'm not able to set LOG window to memo.
I changed in Highlighter settings->Log window type to memo and run Compiler program and the LOG window was in list style. After PsPad reset, the setting went back to List.

Regards,
/TT

Small update: The change in Favorite Panel from List to memo works OK.

Edited 1 time(s). Last edit at 2007-10-26 06:50 by tyzio.

Options: Reply | Quote | Up ^


#3 Re: PSPad unicode 4.5.3 (2283) English

Posted by: pspad | Date: 2007-10-26 09:43 | IP: IP Logged

Check if you have it set in the project settings (if you use projects).
Project settings has higher priority

Options: Reply | Quote | Up ^


#4 Re: PSPad unicode 4.5.3 (2283) English

Posted by: tyzio | Date: 2007-10-26 12:12 | IP: IP Logged

The settings in Projects doesn't matter. The behavior is the same. I checked it in project mode and without project mode.

I prefer List style so for me is OK , but I wanna check the memo style and, so far, it works only for Favorite Tools.
But that is also fine for me smiling smiley

Options: Reply | Quote | Up ^


#5 Re: PSPad unicode 4.5.3 (2283) English

Posted by: Replika | Date: 2007-10-26 16:31 | IP: IP Logged

The toolbar has space and always reset when start:
image

Options: Reply | Quote | Up ^


#6 Re: PSPad unicode 4.5.3 (2283) English

Posted by: Lolo | Date: 2007-10-26 22:16 | IP: IP Logged

Same problem for me but this bug has been introduced since build 2275
See this post for more information:
forum.pspad.com

Options: Reply | Quote | Up ^


#7 Re: PSPad unicode 4.5.3 (2283) English

Posted by: Mark | Date: 2007-10-27 06:59 | IP: IP Logged

Code explorer for C++ still has a problem.

Functions defined within a namespace do not show in the code explorer. This has been there for a while and I had was hoped it would be fixed since you were working on the code explorer for C++. I understand you only have so much time to work on PSPad, so when ever you can get to it will fine.

The following is sample code that will show the problem. The only function to show in the code explorer is "Show" which is defined outside the namespace.


#include "Sample.h"

namespace nspace
{

Sample::Sample(void)
{
fname_ = "";
}

Sample::~Sample(void)
{
}

int & Sample::Number()
{
return number_;
}

}// nspace

void Show()
{
}

Options: Reply | Quote | Up ^


#8 Re: PSPad unicode 4.5.3 (2283) English

Posted by: pspad | Date: 2007-10-27 09:21 | IP: IP Logged

I am not C++ prgrammer and when somebody doesn't tell me that something is wrong, I don't know it.

Options: Reply | Quote | Up ^


#9 Re: PSPad unicode 4.5.3 (2283) English

Posted by: pspad | Date: 2007-10-28 17:36 | IP: IP Logged

tyzio:
The settings in Projects doesn't matter. The behavior is the same. I checked it in project mode and without project mode.

I prefer List style so for me is OK , but I wanna check the memo style and, so far, it works only for Favorite Tools.
But that is also fine for me smiling smiley

I found a problem

Options: Reply | Quote | Up ^






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