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 - Help] RE: help for fews words in a line (SourceForge.net) 2. [notepad-plus - Help] RE: save actions (SourceForge.net) 3. adjust the tab size (Manuel Souto Pico) 4. using \n in regex search (Manuel Souto Pico) 5. [notepad-plus - Help] RE: How to use OR in regular expression? (SourceForge.net) 6. [notepad-plus - Help] RE: help for fews words in a line (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: Bug: WindowManager v1.2 UNI crashes Notepad++ (SourceForge.net) 8. [notepad-plus - Translation] RE: Italian Translation updated (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 25 Nov 2008 11:46:13 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: help for fews words in a line 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=5712259 By: gerdb42 Eric, you could use regular expressions: - open search dialog - mark "Set Bookmarks" - mark "Regular expressions" - in "Search for" enter mother.*uncle - click "search all" - in "Search for" enter uncle.*mother - click "search all" again all lines with both the words "mother" and "uncle" should be marked now. Use F2 to jump to next mark, Shift-F2 to previous. hth Gerd ______________________________________________________________________ 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: 2 Date: Tue, 25 Nov 2008 11:36:08 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: save actions 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=5712222 By: mediamash nobody knows if this is possible? Maybe need an extra plugin for that? ______________________________________________________________________ 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, 26 Nov 2008 13:14:05 +0100 From: Manuel Souto Pico <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] adjust the tab size To: notepad-plus-plus@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, Simple question, I guess: Could somebody explain how to adjust the tab size? It equals four spaces and I would like to have it like 2 spaces, is this possible? Thanks a lot! :) Manuel -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Thu, 27 Nov 2008 12:08:12 +0100 From: Manuel Souto Pico <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] using \n in regex search To: notepad-plus-plus@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, May I ask how am I able to use \n in a regex search in NotePad++? I know I can select the Extended option so that I can use \n, but if I do that I can't use the rest of regex ([^>]*, etc) Thanks a lot! Manuel -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 5 Date: Tue, 25 Nov 2008 12:30:47 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to use OR in regular expression? 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=5712417 By: gerdb42 Followup: I managed to "borrow" the Regex engine from Programmers notepad ( http://www.pnotepad.org/ ) which uses boost::xpressive. In particular, I built SciLexer.dll using http://pnotepad.googlecode.com/svn/trunk/pnwtl/scintilla/RegexSearch.cpp and thus replaced Scintilla's own RESearch. Hope to see this in the Notepad++ trunk one day. Gerd ______________________________________________________________________ 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: Tue, 25 Nov 2008 12:42:54 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: help for fews words in a line 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=5712460 By: fool4uanyway Depending on what you want to do with those lines, you might simply use TextFX Viz to show or hide those lines. Copy the next regular expression to the Clipboard: mother.*uncle See the next thread for what to do next in a similar case. "Notepad++5.0.3" (Open Discussion forum) http://sourceforge.net/forum/forum.php?thread_id=2581300&forum_id=331753 Look also for my thread about tools to copy regex matches. This may be far more helpful than having a 100 MB file in Notepad++! ______________________________________________________________________ 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: 7 Date: Tue, 25 Nov 2008 13:58:37 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Bug: WindowManager v1.2 UNI crashes Notepad++ 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=5712758 By: lunatic4 I noticed this too. I can't view source of a website without closing the window manager first. I could not pin point it up until now. Thanks Larry. ______________________________________________________________________ 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: Tue, 25 Nov 2008 14:32:06 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Italian Translation updated 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=5712903 By: ices_eyes New version for the italian translation file, containing some bug fixes, thanks also to Eugenio P. Download here: http://localhostr.com/files/78d406/italian.zip ______________________________________________________________________ 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=558104 ------------------------------ ------------------------------------------------------------------------- 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 66 *************************************************