You are here: PSPad forum > Developer forum - new builds > 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
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)
Posted by: pspad | Date: 2010-06-22 16:48 | IP: IP Logged
There is a problem with header.
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
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.
Posted by: c3k | Date: 2010-06-23 11:52 | IP: IP Logged
i can (finally) confirm that change detection is working again!!!
thank you!
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 '\'?
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.
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.
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
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