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: Bold/Normal/Italic      Font
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] Feature  Request: "Inverse
      Hide" (SourceForge.net)
   3. [notepad-plus - Help] RE: Customising C++ reindenting format
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Bold/Normal/Italic      Font
      (SourceForge.net)
   5. [notepad-plus - Help] Find/Replace with RegEx (SourceForge.net)
   6. [notepad-plus - Help] RE: Find/Replace with       RegEx
      (SourceForge.net)
   7. [notepad-plus - Help] RE: how to in notepad ++ (SourceForge.net)
   8. [notepad-plus - Help] RE: how to in notepad ++ (SourceForge.net)
   9. [notepad-plus - Help] RE: how to in notepad ++ (SourceForge.net)


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

Message: 1
Date: Sun, 28 Dec 2008 19:32:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE:
        Bold/Normal/Italic      Font
To: nore...@sourceforge.net
Message-ID: <5917695.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=5917695
By: donho

It seems to me it's very EASY to find the function you need
Did you try to find it? 

Don

______________________________________________________________________
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, 29 Dec 2008 03:18:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: "Inverse Hide"
To: nore...@sourceforge.net
Message-ID: <5921032.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=5921032
By: epaalx

I would like to be able to see just parts of the file. In othere words, I'd
like to be able to invert the hidden lines previously hidden by "View->Hide
Lines" and make the previously visible lines now hidden.
(Emacs had this feature but none of Windows editors.)

______________________________________________________________________
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, 29 Dec 2008 09:29:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Customising C++
        reindenting format
To: nore...@sourceforge.net
Message-ID: <5922957.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=5922957
By: johnggold

Sorry -didn't realise that indentation would be removed.

I have a standard that sets each line below the left hand { and a single 
character
in, except for when the { bracket is at column 1, when the line is at column
1 as well. This allows me to tie lines more closely to the brackets.

I have tried the autoindent option, but I wondered if it is possible to 
customise
the rules at all to match my style?
 

______________________________________________________________________
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, 29 Dec 2008 11:26:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE:
        Bold/Normal/Italic      Font
To: nore...@sourceforge.net
Message-ID: <5923568.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=5923568
By: andydean

The third answer down this page.
http://notepad-plus.sourceforge.net/uk/generalFAQ.php

______________________________________________________________________
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, 29 Dec 2008 13:24:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find/Replace with
        RegEx
To: nore...@sourceforge.net
Message-ID: <5924261.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=5924261
By: jzzh

Hallo,

i want to replace 
VARCHAR2(5) or
VARCHAR2(20) or
etc.

with VARCHAR(n CHAR)

I'm able to find the occurrences with 
VARCHAR2.[0-9]+.

But how to replace them ? Is it possible to do a RegEx replace ?

Thanks,
Jochen

______________________________________________________________________
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, 29 Dec 2008 13:38:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find/Replace
        with    RegEx
To: nore...@sourceforge.net
Message-ID: <5924364.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=5924364
By: jzzh

This page helped:
http://notepad-plus.sourceforge.net/uk/regExpList.php

search:
(VARCHAR2.[0-9]+).

replace:
\1 CHAR)


Quite simple :)

______________________________________________________________________
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: Mon, 29 Dec 2008 15:07:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to in
        notepad ++
To: nore...@sourceforge.net
Message-ID: <5924907.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=5924907
By: gadrin

I don't think Notepad++ will let you do Search & Replace in macros.

There might be another way to do 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: Mon, 29 Dec 2008 15:09:48 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to in
        notepad ++
To: nore...@sourceforge.net
Message-ID: <5924930.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=5924930
By: gadrin

I've done large editing jobs using VBScript, such as finding all <a
href="xxxxxxxxxxxxx">Whatever</a> tags and removing them.

Your (something) is very similar.

I was able to pass a filename to the VBScript file and have it edit it (for
about 200 to 500 files) in around 30 seconds.

There's also shareware that can do this. Try Googling for "Search and Replace
in files".

>

______________________________________________________________________
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: Mon, 29 Dec 2008 15:13:48 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to in
        notepad ++
To: nore...@sourceforge.net
Message-ID: <5924955.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=5924955
By: gadrin

Here's a nice set of utilities: http://unxutils.sourceforge.net/

The SED utility can do Search and Replace in files via a command line. Make
sure you backup your
data first during testing.

>

______________________________________________________________________
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



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

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


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

_______________________________________________
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 31, Issue 56
*************************************************

Reply via email to