You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2392) English

PSPad unicode 4.5.5 (2392) English

Goto Page: 1 2 3 Next

#1 PSPad unicode 4.5.5 (2392) English

Posted by: pspad | Date: 2010-06-22 13:32 | IP: IP Logged

Download links (2.1 MB):
pspad.cincura.net
pspad.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.5 (2390)

News
MS SQL highlighter extended (try - catch)
User highlighter extended - comments start with slash (MEGA)
User highlighter extended - escaped strings
Code explorer - modification for AutoMod (ftAUM)

Fixes
File change detection stops work if file was closed using file tab
Code explorer fo C++ and splitted strings
Scripting - function highlighter() doesn't return highlighter name for user highlighters

Options: Reply | Quote | Up ^


#2 Re: PSPad unicode 4.5.5 (2392) English

Posted by: se7h | Date: 2010-06-22 15:37 | IP: IP Logged

good news

ps: Sorry, byt why not take System colors for "ASCII Table window" as in other windows (such as "Code Explorer" or any other window)? (my post here)

Options: Reply | Quote | Up ^


#3 Re: PSPad unicode 4.5.5 (2392) English

Posted by: pspad | Date: 2010-06-22 16:48 | IP: IP Logged

There is a problem with header.

Options: Reply | Quote | Up ^


#4 Re: PSPad unicode 4.5.5 (2392) English

Posted by: jbyrne | Date: 2010-06-23 00:32 | IP: IP Logged

Syntax Highlighting not working correctly in my ASP page. If I have a string that starts with a single quote and then use a double quote it thinks it is the end of the string and string highlight ends, e.g.

Response.Write('<input type="hidden" name="count" value="0">');

The text between the double quotes should be the same color as the text between the single quotes.

Regards
JB

Options: Reply | Quote | Up ^


#5 Re: PSPad unicode 4.5.5 (2392) English

Posted by: naputtelija | Date: 2010-06-23 05:11 | IP: IP Logged

pspad:
User highlighter extended - escaped strings

I there any way to specify which character is the escape character?

Also PSPad seems to expect that only double quote can be escaped, not single quote.

Options: Reply | Quote | Up ^


#6 Re: PSPad unicode 4.5.5 (2392) English

Posted by: c3k | Date: 2010-06-23 11:52 | IP: IP Logged

i can (finally) confirm that change detection is working again!!!
grinning smileysmiling smileygrinning smiley
thank you!

Options: Reply | Quote | Up ^


#7 Re: PSPad unicode 4.5.5 (2392) English

Posted by: pspad | Date: 2010-06-23 18:07 | IP: IP Logged

naputtelija:
I there any way to specify which character is the escape character?

Also PSPad seems to expect that only double quote can be escaped, not single quote.

In what language you need to escaped single quote?
What char is used as escape char different from '\'?

Options: Reply | Quote | Up ^


#8 Re: PSPad unicode 4.5.5 (2392) English

Posted by: naputtelija | Date: 2010-06-24 08:57 | IP: IP Logged

pspad:
In what language you need to escaped single quote?
What char is used as escape char different from '\'?

PowerShell uses backtick '`' as an escape character.

I did not think clearly when I was writing about single quote. PSPad works correctly in this regard because only double quoted strings can contain escapes in PowerShell language.

Options: Reply | Quote | Up ^


#9 Re: PSPad unicode 4.5.5 (2392) English

Posted by: sandrosilveira | Date: 2010-06-30 14:01 | IP: IP Logged

Hi Jan, for me now in 2392 show messages of file change detection that not exists in files saved by me minutes ago or in files unchanged by months. The files are in a Windows Network / Server with Windows 2008 and my OS is a Windows XP SP2.

Options: Reply | Quote | Up ^


#10 Re: PSPad unicode 4.5.5 (2392) English

Posted by: naputtelija | Date: 2010-07-01 06:39 | IP: IP Logged

String highlighting is broken if language supports two kind of quote character, single and double quotes (PowerShell). If a string starts with (") it also ends with same character. If it starts with (') it ends with ('), naturally.

This is how 2392 highlights string beginning with a double quote and including single quotes:
Remove-Item "$($ShellFolders.'Common Programs')\Together 2006 R2" -recurse

This is how it should be done:
Remove-Item "$($ShellFolders.'Common Programs')\Together 2006 R2" -recurse

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