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 - Plugin Development] RE: Reading content of Npp using WM_GETTEXT (SourceForge.net) 2. [notepad-plus - Plugin Development] Announce: XBrackets plugin for Notepad++ (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: Reading content of Npp using WM_GETTEXT (SourceForge.net) 4. [notepad-plus - Help] Copy lines containing a specific string? (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: maybe a new website for the Notepad++? (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: maybe a new website for the Notepad++? (SourceForge.net) 7. [notepad-plus - Help] RE: Copy lines containing a specific string? (SourceForge.net) 8. [notepad-plus - Help] RE: Marcos with text not working (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sun, 21 Dec 2008 10:11:39 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Reading content of Npp using WM_GETTEXT To: nore...@sourceforge.net Message-ID: <5856040.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=5856040 By: dv__ Also please note that the text you get from Scintilla can be: 1) ANSI (one byte per character) 2) UTF-8 (from one to three bytes per character) 3) DBSC (two bytes per character? - actually, I don't know much about these encodings) ______________________________________________________________________ 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: Sun, 21 Dec 2008 11:04:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Announce: XBrackets plugin for Notepad++ To: nore...@sourceforge.net Message-ID: <5856298.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=5856298 By: dv__ A plugin which is a Notepad++'es port of XBrackets plugin for AkelPad. Allows "smart" auto-closing of the (), [], {} and "" pairs. Also optionally supports auto-closing of the '' and <> (</>) pairs. In brief, it is something similar to TextFX'es "Autoclose {([ Brace", but more specific. The plugin uses updated core of the NppExecPluginMsgTester plugin (C++ design as I understand it :)) and will be released in January... I think. ______________________________________________________________________ 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: Sun, 21 Dec 2008 11:07:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Reading content of Npp using WM_GETTEXT To: nore...@sourceforge.net Message-ID: <5856310.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=5856310 By: relatte I think thats one of my problems... At first, SCI_GETTEXT doesnt work for me. It doesnt do anything (leaves the initialized string unchanged). If I use WM_GETTEXT instead, I get for the string "ttttt" written in npp (while reading out 20 characters - so enough: 3f 3f 74 0 ? ? t The t is the only *true* character, everything else is simply garbage. hard to do anything wrong there: char p[80] = "a"; SendMessageA(hwndx, WM_GETTEXT, 20, p); printf("\n%s\n\n", p); The problem seems to be, that WM_gettext tries to read unicode characters even if they are not there and throws away garbage (while I need it...). Im really wondering how Spy++ reads the data :( Thank you Best regards, Andr? ______________________________________________________________________ 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: Sun, 21 Dec 2008 13:46:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Copy lines containing a specific string? To: nore...@sourceforge.net Message-ID: <5857136.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=5857136 By: henerey I'm looking for a way to copy all lines containing a specific string to the clipboard or a new document - by just inputting the string. Cutting them could be useful too but mainly I want to copy. Is there something in the menus I'm missing, perhaps under a different name? I don't want to have to search for the string and then set a bookmark for each line it's in before copying. ______________________________________________________________________ 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: Sun, 21 Dec 2008 13:48:34 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: maybe a new website for the Notepad++? To: nore...@sourceforge.net Message-ID: <5857155.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=5857155 By: donho > if someone will design a new look for the website, > i will code the client side (xhtml, css and some js), > and im sure some one will do the server side (php and mysql)... Thank you for your kind offer. I agree that Notepad++ site needs to be updated (content and coding) and a new design. I'll consider it if there's a good design for Notepad++ web site. 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=331753 ------------------------------ Message: 6 Date: Sun, 21 Dec 2008 14:13:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: maybe a new website for the Notepad++? To: nore...@sourceforge.net Message-ID: <5857297.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=5857297 By: donho I do understand that some users disable javascript for security reason. But it's shame to do without the visual effects because of a small amount of users. The solution IMO is to detect the activation of javascript on the server side in order to generate a page with or without javascript dynamically. 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=331753 ------------------------------ Message: 7 Date: Sun, 21 Dec 2008 14:30:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Copy lines containing a specific string? To: nore...@sourceforge.net Message-ID: <5857393.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=5857393 By: gadrin Look at the TextFX menu -> TextFX Viz -> Hide lines without (Clipboard) text basically you copy the text you're searching for to the clipboard, then follow those instructions. On my version it leaves the first line no matter what, so... > ______________________________________________________________________ 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: Sun, 21 Dec 2008 14:33:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Marcos with text not working To: nore...@sourceforge.net Message-ID: <5857420.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=5857420 By: gadrin Maybe go to the downloads archive and download the previous version ? > ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 31, Issue 46 *************************************************