Send Notepad-plus-plus mailing list submissions to
[email protected]
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: regex counter increment line number
sequence (SourceForge.net)
2. [notepad-plus - Help] RE: regex counter increment line number
sequence (SourceForge.net)
3. [notepad-plus - Help] RE: regex counter increment line number
sequence (SourceForge.net)
4. [notepad-plus - Help] RE: Regular Expressions - Repetition
(SourceForge.net)
5. [notepad-plus - Help] RE: Regular Expressions - Repetition
(SourceForge.net)
6. [notepad-plus - Help] RE: Regular Expressions - Repetition
(SourceForge.net)
7. [notepad-plus - Help] RE: regex counter increment line number
sequence (SourceForge.net)
8. [notepad-plus - Help] RE: regex counter increment line number
sequence (SourceForge.net)
9. [notepad-plus - Open Discussion] how to disable the countline
of notepad++ (SourceForge.net)
10. [notepad-plus - Help] RE: Compiling Java from non-ANSI file
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Mar 2009 22:24:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex counter
increment line number sequence
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=6844766
By: fool4uanyway
Again, my suggestion is to read the thread I referred to before.
It contains an elaborate description for a similar case.
It also deals with Text FX Insert Line Numbers.
It is already there.
There is no need to come up with a new solution for the same problem. By the
way, did you test it, (with) the Hide Lines feature?
______________________________________________________________________
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, 17 Mar 2009 23:07:22 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex counter
increment line number sequence
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=6845239
By: fool4uanyway
Suggested reading:
"Preparing numbers to be sorted by TextFX sort" (Plugin Development forum)
http://sourceforge.net/forum/forum.php?thread_id=2011755&forum_id=482781
"FEATURE REQUEST: Insert start/end of line" (Help forum)
https://sourceforge.net/forum/forum.php?thread_id=2582472&forum_id=331754
"Help deletin dupe words/lines and sorting" (Open Discussion forum)
https://sourceforge.net/forum/forum.php?thread_id=2105317&forum_id=331754
______________________________________________________________________
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: Tue, 17 Mar 2009 23:17:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex counter
increment line number sequence
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=6845336
By: fool4uanyway
Here's more to work through:
"Find Character "n" and replace "n+1"" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=2203593&forum_id=331754
"Plugin: NPPTextFX" (Plugin Development forum)
https://sourceforge.net/forum/forum.php?thread_id=1352598&forum_id=482781
______________________________________________________________________
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, 17 Mar 2009 23:22:10 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
Expressions - Repetition
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=6845391
By: fool4uanyway
> Please help, this is a very important argument for me to use.
Well, I don't think your life depends on it, does it?
Just use + instead of {} and see if you can add a prefix and suffix to make
a distinct match of 6 characters and/of rewrite you character matching as a
"not" range.
Alternatively, you might want to use column mode to select a block with a width
of 6 characters.
Perhaps Ctrl+R and setting a column range can also be of help.
You may also want to search the forums, if this is really so important to you.
Or do others have to solve your "important" problems?
______________________________________________________________________
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: Tue, 17 Mar 2009 23:23:20 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
Expressions - Repetition
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=6845411
By: fool4uanyway
Or simply use ...... (6 dots), which of course isn't a strict match criterion,
but at least it is an easy way of specifying a length of 6.
______________________________________________________________________
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, 17 Mar 2009 23:43:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
Expressions - Repetition
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=6845626
By: gr3gw
Ketan,
As Fool4U has alluded to, the regular expression processor in Npp does not
support
repetition other than * and +. (Actually, it's not the Npp coding but the
Scintilla
engine that Npp uses.)
What I suggest you do to implement {n} is use []* n times. In your
[0-9A-Za-z]{6}
example, this would translate to:
[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z]
It's a bit tedious but with copy and paste no big deal.
As for Sa{3,5}m, I would change it three search for patterns:
Saaam
Saaaam
Saaaaam
Run the find and replace for each expression starting with the longest first
(ie Saaaaam) and the shortest last (ie Saaam).
It's a nuisance but it will work, and of course you get to stay in the wonderful
Npp environment. :-)
______________________________________________________________________
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: Wed, 18 Mar 2009 00:10:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex counter
increment line number sequence
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=6845929
By: gr3gw
Directing his comment at Gr3gW, Fool4U wrote:
"Again, my suggestion is to read the thread I referred to before. "
F4U, Why would I do that? I don't have the problem, Wolf66 does.
Wolf asked the whole readership for help, I responded with what I would do if
I had his problem. I didn't claim to have the authoritative answer.
F4U continued:
"There is no need to come up with a new solution for the same problem. "
I agree but, as the 'solutions' are not documented in an easily accessible or
understandable form, what else is an exasperated user to do? I thought the Help
forum was for users needing help and everyone's contributions were welcome.
F4U finished with:
"By the way, did you test it, (with) the Hide Lines feature?"
No, I took your word for it. When I gave the first general solution, I
was *generalising* not giving specific line by line instructions, even if it
looked like it. ;-)
______________________________________________________________________
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, 18 Mar 2009 01:27:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex counter
increment line number sequence
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=6846841
By: gr3gw
Ahh! At last, some references. Thank you F4U. Not everyone has the same
expertise
as you in digging out material from the Forum archives.
The five references are most welcome. What I would like to see is a Npp Advanced
Editing Guide where past solutions are included for specific problems. The
index/TOC
would be the solutions (eg how to add sequential numbers to specific lines in
a file). This should be built over time using the Help forum to identify
problems
to be solved and references to the solutions in the forum.
F4U, you are obviously the resident expert on regular expressions and TextFX,
perhaps you would consider taking on the role. Just collect problems and
solutions
as you go over say the next three months.
Once we have an easily accessable Guide, the number of repeated enquiries will
surely drop.
______________________________________________________________________
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, 18 Mar 2009 03:53:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] how to
disable the countline of 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=6848257
By: cdwdh
how to disable the countline of notepad++?
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=331753
------------------------------
Message: 10
Date: Wed, 18 Mar 2009 05:20:13 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Compiling Java
from non-ANSI file
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=6849172
By: sterzilla
Nevermind, apparently UTF-8 without BOM will compile properly, while UTF-8
won't.
However, this brings me to another issue: When "Encode as UTF-8 without BOM"
is chosen from the format menu, it shows up in the status bar as ANSI as UTF-8,
but if the file is closed an re-opened, it only shows up as ANSI.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 34, Issue 41
*************************************************