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] Replacing specific whitespace with cr-lf (SourceForge.net) 2. [notepad-plus - Open Discussion] Elastic tabstops (SourceForge.net) 3. [notepad-plus - Help] Macros (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Elastic tabstops (SourceForge.net) 5. [notepad-plus - Help] RE: Replacing everything between quotes (SourceForge.net) 6. [notepad-plus - Help] RE: Replacing specific whitespace with cr-lf (SourceForge.net) 7. [notepad-plus - Help] RE: Printing verticle bars in output (SourceForge.net) 8. [notepad-plus - Help] Found a probable bug re: "replace in all" (SourceForge.net) 9. [notepad-plus - Help] How to make Notepad++ tabstops = Notepad (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 04 Nov 2008 17:28:23 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Replacing specific whitespace with cr-lf 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=5575277 By: bob_james The data file I'm working with has several instances where a header is being preceded by 47 spaces. I'd like to replace any such 47-space occurrence with a line feed. How would I specify that in the Replace? ______________________________________________________________________ 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, 04 Nov 2008 17:39:54 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Elastic tabstops 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=5575340 By: igorsol Hi, There is a very interesting concept called "Elastic tabstops" (described here: http://nickgravgaard.com/elastictabstops/index.html). I think Elastic tabstops can save a lot of programmers time. I would like to see elastic tabstops in future versions of Notepad++. Is there any chance somebody will implement it in Notepad++ or in plugin? Where can i find Notepad++ wish list? Thank Notepad++ authors for great text editor! ______________________________________________________________________ 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: Tue, 04 Nov 2008 19:24:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Macros 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=5575849 By: civerson Is there a way to edit the Macros you have recorded. I can't find any. ______________________________________________________________________ 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: Tue, 04 Nov 2008 19:32:06 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Elastic tabstops 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=5575881 By: harrybharry The problem I see here is that Scintillas tabs are on a fixed column basis, which makes this pretty impractical. Elastic tabstops can change their offset and length, but Scintilla tabstops are fixed width and position. I really like the feature, but I heavily doubt Scintilla is a good platform. (That and your source is only properly aligned with an editor that supports these tabstops :D) ______________________________________________________________________ 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: 5 Date: Tue, 04 Nov 2008 19:36:15 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replacing everything between quotes 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=5575894 By: harrybharry Enable the option with regular expression. Also, since * matches " as well, I suggest something 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=331754 ------------------------------ Message: 6 Date: Tue, 04 Nov 2008 19:36:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replacing specific whitespace with cr-lf 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=5575898 By: harrybharry find: 47 spaces (copy-paste them if oyu like replace: \r\n enable extended search option ______________________________________________________________________ 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, 04 Nov 2008 19:51:24 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Printing verticle bars in output 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=5575979 By: abc1232 Anyone else has any ideas how to print the Tab Markers? 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: 8 Date: Tue, 04 Nov 2008 20:15:09 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Found a probable bug re: "replace in all" 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=5576098 By: donho It's fixed in v5.1 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=331754 ------------------------------ Message: 9 Date: Tue, 04 Nov 2008 20:17:33 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] How to make Notepad++ tabstops = 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=5576115 By: gjhills Currently using notepad++ for assembly and I want to be able to program and comment in notepad++ and if someone who doesn't have notepad++ decides to open my file (in plain notepad)... the comments dont look like they are all over the place (due to tabstops) I tried to set global style to Lucida Console, Regular, 10........... but I still got some; comments out of place when comparing the two files I would love some assistance on what else I need to do ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- 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 9 ************************************************