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] Yep - newlines again (SourceForge.net)
   2. [notepad-plus - Help] RE: Yep - newlines again (SourceForge.net)
   3. [notepad-plus - Help] Staying logged into the     forum
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Can't find Column Mode (SourceForge.net)
   5. [notepad-plus - Help] RE: Yep - newlines again (SourceForge.net)
   6. [notepad-plus - Help] auto block indent normal    text
      (SourceForge.net)
   7. [notepad-plus - Help] word-wrap block indent? (SourceForge.net)
   8. [notepad-plus - Plugin Development] Plugin Req:   Pasting via
      middle click button (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Plugin    Req: Pasting
      via middle click butt (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: PHP       syntax checker
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Run  external tools
      (SourceForge.net)
  12. [notepad-plus - Help] RE: auto block indent       normal text
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Run  external tools
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Tue, 22 Jan 2008 15:56:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Yep - newlines
        again
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=4736979
By: nobody

So there is no way for me to do a simple regex and cut off the newlines then?

For instance I'm looking for five digit numbers on their own line and want to
remove the newline at the end of 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: 2
Date: Tue, 22 Jan 2008 16:49:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Yep - newlines
        again
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=4737031
By: pshute

I'm not sure if it can be done in one step.  Use method 1.2 at
http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo to add some
unique string between the numbers and the newline, e.g. ~~~.  Then use method
1.3 to remove the unique strings and the newlines.

______________________________________________________________________
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, 22 Jan 2008 16:52:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Staying logged into
        the     forum
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=4737033
By: pshute

My browser used to remain logged in to this forum between sessions but now I
have to log in each time.  Is this happening for everyone?  It started happening
here a few weeks ago.  Is it my fault or Sourceforge's or perhaps Firefox?

______________________________________________________________________
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, 22 Jan 2008 16:55:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can't find
        Column Mode
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=4737036
By: pshute

You can also do column insertions and replacements.  See
http://notepad-plus.wiki.sourceforge.net/FAQ for details, about 1/3 of the way
down.

______________________________________________________________________
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, 22 Jan 2008 17:46:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Yep - newlines
        again
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=4737098
By: nobody

Ahhhh, yes. I seem to remember doing something like before. 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: 6
Date: Tue, 22 Jan 2008 19:45:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] auto block indent
        normal  text
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=4737177
By: nobody

is there a way to do this? to automatically block indent normal text on
a wordwrap?

all i want to do is take a long string, say 500 characters long and put it in
a text document that will only handle 200 characters wide, with a tab in front.
i would then want n++ to wrap line of text starting where i tabbed that first
word in. if that doesn't make sense, i'll make an example below, i hope it 
helps.
thanks in advance guys and gals!

Heading 1 - A new way...
     This is really
     just a long string
     of words, but is
     wrapped up nicely.

______________________________________________________________________
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, 22 Jan 2008 19:47:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] word-wrap block
        indent?
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=4737180
By: nobody

is there a way to do this? to automatically block indent normal text on a 
wordwrap?
 
all i want to do is take a long string, say 500 characters long and put it in
a text document that will only handle 200 characters wide, with a tab in front.
i would then want n++ to wrap line of text starting where i tabbed that first
word in. if that doesn't make sense, i'll make an example below, i hope it 
helps.
please note that "<tab>" equals an actual tab. thanks in advance guys and gals!
 
Heading 1 - A new way... 
<tab>This is really 
<tab>just a long string 
<tab>of words, but is 
<tab>wrapped up nicely.

______________________________________________________________________
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, 22 Jan 2008 22:18:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Plugin Req:     Pasting via middle click button
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=4737278
By: maleko

hi sorry if this posted in wrong place. Can anyone create this plugin? it would
be nice to be able to paste text by just pressing middle click button/scroll
wheel.

______________________________________________________________________
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: 9
Date: Tue, 22 Jan 2008 23:27:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  Req: Pasting via middle click butt
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=4737339
By: steakhacher

it already exist and its named multi clipboard plugin

______________________________________________________________________
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: 10
Date: Wed, 23 Jan 2008 00:48:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        PHP     syntax checker
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=4737425
By: webaware

What's wrong with PHP itself? If you run PHP as a command line utility with
-l (letter L), it will run as PHP lint and check for syntax errors. e.g.

    php -l broken.php

Hook it up as an external tool, perhaps through a batch file.

______________________________________________________________________
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: 11
Date: Wed, 23 Jan 2008 01:04:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Run
        external tools
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=4737451
By: dv__

$(LEFT_VIEW_FILE) and $(RIGHT_VIEW_FILE) are internal variables of NppExec,
as noticed in NppExec.txt ("Additional environment variables").
If you want these variables in Notepad++ generally, this is a request to Don HO.

______________________________________________________________________
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: 12
Date: Wed, 23 Jan 2008 01:08:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: auto block
        indent  normal text
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=4737455
By: nobody

Try using _'s to make your point.


______________________________________________________________________
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: 13
Date: Wed, 23 Jan 2008 03:31:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Run
        external tools
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=4737632
By: nobody

Ok, thanks for the reply.
If Don HO will consider it, i think this could be usefull also for other user.

regards

Mauro

______________________________________________________________________
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



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

------------------------------

_______________________________________________
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 20, Issue 96
*************************************************

Reply via email to