Notepad-plus-plus Digest, Vol 34, Issue 15

2009-03-09 Thread notepad-plus-plus-request
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: Math  Plugin: Unicode
  version released (SourceForge.net)
   2. [notepad-plus - Help] RE: Calltips not working (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   4. [notepad-plus - Open Discussion] Notepad++ v5.3   Release
  Candidate (SourceForge.net)
   5. Re: Notepad-plus-plus Digest, Vol 34, Issue 14 (???)
   6. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Hex   Editor Plugin
  0.9.2 (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Don'tprompt to save
  modified empty untitled (SourceForge.net)


--

Message: 1
Date: Sun, 08 Mar 2009 18:16:18 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
MathPlugin: Unicode version released
To: nore...@sourceforge.net
Message-ID: <6696058.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=6696058
By: countdown

Hi Somic,

I've tried it as promised. Well, I'm sorry but it seems it isn't working as
expected. Here's what I tried doing, using the ctrl+2 option (evaluate current
line and show result in the same file)
3*4+5

Result => Number = 17.

5+3*4

Result => Number = 17.

Which is fine, working as expected (I was just checking that multiplications
are evaluated before sums). But now come the problems:

Derivate = 1 + 3x^2 + 5x^7

Derivate of Polyn =>  +  +

Derivate = 1 + 2*x -3*x^3

Derivate of Polyn =>  +  +
 
I would  like to point out that the second derivative that I tried is copied
and pasted from ShowCmds.anm, and that in that file the '=' character is missing
in the example (the syntax guideline mentions it, but the example doesn't use
it). And that, as you see, it doesn't work.

Expr = 1+3*sin(3*to_rad)

Result => Number = 1.1570

This again was taken by your file. It works, but I was wondering what the value
of to_rad was, so I tried this:

Show(to_rad)

Ln 1: Expression = Show(to_rad): 
 Result => ===> ERROR n. = -5: Undefined function (eval)

I have to think that to_rad was assuming a default value of 1, and that the
sin() function uses degrees and not radians (this is not a problem, it's just
that I had to guess which one it uses, you'd better write it into 
Options->Supported
Functions).
 
Then I tried:

Var = test ; 12

Ln 1: Expression = Var = test ; 12: 
 Result => ===> ERROR n. = -7: Token match error (eval)

Show(test)

Ln 1: Expression = Show(test): 
 Result => ===> ERROR n. = -7: Token match error (eval)


Since I've had so many problems, I guess I'm doing something VERY wrong, but
I can't understand what. Syntax is space-sensitive, I'm trying to pay attention
to it, but it doesn't look like this is the problem... It must be something
else. But... Waht? :-(

By the way, I'm using version 5.2 (Unicode, of course). Is it possible that
THIS is the problem?

__
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: Sun, 08 Mar 2009 20:55:14 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Calltips not
working
To: nore...@sourceforge.net
Message-ID: <6698003.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=6698003
By: matuku

*bump*
I still can't work out what I'm doing wrong here; can someone explain why the
calltips aren't working?

__
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: Sun, 08 Mar 2009 23:43:08 +
From: "SourceForge.n

Notepad-plus-plus Digest, Vol 34, Issue 16

2009-03-09 Thread notepad-plus-plus-request
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 - Help] Plugin Settings (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++v5.3 Release
  Candidate (SourceForge.net)
   3. [notepad-plus - Open Discussion] Hex Mode gonein 5.2?
  (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Hex Mode gone in 5.2?
  (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   Function List 2
  Unicode version (SourceForge.net)
   6. [notepad-plus - Help] Not seeing "My Documents" (SourceForge.net)
   7. [notepad-plus - Translation] Simplified Chinese   Translation
  (SourceForge.net)
   8. [notepad-plus - Help] RE: How to associate.config as an XML
  file. (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++v5.3 Release
  Candidate (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++v5.3 Release
  Candidate (SourceForge.net)
  11. [notepad-plus - Open Discussion] how to setup for latex in
  notepad++ (SourceForge.net)


--

Message: 1
Date: Mon, 09 Mar 2009 11:56:13 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] Plugin Settings
To: nore...@sourceforge.net
Message-ID: <6709078.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=6709078
By: lalondan

Hello

Where are the plugin settings saved?

Because I'm using Windows 7 and notepad++ crashes when I move a plugin window.
So for the FTP plugin on notepad++, I want it to be on the left.  I can't move
it because notepad++ crashes.  There must be another way to set it.  The 
preferences
for each plugin must be saved somewhere?

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=331754



--

Message: 2
Date: Mon, 09 Mar 2009 13:13:27 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++   v5.3 Release Candidate
To: nore...@sourceforge.net
Message-ID: <6709986.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=6709986
By: yniq

Hi Don,

What about the problem with updating stylers.xml for the new searchResults 
styles?

__
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: Mon, 09 Mar 2009 13:33:34 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Hex Mode
gonein 5.2?
To: nore...@sourceforge.net
Message-ID: <6710257.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=6710257
By: forget4it

Has Hex Mode disappeared in Notepad++ 5.2 ?
I can no longer see a toolbar button for 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=331753



--

Message: 4
Date: Mon, 09 Mar 2009 13:46:22 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Hex
Modegone in 5.2?
To: nore...@sourceforge.net
Message-ID: <6710409.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=6710409
By: gr3gw

Hex-Edit is a plugin on the Plugins menu. You're probably thinking of the last
text editor you used. :-)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge

Notepad-plus-plus Digest, Vol 34, Issue 17

2009-03-09 Thread notepad-plus-plus-request
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. reStructuredText? (Mike Pumphrey)
   2. [notepad-plus - Open Discussion] RE: how to   setup for latex
  in notepad++ (SourceForge.net)
   3. [notepad-plus - Help] RE: Syntax Highlighting Problem
  (SourceForge.net)
   4. [notepad-plus - Help] RE: Converting *.synfiles to notepad++
  language (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   Function List 2
  Unicode version (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: New 5.2  Search
  functionality (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE:   Function List 2
  Unicode version (SourceForge.net)
   8. [notepad-plus - Help] Files Are Double-Spaced (SourceForge.net)
   9. [notepad-plus - Open Discussion] Yet another  feature request
  (SourceForge.net)
  10. [notepad-plus - Help] special characters in HTML (SourceForge.net)


--

Message: 1
Date: Mon, 09 Mar 2009 12:44:03 -0400
From: Mike Pumphrey 
Subject: [Notepad-plus-plus] reStructuredText?
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <49b54753.3060...@opengeo.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi there everyone.  I'm new to the list, but I'm a longtime N++ user. 
At my workplace, we have recently started switching our documentation 
from Confluence to Sphinx (for GeoServer, if anyone's interested in 
GIS).  Sphinx uses reStructuredText for its syntax, which Notepad++ 
doesn't seem to support natively.  :(  Is there a plugin for this 
format, or are there any plans to support rst in the future?

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org



--

Message: 2
Date: Mon, 09 Mar 2009 15:55:54 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: how
to  setup for latex in notepad++
To: nore...@sourceforge.net
Message-ID: <6712114.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=6712114
By: cocinerox

Hi, google is your friend...
E.g.: http://www.phy.syr.edu/~salgado/software/latex/miktex_setup/

__
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: Mon, 09 Mar 2009 16:46:24 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax
HighlightingProblem
To: nore...@sourceforge.net
Message-ID: <6712855.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=6712855
By: airdrik

Hnatek's bad syntax highlighting seems to only exist on files created in N++
and saved as php or html after the code has been added -- N++ for some reason
doesn't completely refresh the syntax highlighting properly.

However if you use the Language menu to chose the language or save the file
before adding the code, or if after you save you close and reopen, the 
highlighting
will be correct.

As for Gudjon Jonsson's issue, that appears to be a different problem.  Please
do a search to see if your issue or a similar enough problem has already been
reported, and if not please start a new thread and describe your problem in
detail.

__
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: Mon, 09 Mar 2009 16:51:56 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Converting
*.syn   files to notepad++ language
To: nore...@sourceforge.net
Message-ID: <6712923.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=6712923
By: airdrik

You can create user-defined languages NP++ in View->User Define Dialog.  While
not the most powerful for defining languag

Notepad-plus-plus Digest, Vol 34, Issue 18

2009-03-09 Thread notepad-plus-plus-request
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 - Help] Find - Cut the line +   next one - Insert
  in ne (SourceForge.net)
   2. [notepad-plus - Help] RE: Tab usage vs. spaces (SourceForge.net)
   3. [notepad-plus - Help] RE: Files Are   Double-Spaced
  (SourceForge.net)
   4. [notepad-plus - Help] update - settings lost. (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++v5.3 Release
  Candidate (SourceForge.net)
   6. [notepad-plus - Help] RE: Find - Cut the line +   next one -
  Insert in ne (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++v5.3 Release
  Candidate (SourceForge.net)
   8. [notepad-plus - Help] extract multiline regex regular
  expression (SourceForge.net)
   9. [notepad-plus - Help] RE: update - settings   lost.
  (SourceForge.net)
  10. [notepad-plus - Help] RE: Find - Cut the line +   next one -
  Insert in ne (SourceForge.net)


--

Message: 1
Date: Mon, 09 Mar 2009 22:16:34 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find - Cut the line
+   next one - Insert in ne
To: nore...@sourceforge.net
Message-ID: <6717269.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=6717269
By: bosjo

Hi All.

Got a txt file, about 300.000 lines

I want to find a line that starts with the same word, Cut that line + the next
one, Insert it in a new file.

Is there any way to do that?

123 Im a line that always start with 123, I can have spaces in the beginning
234 im the next line that needs to be copied with the above, I can have spaces
in the beginning and alternating text

many lines
many lines

123 Im a line that always start with 123, I can have spaces in the beginning
234 im the next line that needs to be copied with the above, I can have spaces
in the beginning and alternating text

tried with Macro, but that did'nt work out for me

__
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: Mon, 09 Mar 2009 22:22:33 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tab usage vs.
spaces
To: nore...@sourceforge.net
Message-ID: <6717352.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=6717352
By: tomascipher

I'm looking for this as well. I want css files to tab 2 spaces, and all others
to tab 4 spaces. I need to set this on a per language file basis.

__
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: Mon, 09 Mar 2009 22:24:51 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Files Are
Double-Spaced
To: nore...@sourceforge.net
Message-ID: <6717369.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=6717369
By: meshackdotcom

Just a guess, but I think this may be related to how some editors use the New
Line(NL) character for line breaks and some others use the Carriage Return (CR).
Like I think Mac uses one vs. Windows using the other or something. And some
editors use both NL and CR to indicate a line break. This means that when you
open it in certain other editors like Notepad++, it would look like it's double
spaced.

Go to View > Show All Characters and that should show you the which characters
are being used. Come to think, I just checked one of my files and both CR and
LF are being used, but it's single spaced. So it may be some setting you have
somewhere on how Notepad++ displays line breaks.

Maybe try changing the format. Format > Convert to Windows, or Convert to Mac,
or Convert to Unix. I know, kind of a vague ans

Notepad-plus-plus Digest, Vol 34, Issue 19

2009-03-09 Thread notepad-plus-plus-request
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 - Help] RE: Find - Cut the line +   next one -
  Insert in ne (SourceForge.net)
   2. [notepad-plus - Help] RE: extract multiline   regex regular
  expression (SourceForge.net)
   3. [notepad-plus - Help] extract multiline regex regular
  expression (SourceForge.net)
   4. [notepad-plus - Help] extract multiline regex regular
  expression (SourceForge.net)
   5. [notepad-plus - Help] What post are you talking   about? Show
  me. (SourceForge.net)
   6. [notepad-plus - Help] 5.3 and old plugins...  can't load
  anymore (SourceForge.net)
   7. Re: Notepad-plus-plus Digest, Vol 34, Issue 14 (Allen Zhu)


--

Message: 1
Date: Mon, 09 Mar 2009 23:36:51 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find - Cut the
line +  next one - Insert in ne
To: nore...@sourceforge.net
Message-ID: <6718120.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=6718120
By: bosjo

Here is a paste of some of the text file :

 490 Lackierung
LACKIERUNG IN "GLANZSCHWARZ" WIE SCHL.NR. 668
 490 Lackierung
LACKIERUNG IN "BRILLANTROT" WIE SCHL.NR. 308 SCHL.NR. 905 F??R VORF??HRFAHRZEUG
(IAA-FRANKFURT) -VARTA-BATTERIE -BEREIFUNG MICHELIN
 Individualfahrzeugdaten
943 Sondersteuerung
FRONT-, HECK-UND SEITENSCHWELLER IN WAGENFARBE DIAMANTSCHWARZ- METALLIC, WIE
SCHL.NR. 181 (OHNE KONTRASTLACKIERUNG)
---
 490 Lackierung
BAUABW: B9091.2 B9221.B LACKIERUNG IN "MATTHESBLAU-METALLIC" FE 97-5972 BASF
GEM. B 9221.B
---
 0940 Sonderwunsch
BAUABW: B9217.B R??CKSITZBANK UND -LEHNE WIE BMW 535I GEM. B 9217.B
---
 0940 Sonderwunsch
BAUABW: B9217.B R??CKSITZBANK UND -LEHNE WIE BMW 535I GEM. B 9217.B
---
 0940 Sonderwunsch
FRONT- UND HECKSCH??RZE SOWIE SCHWELLERVERKLEIDUNGEN O H N
E KONTRASTLACKIERUNG.
---
 0940 Sonderwunsch
BAUABW: B9223.B RADIO BECKER MEXICO ELECTRONIC CR MIT FREQUENZ-DIVERSITY WIE
SCHL.NR. 0670, INKL. HIFI-LAUTSPRECHERSYSTEM WIE SCHL.NR.0676 GEM. B 9223.B
---
 490 Lackierung
= Lackierung in lagunengr??n-metallic, wie Schl.Nr. 266, gem. B 9208.C
 0940 Sonderwunsch
= Front- und Hecksch??rze sowie Schwellerverkleidung ohne Kontrastlackierung
 490 Lackierung
= Lackierung in mauritiusblau-metallic, wie Schl.Nr. 287, gem. B 9207.C
---
 0940 Sonderwunsch
= Leuchtweitenregulierung, wie Schl.Nr. 510, gem. B 9230.C
---
 0940 Sonderwunsch
= - Dachhimmel, A- und C-S??ule in Leder Walknappa schwarz, wie Schl.Nr. 0330
(Bereitstellung erfolgt durch ZS-400) - elektrische Sitzverstellung f??r Fahrer
und Beifahrer, wie Schl.Nr. 458, gem. SA 6518/25
---
 0940 Sonderwunsch
= Front- und Hecksch??rze sowie Schwellerverbreiterungen o h n e
Kontrastlackierung
---
 490 Lackierung
= Lackierung in gletscherblau-metallic, wie Schl. Nr. 280, gem B 9233.C
---
 490 Lackierung
= Lackierung in bronzitbeige-metallic, wie Schl. Nr. 0139, gem. B 9228.C
 0940 Sonderwunsch
= Fahrer- und Beifahrersitz wie BMW 535i - Lordosenst??tze f??r Fahrer,
wie Schl. Nr. 0488
---

I'm so tired right now that I almost fall over, will continue tomorrow.
Almost had it though, using Ctrl-X
Got it to go through the file, but at the end it could not find my expression
for F3, and started to copy wild. and only way to kill it was task manager :-(

Appreciate your help :-)

 

__
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: Mon, 09 Mar 2009 23:43:19 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: extract
multiline   regex regular expression
To: nore...@sourceforge.net
Message-ID: <6718195.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=6718195
By: fool4uanyway

Here's is just a teaser...

Move the cursor to the top of the document (Ctrl+Home).

User either the standard Ctrl+H or Ctrl+R advanced (TextFX) find/replace
dialog.

Uncheck wrap mode.

Check or select regular expression mode.

In the Find field, enter:
^ *(123.