Send Notepad-plus-plus mailing list submissions to notepad-plus-plus@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Notepad-plus-plus digest..." Today's Topics: 1. [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: ASPELL - "relative path to aspell" (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: MultiClipboard 2 development snapshot (SourceForge.net) 5. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) 6. [notepad-plus - Help] RegExp Search (SourceForge.net) 7. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) 8. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) 9. [notepad-plus - Help] RE: VERY strange behaviour on Windows 2008 x64 (SourceForge.net) 10. [notepad-plus - Help] RE: Data virtualization / Redirection problem (SourceForge.net) 11. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) 12. [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! (SourceForge.net) 13. [notepad-plus - Open Discussion] Bug: Tabs not redrawn (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 04 Sep 2008 07:01:45 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226383 By: creativebob i noticed its not refreshing. say i edit <Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">http://www.google.com/search?q=$(CURRENT_WORD)</Command> to <Command name="TESTING IF THIS CHANGES ANYTHING" Ctrl="no" Alt="yes" Shift="no" Key="113">http://www.SOMETHING.com/search?q=$(CURRENT_WORD)</Command> then i save the file in the notepad++ folder, then when i open notepad it will still say Google Search, and the shortcut will still take me to google.com ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 2 Date: Thu, 04 Sep 2008 07:02:16 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ as a Python IDE To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226385 By: creativebob http://bytes.com/forum/thread698915.html i tried following that guide also. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ Message: 3 Date: Thu, 04 Sep 2008 08:06:18 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: ASPELL - "relative path to aspell" To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226586 By: jenslorenz Normaly it is not necessary to set this path, because if you install Aspell a registry entry would be set. It seems you forget to install an dictdictionary. BR Jens ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=482781 ------------------------------ Message: 4 Date: Thu, 04 Sep 2008 08:09:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: MultiClipboard 2 development snapshot To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226596 By: jenslorenz I can't remember about the mail. Could you sent me again the new version with your suggestions for common? BR Jens ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=482781 ------------------------------ Message: 5 Date: Thu, 04 Sep 2008 08:28:26 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226663 By: donho What is your Notepad++ version? Did you run v5.0.3 to reproduce the same crash? Don ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 6 Date: Thu, 04 Sep 2008 09:17:09 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RegExp Search To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226826 By: mirnava In This example: -------------------------------------------------------------------------------- -------------- <tr><td>1</td><td>2</td><td>3</td><td>4</td></tr> <tr><td>I</td><td> <p align="center"><strong>Cell</strong></p> </td><td></td><td></td></tr> -------------------------------------------------------------------------------- -------------- Regular expression: <td>[ ]*<p.+> searches upto fourth closing bracket (at the end of line) "<td> <p align="center"><strong>Cell</strong></p>" -------------------------------------------------------------------------------- -------------- Regular expression: <td>[ ]*<p.+t searches upto third letter "t" (second strong) -------------------------------------------------------------------------------- -------------- Regular expression: <td>[ ]*<p.+t searches upto third letter "C" (in Cell) "<td> <p align="center"><strong>C" -------------------------------------------------------------------------------- -------------- But I need select only two tags: "<td> <p align="center">" for replace them. What I doing wrong? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 7 Date: Thu, 04 Sep 2008 09:50:50 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5226954 By: ciw79 I experience the same problem with version 5.03. I use Notepad++ to look at log files which are usually some MB in size. It was possible to open a 60MB file, but impossible to look at a 15MB one... The problem occured for several files. Any idea how I can identify the cause for the crash? Any logs, dumps etc. I'm using WinXP. Thanks! Chris ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 8 Date: Thu, 04 Sep 2008 10:10:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227011 By: donho So far an crash issue for all versions of Notepad++ is identified : the incoherent file modified date (for example : year is 1792 or 2048). Could you check the modified date for the files make crash notepad++? Don ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 9 Date: Thu, 04 Sep 2008 11:35:48 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: VERY strange behaviour on Windows 2008 x64 To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227276 By: claus_brod This happens because Notepad++ doesn't tell Vista that it knows about UAC. When such applications access certain parts of the file system (such as the "Program Files" directories), those accesses are virtualized. (Similar things happen for the registry.) To fix this, rebuild the project after adding the following section to PowerEditor/src/notepad++.exe.manifest (right before the closing assembly tag): <!-- Identify the application security requirements. --> <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2"> <ms_asmv2:security> <ms_asmv2:requestedPrivileges> <ms_asmv2:requestedExecutionLevel level="asInvoker" uiAccess="false"/> </ms_asmv2:requestedPrivileges> </ms_asmv2:security> </ms_asmv2:trustInfo> ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 10 Date: Thu, 04 Sep 2008 11:42:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Data virtualization / Redirection problem To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227299 By: claus_brod Fix proposal: Add the following section to PowerEditor/src/notepad++.exe.manifest (right before the closing assembly tag) and rebuild. <!-- Identify the application security requirements. --> <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2"> <ms_asmv2:security> <ms_asmv2:requestedPrivileges> <ms_asmv2:requestedExecutionLevel level="asInvoker" uiAccess="false"/> </ms_asmv2:requestedPrivileges> </ms_asmv2:security> </ms_asmv2:trustInfo> ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 11 Date: Thu, 04 Sep 2008 12:20:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227439 By: ciw79 One file has a modified date of 27th of June 2083, 02:42:08. Another file has a modified date of yesterday (which is fine), but a creation date of 20th of November 30260, 16:53:58. A third one has a creation date of 29th of April 21704. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 12 Date: Thu, 04 Sep 2008 13:37:10 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help!!Notepad++ Crashes very often!! To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227731 By: donho > One file has a modified date of 27th of June 2083, 02:42:08. > Another file has a modified date of yesterday (which is fine), > but a creation date of 20th of November 30260, 16:53:58. > A third one has a creation date of 29th of April 21704. That explains why Notepad++ crashes. This bug is fixed. May I send you the newest built binary to make sure it's fixed? Just curious, how did you get those files with such strange dates? Don ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331754 ------------------------------ Message: 13 Date: Thu, 04 Sep 2008 14:02:19 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug: Tabs not redrawn To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5227830 By: hblair66 When closing a tab, the remaining tabs (and entire tab bar) is not redrawn. This means if you close the last visible tab, *no tabs at all remain visible* until you click the tab bar! Proper behavior: If you close a tab and enough tabs are open to enable the tab scroll buttons, the remaining tabs should scroll into view. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=331753 ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ Notepad-plus-plus mailing list Notepad-plus-plus@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus End of Notepad-plus-plus Digest, Vol 28, Issue 7 ************************************************