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] "Relative file path..." feature (SourceForge.net) 2. [notepad-plus - Help] 4.6 SLOW with files open that reside on netwo (SourceForge.net) 3. [notepad-plus - Help] RE: Finding several New Lines with RegExp (SourceForge.net) 4. [notepad-plus - Help] RE: escaping \t (SourceForge.net) 5. [notepad-plus - Help] RE: escaping \t (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Multi-clipboard plugin 1.2 released (SourceForge.net) 7. [notepad-plus - Help] RE: escaping \t (SourceForge.net) 8. [notepad-plus - Help] RE: escaping \t (SourceForge.net) 9. [notepad-plus - Help] RE: escaping \t (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: "Relative file path..." feature (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 12 Dec 2007 07:55:53 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] "Relative file path..." feature 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=4672047 By: grano Dear Don, I do not know what was the intention about functionality of the newly added feature in 4.6: 7. Add open relative file path from command line feature. It is clear, however, that is has spoiled the original command line behaviour that is our main mode of operation. If I type a command line like this: notepad++ foobar.txt the program will try to find the foobar.txt file in the folder where the notepad++.exe file is placed, rather than in the current folder which would be the "naturally expected" behaviour :-( Will you please comment on this? G, 16:55 dark time ______________________________________________________________________ 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: Wed, 12 Dec 2007 08:30:17 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] 4.6 SLOW with files open that reside on netwo 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=4672109 By: flakrat I've been using NotePad++ for years. For the last several months I've been using 4.3. I routinely have 10 or more files open in NPP, some exist on the local hard drives and others on network locations (\\someserver\share\file.pl) After installing 4.6, the NPP interface pauses for several seconds every time I switch to it from another window. If I close out the files from the network, it responds as soon as I switch to it. I've uninstalled 4.6 and installed 4.3 and it works fine, with network located files open, switching to NPP is quick and responsive. I installed 4.6 without uninstalling 4.3, I haven't tested it by uninstalling 4.3 first. ______________________________________________________________________ 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: Wed, 12 Dec 2007 09:31:00 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Finding several New Lines with RegExp 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=4672208 By: nobody > I didn't say formfeed, I said linefeed. http://en.wikipedia.org/wiki/Newline agrees with my terminology. sorry, my stupid. thanks for pointing to that wikipedia article - i'm boring enough to find it very interesting - i would call it plenty comprehensive - who knew - i've programmed in a few of the languages mentioned - some things i hadn't been aware of or forgot ______________________________________________________________________ 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, 12 Dec 2007 09:33:33 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: escaping \t 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=4672215 By: flakrat If you don't need regular expressions for this particular search and replace, unchecking "Regular Expression" should get you going. ______________________________________________________________________ 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, 12 Dec 2007 09:46:54 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: escaping \t 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=4672228 By: ntroutman I am using regular expressions. In particular, searching for: (\d+\.\d+)x\$10^\{(\d+)\}\$ wanting to replace with: $\1\\times10^{\2}$ Thanks for the reply though. ______________________________________________________________________ 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, 12 Dec 2007 10:04:59 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Multi-clipboard plugin 1.2 released 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=4672254 By: aval57 Thanks LoonyChewy it's great, especially the extremely useful autocopy! One autocopy logic refinement: when the user makes a selection followed by an immediate paste, it's an implicit request to replace the selection with the previous snippet, not to replace it with itself which is what happens now. I second the motion for options on the context menu, and maybe a delete button next to each item so we can prevent junk from piling up. regards, Bahman ______________________________________________________________________ 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: 7 Date: Wed, 12 Dec 2007 10:06:01 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: escaping \t 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=4672257 By: nobody interesting problem (trying to use \t in the replace) there's probably no way to do it - without checking regular expression - and without regular expression checked, how would you insert a tab? i think there's (usually) nothing wrong with doing "two part" find and replaces ______________________________________________________________________ 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: Wed, 12 Dec 2007 10:07:32 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: escaping \t 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=4672259 By: nobody without checking -----> (i meant) without UNchecking ______________________________________________________________________ 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: 9 Date: Wed, 12 Dec 2007 11:44:55 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: escaping \t 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=4672381 By: nobody Perhaps this is another nice opportunity for someone to promote their 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=331754 ------------------------------ Message: 10 Date: Wed, 12 Dec 2007 12:06:30 -0800 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: "Relative file path..." feature 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=4672413 By: donho Try notepad++ ./foobar.txt 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 ------------------------------ ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ------------------------------ _______________________________________________ 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 31 *************************************************