Notepad-plus-plus Digest, Vol 33, Issue 46

2009-02-20 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] Regex matching repeating (SourceForge.net)
   2. [notepad-plus - Open Discussion] Filesize Limit (SourceForge.net)
   3. [notepad-plus - Help] RE: Regex matching  repeating
  (SourceForge.net)
   4. [notepad-plus - Open Discussion] Colour ofBackground
  (SourceForge.net)
   5. [notepad-plus - Help] repeating regex regular expression
  matching (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Colour ofBackground
  (SourceForge.net)
   7. [notepad-plus - Help] macro for TextFX HTML   Tidy: Reindent
  XML (SourceForge.net)
   8. [notepad-plus - Help] Muliple line find and   replace box
  needed (SourceForge.net)
   9. [notepad-plus - Open Discussion] Grep inside  Notepad++
  (SourceForge.net)
  10. [notepad-plus - Help] i get error with php tag (SourceForge.net)


--

Message: 1
Date: Thu, 19 Feb 2009 18:40:14 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Help] Regex matching
repeating
To: nore...@sourceforge.net
Message-ID: 6468313.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=6468313
By: calvin8080

I'm trying to match text that's in the form of     where x
can be a 0, d or ?.  I thought the expression ([0d\?]{4} ){3}[0d\?]{4} would
grab it but N++ won't find it.  The {n} syntax doesn't appear to do anything,
is there some alternate functionality that works besides manually repeating?
A 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=331754



--

Message: 2
Date: Thu, 19 Feb 2009 19:44:18 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Filesize
Limit
To: nore...@sourceforge.net
Message-ID: 6468795.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=6468795
By: aquilai

Recently I was helping a friend modify some data files and apparently even 
though
I had adequate amounts of (2GB of RAM) memory Notepad++ refused to open 2 x
140MB sized files.

In the best case scenario when Notepad++ opens a new file (and automatically
includes the previously closed files as tabs) it opens both files 140MB files
but the newest file would have 80% of the remaining data missing.

What I found curious was that Wordpad (one small step up from Microsoft's 
Notepad)
could open both files at the same time albeit it would run slowly. My conclusion
is that Notepad++ requires more memory to run or that there's a prefixed limit
on the maximum amount of memory that Notepad++ is allowed in it's programming.

Is there a way to extend or let the user manage this?

__
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: Thu, 19 Feb 2009 19:57:53 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regex matching
repeating
To: nore...@sourceforge.net
Message-ID: 6468902.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=6468902
By: vikash4india

You can try
[0d\?][0d\?][0d\?][0d\?] [0d\?][0d\?][0d\?][0d\?] [0d\?][0d\?][0d\?][0d\?]
[0d\?][0d\?][0d\?][0d\?]

if finds accurately what u r searching for. Though its lengthy, but it works.


__
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: Thu, 19 Feb 2009 21:22:29 +

Notepad-plus-plus Digest, Vol 33, Issue 46

2009-02-20 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 - Open Discussion] RE: Don'tprompt to save
  modified empty untitled (SourceForge.net)
   2. [notepad-plus - Help] RE: Is it portable? (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Grep inside Notepad++
  (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   XBrackets Lite v1.1
  (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   MultiClipboard 2.0.0
  release (SourceForge.net)
   6. [notepad-plus - Open Discussion] Command Line options to
  convert file formats (SourceForge.net)
   7. [notepad-plus - Help] RE: Muliple line find and   replace box
  needed (SourceForge.net)
   8. [notepad-plus - Help] RE: Abbrevation (SourceForge.net)
   9. [notepad-plus - Open Discussion] convert  linebreak newline
  Windows Unix Mac (SourceForge.net)
  10. [notepad-plus - Help] History file setting (SourceForge.net)


--

Message: 1
Date: Fri, 20 Feb 2009 02:27:54 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Don't   prompt to save modified empty untitled
To: nore...@sourceforge.net
Message-ID: 6471058.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=6471058
By: gr3gw

While I do find it annoying to be asked if I want to save an empty file, IT
CAN BE A LIFE SAVER.

It hasn't happened to me in Npp but in Word I have occasionally deleted the
entire contents of a file accidentally and the message to save what is a blank
file rings alarm bells when you know there should be something there. Enter
Undo. Tra-lah!

Without the 'Do you want to save' message, access to Undo would be lost.

I am for keeping the 'Do you want to save' dialog.

__
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: 2
Date: Fri, 20 Feb 2009 02:15:32 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is it portable?
To: nore...@sourceforge.net
Message-ID: 6471010.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=6471010
By: jaloola

For one thing, this is a very old thread; I don't get why you would reply to
it...

Are you a PortableApps developer? I so, I'd like to tell you great job, however,
reasons why it's not recommended at this time:

1) You have the Notepad++ own Portable Version which is great by itself and
officially from its developer.
2) The PortableApps version is specailly coded, it's modified code, why not
use original code when possible?
3) As quoted from your IRC Chat:

ChrisMorgan The way they work is generally by redirecting data storage, or
backing up any local settings it'd change, moving in the stored settings, 
running
the application, moving the settings back, and restoring the backup made.
ChrisMorgan They also update drive letters in MRU lists and the like

Why do we have to go through this (modified code) stuff?
4) One last thing, they add this big splash screen when you start a app. Why
have people see that when they don't have to?

I mean, I love PortableApps (Firefox especially) and I think it's great, but
why not use official developer work when you can?

Hope this clarifies, and I use MojoPac actually now most of the time!

Allen Zhu
allen.jalo...@gmail.com

__
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: Fri, 20 Feb 2009 08:48:34 +
From: SourceForge.net nore...@sourceforge.net
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Grep
inside Notepad++
To: nore...@sourceforge.net
Message-ID: 6472809.331...@sourceforge.net
Content-Type: text/plain; charset=UTF-8


Read and respond to this message at: