You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2392) English
Posted by: papi | Date: 2010-07-01 08:18 | IP: IP Logged
Small issue: if i keep my file tabs at the bottom, and open the log window, switch between small and big state, and then try to resize it, only the tab area gets bigger space, the log window doesn't. It looks funny.
I had this issues earlier, then it seemed to be fixed, and in this version I can see this hapening again.
Posted by: pspad | Date: 2010-07-01 09:23 | IP: IP Logged
Thank you for info. I will fix it
Posted by: pspad | Date: 2010-07-01 11:41 | IP: IP Logged
naputtelija: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" -recurseThis is how it should be done:
Remove-Item "$($ShellFolders.'Common Programs')\Together 2006 R2" -recurse
Fixed. Wait for new build
Posted by: holger | Date: 2010-07-02 09:45 | IP: IP Logged
c3k:i can (finally) confirm that change detection is working again!!!
thank you!
Sorry I can't! Closing files by double-click Tab behaves the same as before!
Ohh, there's nothing to fix, but to reset the setting of Close on Double-click in the Properties.... thanks.
Edited 1 time(s). Last edit at 2010-07-02 09:49 by holger.
Posted by: Marten | Date: 2010-07-02 10:18 | IP: IP Logged
C++ code explorer shows initializer as operation.
class C {
C (int n);
int nr;
};
C::C (int n) :
nr(n) { }
Posted by: carbonize | Date: 2010-07-06 07:46 | IP: IP Logged
I posted a reply to a bug that Jan has already replied to so I deleted it
--
Carbonize
Edited 1 time(s). Last edit at 2010-07-06 07:47 by carbonize.
Posted by: Lolo | Date: 2010-07-06 12:35 | IP: IP Logged
Problem with Search/replace - replace include new line :
Hello,
Thanks for the Search/Replace new functionality
I have done tests and there is a small bug.
Create a new document and paste the following content:
123
123
Warning, paste only these two lines (no carriage return on the last line)
If you try to replace (in example below) the character 2 by test\n you will see that PSPad will replace only the first occurrence
Now, if you add a blank line at the end of file and try to replace 2 by test\n, it will work perfectly.
I hope you could correct it.
Thanks in advance and have a nice day.
Lolo.
Posted by: carbonize | Date: 2010-07-06 20:43 | IP: IP Logged
This is a bug that's been in PSPad for a long time. If you put the cursor at the end and tell it to check backwards it finds both instances but forwards it seems to miss the last line.
--
Carbonize
Posted by: jd | Date: 2010-07-07 04:19 | IP: IP Logged
Any chance of getting the "File Contents were Changed" problem? This is reproducible on my machine (Win XP Pro, latest service pack) with the following steps:
1) Load an HTML file into PSPad (use HTML multihighlighter mode)
2) Make a change to the file
3) Preview the file using PSPad's browser (F10)
4) Activate a window in another app (for example, Notepad)
5) Click back on PSPad. A popup appears saying "File Contents were Changed. Reload?"
Reverting back to the released version (4.5.4) eliminates the problem.
Thanks...
-- jeff
Posted by: se7h | Date: 2010-07-07 09:17 | IP: IP Logged
jd:Any chance of getting the "File Contents were Changed" problem? This is reproducible on my machine (Win XP Pro, latest service pack) with the following steps:
...
confirm bug
Editor PSPad - freeware editor, © 2001 - 2025 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR