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 - Plugin Development] RE: NPPExport, (long title) (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NPP Export v 0.25 remarks (SourceForge.net) 3. [notepad-plus - Help] view \n as regular text (SourceForge.net) 4. [notepad-plus - Help] RE: view \n as regular text (SourceForge.net) 5. [notepad-plus - Help] RE: Help with regex (SourceForge.net) 6. [notepad-plus - Help] RE: view \n as regular text (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Notepad++ and Mac OS X (SourceForge.net) 8. [notepad-plus - Plugin Development] Convert 'pretty' quotes to normal quotes? (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: Convert 'pretty' quotes to normal quotes? (SourceForge.net) 10. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net) 11. [notepad-plus - Open Discussion] empty lines (SourceForge.net) 12. [notepad-plus - Help] RE: Using NppExec for to run applications (SourceForge.net) 13. [notepad-plus - Open Discussion] Change character encoding to open file? (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 26 Dec 2007 05:31:18 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NPPExport, (long title) 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=4690848 By: nobody 1. Isn't this what the shortcut mapper is for? I dont like setting too many shortcuts, one wrong key and your sourcecode is altered to something funky ;) (it was reported as a bug somewhere that F9 did something to the encoding for example). For the same reason FTP_S doesn't have any shortcut set by default either. 2. I think PDF is even harder than LaTeX, but I'll take a look into it. I'll see if I can copy everything to the clipboard, it's probably a few tweaks away. -Harry ______________________________________________________________________ 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: 2 Date: Wed, 26 Dec 2007 07:32:16 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NPP Export v 0.25 remarks 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=4690943 By: harrybharry I'm not sure where the newline issue comes from. The clipboard data is exactly the same as the file data. Putting one extra character after the last newline in the RTF output results in the viewer (OpenOffice and WordPad) displaying the newline, but its invisible if the newline is the last character. It may be some sort of optimisation or something like that. But its not anything critical since its the very last newline anyway =]. BTW, its indeed NPPExport, I mistyped it when I started the topic. It also isnt HTML only anymore. ______________________________________________________________________ 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: 3 Date: Wed, 26 Dec 2007 08:01:19 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] view \n as regular text 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=4690967 By: nobody Is there a way to have Notepad++ find \n in text and convert them to actual new lines? >From ex: ABCD\nEFG\nHIJK\nLMNOP To ex: ABCD EFG HIJK LMNOP ______________________________________________________________________ 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: 4 Date: Wed, 26 Dec 2007 08:16:02 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: view \n as regular text 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=4690983 By: fidvo You can do it in the advanced replace. Position your cursor at the beginning of the document. TextFX -> TextFXQuick -> Find/Replace (or CTRL-R) In the upper box, type "\n" (without the quotes) In the lower box type CTRL-ENTER Click Find, then Replace Rest. ______________________________________________________________________ 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: 5 Date: Wed, 26 Dec 2007 08:36:06 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help with regex 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=4691004 By: nobody Try the next regex in the Find field: \([^\)]+\)</name> ______________________________________________________________________ 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: Wed, 26 Dec 2007 09:34:08 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: view \n as regular text 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=4691049 By: nobody Thanks fidvo - that did it. ______________________________________________________________________ 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: Wed, 26 Dec 2007 10:36:46 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ and Mac OS X 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=4691105 By: nobody Well, I do run wine just for notepad++ on ubuntu, heh. ______________________________________________________________________ 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: 8 Date: Wed, 26 Dec 2007 12:14:47 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Convert 'pretty' quotes to normal quotes? 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=4691193 By: nobody Is this already included somewhere? If so, I must have overlooked it :-( When I copy/paste code examples from some pdf-files, the quotes are so-called pretty quotes instead of normal quotes. Example: echo ?<td>\n?; instead of echo "<td>\n"; and details = ?? instead of details = '' The way I convert them now is by find/replace all for these 4 characters... gets quite cumbersome... Would be very nice to be able to do it with some menu option... thanks for any tips in this matter (or maybe even an addition to the plugin? ;-)) H ______________________________________________________________________ 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: 9 Date: Wed, 26 Dec 2007 12:21:33 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Convert 'pretty' quotes to normal quotes? 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=4691200 By: nobody Simple Script Plug-In? ______________________________________________________________________ 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: 10 Date: Wed, 26 Dec 2007 14:18:32 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vista Compatiblity 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=4691302 By: nobody I had the same issue after rebuilding my machine and installing the latest version of Notepad++. However, I un-installed this version and re-installed an older one (v 3.9). Version 3.9 didn't give me the error. ______________________________________________________________________ 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: Wed, 26 Dec 2007 15:32:49 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] empty lines 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=4691353 By: nobody Is it possible to erase automatically empty lines ? ______________________________________________________________________ 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: Wed, 26 Dec 2007 16:48:37 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Using NppExec for to run applications 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=4691416 By: nobody I think that the NPP_Exec developers are working to make a separate console window feature, but as far as I know, the features on kate that you describe are not available in Notepad++. ______________________________________________________________________ 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: Wed, 26 Dec 2007 18:53:56 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Change character encoding to open file? 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=4691498 By: nobody Hi All, Does Notepad++ can change character encoding to open text file? If yes, how to do? I can't find it. 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 ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ------------------------------ _______________________________________________ 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 19, Issue 69 *************************************************