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: Feature Request: arrow keys in search results (SourceForge.net) 2. [notepad-plus - Open Discussion] Feature Request: window list improvements (SourceForge.net) 3. [notepad-plus - Help] RE: Opening Large Files (SourceForge.net) 4. [notepad-plus - Help] Can I run a batch file I'm working on? (SourceForge.net) 5. [notepad-plus - Help] Language Request - Taskpaper format. (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Change request: Vista and VirtualStore (SourceForge.net) 7. [notepad-plus - Help] RE: Guide: Using NppExec to compile any sourc (SourceForge.net) 8. [notepad-plus - Help] RE: Insert a CR LF into a string of text with NP (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 04 Dec 2008 15:32:00 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature Request: arrow keys in search results 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=5757265 By: rdellinger Sweet! This is such a time-saver! Another suggestion: if you close the search results window it would be cool if pressing F7 would reopen the window and show the previous search results. thanks, Randy ______________________________________________________________________ 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, 04 Dec 2008 15:38:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature Request: window list improvements 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=5757290 By: rdellinger 1. Assign this to a keyboard shortcut that can be changed, right now you have to hit Alt-W-W. 2. When displaying the window, resize the height to fit all files in the list. 3. Pressing the first letter of a filename should jump the cursor to that file sou can hit Enter to edit it. If there are multiple files that begin with the same letter, pressing the same letter again should move the cursor to the next file. thanks, Randy ______________________________________________________________________ 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: 3 Date: Thu, 04 Dec 2008 16:48:48 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Opening Large 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=5757537 By: etcwarrionr While I'm eager for the eventual large file support, I'd be even more appreciative if n++ would simply warn the user before it attempts to load the file into memory when the file size and available system memory are likely to result in a crash or long load 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=331754 ------------------------------ Message: 4 Date: Thu, 04 Dec 2008 17:21:55 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Can I run a batch file I'm working on? 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=5757644 By: gmagerr Hi Can I launch a batch file that I'm working on in notepad ++? If so, How would I 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: 5 Date: Thu, 04 Dec 2008 17:25:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Language Request - Taskpaper format. 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=5757653 By: dkarimed Hi, Can somebody help me define a language. I am not finding the ability to define this language in user define language options. I am interested in defining a language that will allow me to use Notepad++ like the software TaskPaper for Mac. This means that Notepad++ can become a todo list manager. The syntax is as follows: Project Name: - Todo item - Another todo item Another Project: - A todo item that is done @done - An item with tags @home @work @school Each project is defined by a line ending in a colon. Each project should be foldable and unfoldable and should be a large font. Each todo item is defined by a line beginning with a hypen and should be bolded. All items followed by @done should be greyed out and/or have a strikethrough. Each tag could be highlighted or have its own color. Thank you. I look forward to finding a way to do 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: 6 Date: Thu, 04 Dec 2008 19:05:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Change request: Vista and VirtualStore 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=5758036 By: pcause This is becuase Notepad++ is trying to store in the directory in which it was installed and that directory is in "Program Files". When that happens, on Vista, you don't write into the the install directory and Vista catches the write and stores it in this virtual storoe. *IN THEORY* when programs try to open the file using the install directory as part of the path, Vista checks to see if there is the file in the virtual store and returns it. I understand why VIsta does this but HATE it and it isn't transparent to all opens! ______________________________________________________________________ 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: Thu, 04 Dec 2008 19:19:16 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Guide: Using NppExec to compile any sourc 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=5758097 By: dv__ Redirecting compiler's/interpretter's output to a text file (using NppExec, of course ;)) https://sourceforge.net/forum/message.php?msg_id=5758082 ______________________________________________________________________ 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: Thu, 04 Dec 2008 20:32:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Insert a CR LF into a string of text with NP 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=5758377 By: fool4uanyway Please, OH PLEASE, stop introducing visitors into the world of macro's there is absolutely NO NEED to use one. Why bother them with functionality that is even more difficult than the question that they ask, including the answer to it?! First, some tips. Do some (re)search on these forums for: - regular expressions or regex - posts by me, Fool4UAnyway - linebreak or newline You may find some very useful messages, tips and tutorials. Now, a simple solution to your problem: Press Ctrl+R to open the advanced Replace dialog. In the Find field enter: * In the Replace field, enter a linebreak by pressing Ctrl+M, Ctrl+Enter or Shift+Enter. Make sure the regular expression and selection checkboxes are unchecked. Find the first * and replace all occurrences. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ ------------------------------ _______________________________________________ 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 10 *************************************************