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: BBCode Plugin (SourceForge.net) 2. [notepad-plus - Help] Advanced Find Replace EOL linefeed linebreak (SourceForge.net) 3. [notepad-plus - Help] RE: find/replace syntax with Notepad++ (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: BBCode Plugin (SourceForge.net) 5. [notepad-plus - Open Discussion] Feature request: copy/paste (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Feature request: copy/paste (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: FR: handling of multiple changed files (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: indenting a column/pasting at column (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Version 5.3.1 is available (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Question about search in files (SourceForge.net) 11. [notepad-plus - Open Discussion] Functionality reproduced in Firefox (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Apr 2009 20:37:40 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: BBCode Plugin To: nore...@sourceforge.net Message-ID: <7212397.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=7212397 By: lurkily I've begun trying to sort out a BBcode standard of my own. Problem is, I can't use bracketed items as part of a folder. For instance, I cannot make a list that starts with [list] and ends with [/list] collapsible. The only thing I've really accomplished is to bold everything between the [ and ] characters, so that codes are clearly highlighted. The particular standard I'm trying to work on is here: http://www.domainofheroes.com/forums/faq.php?mode=bbcode ______________________________________________________________________ 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: Fri, 17 Apr 2009 20:38:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Advanced Find Replace EOL linefeed linebreak To: nore...@sourceforge.net Message-ID: <7212409.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=7212409 By: fool4uanyway Yes, there is a way to do that: I already described it in my first reply. So I propose you try it again, performing exactly the steps I described. If this doesn't result in what you want, then please show what you get. I don't see what could go wrong. ______________________________________________________________________ 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: Fri, 17 Apr 2009 20:44:32 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find/replace syntax with Notepad++ To: nore...@sourceforge.net Message-ID: <7212531.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=7212531 By: mr2-turbo2 It didn't do exactly as I wanted. I want to replace all the <CR><LF> with a comma if the next line is not an H,1. What I want to acheive is that it will take out the [ENTER] or <CR><LF> and make it into one line continous line. Here's what it should look like once it's done right. Before H,1,A8846,JOHN DOE,TX222,AB2808, R,2,AMP,AMPHETAMINES,N,,1000,500,ng/mL,, R,3,COC,COCAINE,N,,300,150,ng/mL,, R,4,MDA-,ECSTACY,N,,500,500,ng/mL,, R,5,OPX,EXPANDED OPIATES,P,,300,300,ng/mL,, R,6,OPX,Hydrocodone,P,,,300,ng/mL,GC/MS, R,7,THC,MARIJUANA,N,,50,15,ng/mL,, R,8,SVT1,VALIDITY CREATININE/SPGR,N,,,,mg/dL,, R,9,SVT3,GENERAL OXIDANT,N,,,,mcg/mL,, R,10,SVT4,VALIDITY pH,N,,,,,, After H,1,A8846,JOHNDOE,TX222,AB2808,,R,2,AMP,AMPHETAMINES,N,,1000,500,ng/mL,,,R,3,COC ,COCAINE,N,,300,150,ng/mL,,,R,4,MDA,ECSTACY,N,,500,500,ng/mL,,,R,5,OPX,EXPANDEDO PIATES,P,,300,300,ng/mL,,,R,6,OPX,Hydrocodone,P,,,300,ng/mL,GC/MS,,R,7,THC,MARIJ UANA,N,,50,15,ng/mL,,,R,8,SVT1,VALIDITY CREATININE/SPGR,N,,,,mg/dL,,,R,9,SVT3,GENERALOXIDANT,N,,,,mcg/mL,,,R,10,SVT4,VAL IDITYpH,N,,,,,, Is there a way to do that? 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=331754 ------------------------------ Message: 4 Date: Fri, 17 Apr 2009 21:29:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: BBCode Plugin To: nore...@sourceforge.net Message-ID: <7212920.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=7212920 By: felipetesc Hi, may you give me an example, I mean: could you post your source code please? Thank you ______________________________________________________________________ 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: Sat, 18 Apr 2009 00:15:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature request: copy/paste To: nore...@sourceforge.net Message-ID: <7214173.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=7214173 By: devinc First of all, I'd like to say that I like this program. It's very quick and the features are impressive. Can you please consider adding the option (to make it easier to work with Firefox using Autocopy/Copy Plain Text extension) : 1) auto copy to clipboard on select 2) middle click to paste Thanks, Devin ______________________________________________________________________ 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: Sat, 18 Apr 2009 00:54:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature request: copy/paste To: nore...@sourceforge.net Message-ID: <7214462.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=7214462 By: loonychewy Hi Devin, you may like to know that this is already available via MultiClipboard plugin :-) http://peepor.net/loonchew/index.php?p=multiclipboard ______________________________________________________________________ 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: Sat, 18 Apr 2009 01:57:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: FR: handling of multiple changed files To: nore...@sourceforge.net Message-ID: <7214910.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=7214910 By: yniq You are right, it can be annoying, also when having many changed files and trying to exit the program (you'll be asked to save each one separately). In the meantime, you can use the "Update silently" option (also under MISC), and you won't get asked at all, unless you've also changed the files in Npp, and there's a chance you'll lose your changes. ______________________________________________________________________ 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: Sat, 18 Apr 2009 08:42:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: indenting a column/pasting at column To: nore...@sourceforge.net Message-ID: <7216760.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=7216760 By: yniq Hi, As far as I know, you can select (using Alt), copy and paste columns, but the column mode is quite limited: -You can't indent/un-indent columns. -You can't past a column to wherever you like, because you can't put the caret outside the existing text area. I hope this will be possible in the future but I don't have any information regarding developing these features. I might look into it if it's possible to do this without modifying scintilla (a component used in npp) . ______________________________________________________________________ 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: Sat, 18 Apr 2009 11:51:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Version 5.3.1 is available To: nore...@sourceforge.net Message-ID: <7217601.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=7217601 By: darn There's a glitch with the user define dialog: http://darnified.net/images/web/np_plus_udld.png The contents get clipped at the bottom of the second tab. ______________________________________________________________________ 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: Sat, 18 Apr 2009 19:07:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Question about search in files To: nore...@sourceforge.net Message-ID: <7219801.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=7219801 By: yniq The reason is that it is more convinient if someone's working on a project which contains several subdirectories. You set the search folder to the base directory of the project, and that's it. If the folder follows the current opened document, each time you search for files you need to set it back to the base. In the next version of npp, it will be optional for the file filters, and/or the directory, to follow the current opened file, so every user can set it however they like. ______________________________________________________________________ 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: 11 Date: Sat, 18 Apr 2009 22:56:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Functionality reproduced in Firefox To: nore...@sourceforge.net Message-ID: <7221050.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=7221050 By: zefling Hello, No response on the french forum. :( Well, I shamefully reproduced a functionality of Nodepad++ that I find amazing. This is the list that appears when you do ?right click + scroll wheel?. Which I have do in Firefox has this aspect: http://ikilote.net/Programmation/XUL/Listeur/v0.2/listeurdonglets.png I wondered if I could publish it. I do not know any other software that possesses this functionality. Best regards. ^_^; (sorry for my english) ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p ------------------------------ _______________________________________________ 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 35, Issue 29 *************************************************