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] Request for      New RegEx
      Parameters (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Request      for New RegEx
      Parameters (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Warning to   programmers
      ... N++ not reliab (SourceForge.net)
   4. [notepad-plus - Help] How to add single quotes    and ' for
      values (SourceForge.net)
   5. [notepad-plus - Help] add quote values insert     start end line
      append (SourceForge.net)
   6. [notepad-plus - Open Discussion] Notepad++ Text   Expander
      PLUGIN REQUEST (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Warning to   programmers
      ... N++ not reliable (SourceForge.net)
   8. [notepad-plus - Help] RE: CTRL + M (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Request      for New RegEx
      Parameters (SourceForge.net)
  10. [notepad-plus - Help] bak files (SourceForge.net)
  11. [notepad-plus - Help] RE: NFO line spacing (SourceForge.net)


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

Message: 1
Date: Mon, 27 Jul 2009 18:51:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request
        for     New RegEx Parameters
To: nore...@sourceforge.net
Message-ID: <7530241.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=7530241
By: dusleton

I use Notepad++ a *LOT* for quickly cleaning up text files I need to import
into various programs I build/modify daily.  It's a major help, to say the 
least.
In the course of this, I make constant use of regular expressions in order to
do complicated cleanup of the data.  Given Notepad++'s ease of use, I was 
wondering
if it might be possible to add 3 new metacharacter-features to the Regular
Expressions in Notepad++.  In no particular order, here they are:


I) INTERVAL MATCHING using braces (or whatever brackets work):  {min,max}

a) Interval Matching, like: {3}, where {3} means to match three instances of
the previous character or set.

b) Range Interval Matching, like {1,5}, where you can match a minimum and a
maximum number of instances of characters or sets that are to be matched.

c) "AtLeast" Interval Matching, like {6,}, where a match isn't made unless you
match At Least 6 matches (or more) of the preceding character or set.

d) "AtMost" Interval Matching, like {,3}, where a match isn't made unless you
match anywhere from 0 to 3, but no more than (or At Most) 3 matches of the 
preceding
character or set.

II) OR feature, using something like the vertical bar: "|"

Many 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: 2
Date: Mon, 27 Jul 2009 18:56:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Request for New RegEx Parameters
To: nore...@sourceforge.net
Message-ID: <7530248.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=7530248
By: dusleton

III) POSIX CHARACTER CLASSES, like [:alnum:], [:alpha:], [:blank:], etc.

Again, many 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: 3
Date: Mon, 27 Jul 2009 20:42:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Warning to      programmers ... N++ not reliab
To: nore...@sourceforge.net
Message-ID: <7530367.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=7530367
By: andydean

I tried this out using Vista x64 SP2. NP++ 5.4.5 with default plugins only.

The search and replace worked perfectly with no problems at all.

______________________________________________________________________
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, 27 Jul 2009 21:02:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to add single
        quotes  and ' for values
To: nore...@sourceforge.net
Message-ID: <7530385.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=7530385
By: graycop

I want to add ' in the start and end of line and , in every line like
'Tom',
'Rim',
'Good',

The idea is if i copy list of values in notepad++ and select all the values
and add single quotes in the start and end and , in the end to place the values
in sql in ()



______________________________________________________________________
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: Mon, 27 Jul 2009 22:13:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] add quote values
        insert  start end line append
To: nore...@sourceforge.net
Message-ID: <7530489.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=7530489
By: fool4uanyway

Did you perform a search in trying to find the answer yourself?

http://sourceforge.net/search/index.php?group_id=95717&words=%28%2Binsert+%2Bsta
rt+%2Bline%29&type_of_search=forums&pmode=0&limit=75

Perhaps this will also retrieve some matches:

http://sourceforge.net/search/index.php?group_id=95717&words=%28%2Bappend+%2Bend
+%2Bline%29&type_of_search=forums&pmode=0&limit=75

There was a post with a similar problem not so long ago (you will find in result
set #1 from above).

Ctrl+R

Find:
,<Ctrl+Enter>

Replace:
',<Ctrl+Enter>
'


______________________________________________________________________
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: Mon, 27 Jul 2009 23:06:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ Text  Expander PLUGIN REQUEST
To: nore...@sourceforge.net
Message-ID: <7530554.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=7530554
By: wroathe

Hi there. I've been using Notepad++ and Texter for a while now and I was 
wondering
how difficult it would be for someone to develop a plugin for Notepad++ with
the exact same functionality as Texter - but with one twist!

In addition to Texter's features it would be nice to include a way to set up
stop tabs for code. I've seen videos of people coding and tabbing through sets
of quotation marks in HTML and whatnot. (e.g. <img src="(stop tab goes here)"
alt="(stop tab goes here)" etc.)

Maybe this feature already exists in Notepad++ but I have yet to find it. 

I would love you forever and ever.

Thanks,
Justin

______________________________________________________________________
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: 7
Date: Tue, 28 Jul 2009 05:08:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Warning to      programmers ... N++ not reliable
To: nore...@sourceforge.net
Message-ID: <7530804.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=7530804
By: clyfton

I only recently discovered Window Manager.  I've been getting access violations
for a year or so.  No matter how many bells and whistles are added to Notepad++,
it is essential to have a windows-manager like sidebar in order to navigate
through multiple open tabs.  I have suggested a few times that Notepad++ 
developers
take the embedded "Windows" window to its natural conclusion and make it 
dockable
or persistent.  Even the fact that it has a CLOSE button leads one to believe
it should stay open until closed.  It is counter-intuitive that the "Windows"
window closes when you click on a line item.

______________________________________________________________________
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: 8
Date: Tue, 28 Jul 2009 06:09:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: CTRL + M
To: nore...@sourceforge.net
Message-ID: <7530850.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=7530850
By: royshoa

Thanks,
You are the one man.  :)

______________________________________________________________________
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, 28 Jul 2009 08:29:33 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Request for New RegEx Parameters
To: nore...@sourceforge.net
Message-ID: <7531099.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=7531099
By: cchris

This has been possible since a few months, and actually a user managed to get
them working (se the More regular expression operators IdeaTorrent item, it
is a little old). Bu t it is certainly non trivial to implement.

I have a dream that 5.5 will bring regexes in sync with what is being used 
everywhere
else. But this is a dream, not a promise.

CChris

______________________________________________________________________
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: Tue, 28 Jul 2009 09:02:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] bak files
To: nore...@sourceforge.net
Message-ID: <7531184.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=7531184
By: kusanagi2

is it possible to delete all bak files\folder nppBackup when close notepad++
or it is the normal work ?

______________________________________________________________________
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: 11
Date: Tue, 28 Jul 2009 08:21:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NFO line
        spacing
To: nore...@sourceforge.net
Message-ID: <7531086.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=7531086
By: cchris

The font face has, obviously, as it contains line spacing information.
The suported ode page is important as it is what ensures that ASCII art is 
rendered
correctly, as well as any accened letters.
An usual problem related with line spacing is that some default style (usually
about braces) is taller than others for readability reasons, and the line height
is computed taking into account all heights of defined styles. Please review
these options - or search the forum, as this question has been asked befoore.

CChris

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

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

_______________________________________________
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 38, Issue 89
*************************************************

Reply via email to