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: Congratulations for N++ (SourceForge.net) 2. [notepad-plus - Help] RE: Comic Sans (SourceForge.net) 3. [notepad-plus - Plugin Development] SCI_SETTEXT with binary data (SourceForge.net) 4. [notepad-plus - Help] RE: Search (and replace) in multiple files (SourceForge.net) 5. [notepad-plus - Help] RE: Search (and replace) in multiple files (SourceForge.net) 6. [notepad-plus - Help] RE: How do I eliminate double spacing? (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: SCI_SETTEXT with binary data (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Editing a template (SourceForge.net) 9. [notepad-plus - Open Discussion] encoding autodetection (SourceForge.net) 10. [notepad-plus - Help] RE: Persistent Spellchecker Problem (SourceForge.net) 11. [notepad-plus - Help] RE: Crashing when opening a file (SourceForge.net) 12. [notepad-plus - Help] how to change colors (SourceForge.net) 13. [notepad-plus - Help] RE: how to change colors (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 24 Jan 2008 03:48:52 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Congratulations for N++ 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=4739705 By: nobody look also at sourceforge.net projectsite: http://sourceforge.net/project/stats/detail.php?group_id=95717&ugn=notepad-plus& mode=week&type=prdownload ______________________________________________________________________ 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, 24 Jan 2008 03:57:54 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Comic Sans 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=4739724 By: nobody OK, that's up to you. I, for one, will be glad if one less person is making comments here about the comment font. I don't like it either, but I've changed it once and it's never bothered me again. I feel so lucky to be able to (still) enjoy N++'s great package. ______________________________________________________________________ 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, 24 Jan 2008 04:28:15 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] SCI_SETTEXT with binary data 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=4739762 By: nobody Hi, i tried to develope a simple plugin that processes the entire text of the current document. For that reason I used SCI_GETTEXTLENGTH and SCI_GETTEXT to receive the text. With SCI_SETTEXT I tried to write the modified output back. The problem is, that this only works as long the text does not contain binary zeros. I found out that i could use a combination of SCI_CLEARALL and SCI_APPENDTEXT since SCI_APPENDTEXT supports a length parameter for the operation. But the solution is not really good, because it causes 2 undo steps in notepad++ undo history. One for the inseration of the modified content and one for the clear all command. At all what I am searching for is simply a SCI_SETTEXT with a length parameter. Can anyone help me in solving this problem? thanks in advance lonavera ______________________________________________________________________ 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, 24 Jan 2008 05:55:59 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Search (and replace) in multiple files 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=4739849 By: schrei5 Is there any update on this topic? I'm also looking for a solution for this. ______________________________________________________________________ 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: Thu, 24 Jan 2008 07:28:28 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Search (and replace) in multiple files 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=4739996 By: nobody Use Agent Ransack to find the files. Select them all and open them in N++. Use a free text block replacer like mentioned elsewhere on the forum. ______________________________________________________________________ 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, 24 Jan 2008 07:40:58 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I eliminate double spacing? 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=4740013 By: nobody Thanks to all that have responded. It turned out to be a line spacing problem, a combination of eliminating some exta blanks before the CR LF, not printing the line number and/or using a smaller font did the trick. 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=331754 ------------------------------ Message: 7 Date: Thu, 24 Jan 2008 07:52:30 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: SCI_SETTEXT with binary data 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=4740040 By: nobody Please have a look into HexEditor plugin. There is an example how to get binary information and how to set/replace binary information. 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: 8 Date: Thu, 24 Jan 2008 08:03:13 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Editing a template 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=4740059 By: nobody Thanks for your reply but I guess I could not explain it properly, What I meant to say was how could I be able to add new reserved words, etc.. Thx in advance, rotty.banned ______________________________________________________________________ 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: Thu, 24 Jan 2008 08:23:56 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] encoding autodetection 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=4740084 By: nobody How to turn off this function? I try seve a clear file as UTF-8 Without BOM but N++ save it as ANSI :/ ______________________________________________________________________ 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: Thu, 24 Jan 2008 08:25:53 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Persistent Spellchecker 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=4740086 By: nobody I ask again, how do you get the spellchecker to work? I keep getting the same problem listed in my first post. Have tried re-installing, spellchecker still does not work. Would be awesome if I could use it. Thanks, James ______________________________________________________________________ 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, 24 Jan 2008 08:58:58 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crashing when opening a 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=4740129 By: nobody I am unable to recreate your error on my machines. I'm not sure if you'll find an answer somewhere in the thread link below, but it's worth a try. Hopefully you'll find something to point you in the right direction. https://sourceforge.net/forum/message.php?msg_id=4121480 ______________________________________________________________________ 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, 24 Jan 2008 09:32:00 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] how to change colors 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=4740178 By: nobody I want to change backgound color of the editor, could anyone tell me how to config 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: 13 Date: Thu, 24 Jan 2008 09:55:50 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to change colors 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=4740200 By: nobody me too!!! perhaps is impossible...(I ask a many days ago) ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. 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 20, Issue 100 **************************************************