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: mousewheel tab support! (SourceForge.net) 2. [notepad-plus - Help] Insert text quickly start end selected lines (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: JavaScript Macro plugin (SourceForge.net) 4. [notepad-plus - Plugin Development] MultiClipboard 2.0 preview 2 (SourceForge.net) 5. [notepad-plus - Help] help with highlighting (SourceForge.net) 6. [notepad-plus - Open Discussion] 5.1.1 crashes on startup (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: JavaScript Macro plugin (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: mousewheel tab support! (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 22 Nov 2008 20:20:24 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: mousewheel tab support! 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=5696738 By: leeoniya2 i'll second this, i'm spoiled by FF nightlies : ). also, u guys might want to rethink multiline tabs, it's very disorienting to see them expand to screen width, just keep them normal size and leave the rest of the bar blank. Leon ______________________________________________________________________ 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: Sat, 22 Nov 2008 20:41:37 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Insert text quickly start end selected 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=5696819 By: fool4uanyway Hey, let me make a wise-guy impression! 1. You can also search for linebreaks or newline characters, if you don't mind putting your text manually at the start of the very first or at the end of the very last line. In the Ctrl+H normal Replace dialog: - select Extended mode - Find: \r\n (or just \r or \n) - Replace by: [ text at the end]\r\n[text at the start ] In the Ctrl+R advanced Replace dialog: - Find: ^M (Press Ctrl+M or Ctrl+Enter) - Replace by: [ text at the end]^M[text at the start ] Of course, there is no linebreak before the first line or after the last line. You would have to enter your text manually there, or, in case you don't select the very first or last line completely: also select the linebreak before the first and/or after the last line. 2. The QUICKEST way to insert text at the start of lines Select all lines you want to insert text before. Hold down the SHIFT key. Also press ALT. Press CursorRight (or CursorLeft). Press CursorLeft (or CursorRight if you just pressed CursorLeft). Release all keys. Press ALT+C. Enter the text to insert before all "selected" lines. You won't see any selection anymore, because you have switched to column mode, with the number of selected columns being 0. Thank me! Read some other posts by Fool4UAnyway to find out more tricks. ______________________________________________________________________ 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: Sun, 23 Nov 2008 02:26:45 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: JavaScript Macro plugin 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=5698214 By: loonychewy I compiled in release, and it doesn't crash for me. I'm using Notepad++ 5.1.1 Unicode. In any case, you can try compiling your release build with: General: Debug Information Format: "Program Database for Edit and Continue" Optimization: Optimization: "Disabled" Hope it helps :-) ______________________________________________________________________ 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, 23 Nov 2008 02:37:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] MultiClipboard 2.0 preview 2 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=5698252 By: loonychewy Dear Notepad++ users, I've made more updates to MultiClipboard plugin. Webpage and downloads: http://www.peepor.net/loonchew/index.php?p=multiclipboard Change log: 1. Added NativeLang support 2. Updated UI look and feel and icons to match those of other Notepad++ plugins, modify listbox and editbox fonts (to courier new, non bold) and tab stop width for the latter (4 chars) 3. After deleting a clipviewer item, the next item in the list will be selected 4. Edit box will be enabled only when a valid list item is selected 5. After clicking or double-clicking a list item, input focus will go back to the active scintilla view 6. Added an options dialog, and these settings are saved to xml file for persistent across sessions 7. Upgraded to unicode version. From now on this plugin will only work with unicode version of Notepad++ (version 5.1 unicode and above) 8. Added the original paste menu that is activated via Ctrl-Shift-V Kindly report bugs or suggest any possible improvements or features that you can think of to make it better :-) Regards, LoonyChewy. ______________________________________________________________________ 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: Sun, 23 Nov 2008 04:43:18 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] help with highlighting 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=5698712 By: deller108 i am using the vibrant ink style for notepad++ but i do not want it to highlight the html entries as i click that line. here is an image showing what i mean (http://dellerdynamics.com/help.png). how would i get rid of the green highlighting? ______________________________________________________________________ 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: Sun, 23 Nov 2008 07:43:45 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 5.1.1 crashes on startup 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=5699308 By: xjono i just 'upgraded' to 5.1.1 and it says twice "This ANSI plugin is not compatible with your Unicode Notepad++" wtf? were is the ANSI download? for that matter where is the 5.0 that works to download? why this shit? were can i get working notepad++ from? can someone post it plz? ______________________________________________________________________ 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, 23 Nov 2008 10:32:43 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: JavaScript Macro plugin 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=5699844 By: ffes I tried your suggestion, but it didn't help :-( Did you use some form of "var i;" declaration in your script? Because that is where it crashes. Did you try the script that is in the ReadMe? ______________________________________________________________________ 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: Sun, 23 Nov 2008 13:44:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: mousewheel tab support! 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=5700562 By: harrybharry The tabcontrol is mostly handled by windows, not much to do about then make a completely new control (which is practically undoable). As for the mousewheel tab support, some explanation on WHAT it is might be useful. If you mean flipping between documents, try depressing the right mouse button ______________________________________________________________________ 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 30, Issue 59 *************************************************