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 notepad-plus-plus-requ...@lists.sourceforge.net You can reach the person managing the list at notepad-plus-plus-ow...@lists.sourceforge.net 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 - Help] NP++ Crashes V5.4.5 (SourceForge.net) 2. [notepad-plus - Help] RE: Newbie: Find & Replace issue (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: How to log freezes (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: How to log freezes (SourceForge.net) 5. [notepad-plus - Help] RE: Newbie: Find & Replace issue (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: plugin tutorial (SourceForge.net) 7. [notepad-plus - Plugin Development] I need handle WM_KEYDOWN msg (SourceForge.net) 8. [notepad-plus - Open Discussion] [feature add] - icons (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: plugin tutorial (SourceForge.net) 10. [notepad-plus - Plugin Development] Compare 1.5.5 released (SourceForge.net) 11. [notepad-plus - Open Discussion] Compare 1.5.5 released (SourceForge.net) 12. [notepad-plus - Open Discussion] RE: Windows 7 Taskbar Icon (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 14 Aug 2009 18:50:55 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] NP++ Crashes V5.4.5 To: nore...@sourceforge.net Message-ID: <7562542.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7562542 By: orbibob I recently started getting crashes of NP++ (was using v5.0.3) just by mousing over the File/Edit/Search menu area of the app. Sometimes it will happen after lauching the File/Open dialog. I had recently added a the MultiMon app to support dual monitor switching and task bars. I've since removed that, uninstalled & reinstalled NP++V5.0.3, upgraded to V5.4.5, uninstalled & reinstalled NP++V5.4.5. I've temporaily renamed my plugins directory so NP++ doesn't see them...still happens. The error exception message shows: Code = 0xC0000005 Type = Access Violation Exception Address = 0x004018E0 I'm suspecting that a common DLL has been overwritten, but no idea which one. Any ideas? Thanks for any help you can give. I've become addicted to using NP++...don't want to have to wipe this workstation and start all over, and I don't want to give up NP++. Jason ______________________________________________________________________ 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: 2 Date: Fri, 14 Aug 2009 21:00:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Newbie: Find & Replace issue To: nore...@sourceforge.net Message-ID: <7562685.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7562685 By: glenntravis Not sure on this because I cannot find in the documentation what the different Extended options are, but maybe \r only replaces with a carriage return and does not insert the line feed, which windows needs both in most cases. Try replacing the \r with a \r\n. I am only guessing that the \n might be a line feed. ______________________________________________________________________ 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: 3 Date: Thu, 13 Aug 2009 13:52:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How to log freezes To: nore...@sourceforge.net Message-ID: <7559556.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7559556 By: aathell When you _open_ the file there are markers indicating changed lines? That is _not_ supposed to happen. I will definitely try to get some time to look at it today or tomorrow, until then you can disable the plugin right from the plugins menu. Please, please try to provide some reproducible steps if you can. Thanks ______________________________________________________________________ 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: 4 Date: Thu, 13 Aug 2009 14:05:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How to log freezes To: nore...@sourceforge.net Message-ID: <7559581.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7559581 By: aathell Rafa?, Two things. One can you reproduce well enough to provide the steps, and a file? If not, would you be willing to DL the source of nppiface lib and build/use a debug version of that? I'm really curious as to what the scn looks like that is getting processed within the CM code during the save routine. Thanks again. ______________________________________________________________________ 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: 5 Date: Fri, 14 Aug 2009 21:07:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Newbie: Find & Replace issue To: nore...@sourceforge.net Message-ID: <7562699.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7562699 By: glenntravis I just ran a test then opened the file in UltraEdit, which has a hex view (does NP++?), and I was right, the \r\n replaces with a carrige return and a line feed, which makes it show up correctly in Notepad and is the proper way for a text file to delimit a record. ______________________________________________________________________ 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: Fri, 14 Aug 2009 21:35:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: plugin tutorial To: nore...@sourceforge.net Message-ID: <7562731.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7562731 By: mathmax Hi, Thank you for your answers. I download the project from github.com/almostautomated/nppifacelib_mob but I cannot compile it. I miss some header file, hpp files, etc. I'm novice in c development. Could you try to compile it and send me a zip with the missing references? Thank you in advance. Regards, mathmax ______________________________________________________________________ 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: 7 Date: Sat, 15 Aug 2009 07:23:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] I need handle WM_KEYDOWN msg To: nore...@sourceforge.net Message-ID: <7563175.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563175 By: hihihlo hi, Don Ho : I want to write a plugin (Vi-Mode), so need handle WM_KEYDOWN message. (WM_KEYDOWN is before process a key, SCN_CHARADDED is after process a key) Can you provide it in messageProc() ? ______________________________________________________________________ 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: 8 Date: Sat, 15 Aug 2009 10:52:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [feature add] - icons To: nore...@sourceforge.net Message-ID: <7563534.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563534 By: shamuntoha Please add this feature for the plugin menu. screen shot: http://img268.imageshack.us/img268/286/123cmc.jpg ______________________________________________________________________ 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: 9 Date: Sat, 15 Aug 2009 13:11:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: plugin tutorial To: nore...@sourceforge.net Message-ID: <7563620.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563620 By: mathmax Hi, Thank you for your answers. I download the project from github.com/almostautomated/nppifacelib_mob but I cannot compile it. I miss some header file, hpp files, etc. I'm novice in c development. Could you try to compile it and send me a zip with the missing references? Thank you in advance. Regards, mathmax ______________________________________________________________________ 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: 10 Date: Sat, 15 Aug 2009 18:01:46 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Compare 1.5.5 released To: nore...@sourceforge.net Message-ID: <7563847.482...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563847 By: jsleroy Hello, I've released Compare 1.5.5. What's new: - Side bar no include scrolling - Fixed a bug causing N++ to crash with R/O files Hope you find this release usefull. Best regards, Jean-S?bastien ______________________________________________________________________ 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: 11 Date: Sat, 15 Aug 2009 18:02:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compare 1.5.5 released To: nore...@sourceforge.net Message-ID: <7563848.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563848 By: jsleroy Hello, I've released Compare 1.5.5. What's new: - Side bar no include scrolling - Fixed a bug causing N++ to crash with R/O files Hope you find this release usefull. Best regards, Jean-S?bastien ______________________________________________________________________ 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: 12 Date: Sat, 15 Aug 2009 18:17:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Windows 7 Taskbar Icon To: nore...@sourceforge.net Message-ID: <7563859.331...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563859 By: enderandrew It would also be nice to see Notepad++ take advantage of jump lists in the Windows 7 taskbar. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ------------------------------ _______________________________________________ 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 39, Issue 23 *************************************************