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] RE: help for fews words     in a line
      (SourceForge.net)
   2. [notepad-plus - Help] RE: save actions (SourceForge.net)
   3. [notepad-plus - Help] Files of type (SourceForge.net)
   4. [notepad-plus - Plugin Development]       PluginUpdate 0v30
      (SourceForge.net)
   5. [notepad-plus - Help] RE: save actions (SourceForge.net)
   6. [notepad-plus - Help] RE: functions window not    availlable
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Feature      request:
      Minimize on last file close (SourceForge.net)
   8. [notepad-plus - Help] RE: Regular Expressions     in Notepad ++
      (SourceForge.net)


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

Message: 1
Date: Tue, 25 Nov 2008 15:19:26 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: help for fews
        words   in a line
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=5713106
By: gadrin

Yeah if you need a list of them you can use the CMD interpreter (DOS Box) and
use the FINDSTR utility, which will do searches on the contents of files.

Just go to the dos prompt and type

C:\Writing\Winbatch>findstr /? > FindStr.txt

then open FindStr.txt in Notepad++

It'll show you the options on how to search...(this is only part of it)....

You'd probably be interested in the /R /I /N and maybe /S...

Searches for strings in files.

FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
        [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
        strings [[drive:][path]filename[ ...]]

  /B         Matches pattern if at the beginning of a line.
  /E         Matches pattern if at the end of a line.
  /L         Uses search strings literally.
  /R         Uses search strings as regular expressions.
  /S         Searches for matching files in the current directory and all
             subdirectories.
  /I         Specifies that the search is not to be case-sensitive.
  /X         Prints lines that match exactly.
  /V         Prints only lines that do not contain a match.
  /N         Prints the line number before each line that matches.
  /M         Prints only the filename if a file contains a match.
  /O         Prints character offset before each matching line.
  /P         Skip files with non-printable characters.


Pretty nice tool and simple to use.

>

______________________________________________________________________
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, 25 Nov 2008 15:26:57 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: save actions
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=5713143
By: gadrin

Have you tried recording a macro ?

I don't think the Notepad++ macro will record SEARCH and REPLACE though in it's
macros.

I know other products that will as well as things like VBScript to do search
and replace. Parsing HTML can be tricky though.

I've written VBScripts that take all the .html pages in a folder and rewrite
the <a href=" to point to local files instead of a web address. It can do a
hundred files in 20 or 30 seconds.

Just depends on how complex the requirements are.

One of the guys around here may know of a way Notepad++ can 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: 3
Date: Tue, 25 Nov 2008 17:11:59 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Files of type
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=5713564
By: ishamid2

Hi,

In Unicode Npp I do  not get my activated languages ("Available Items") in the
scroll list next to

Files of type:

in the Open... dialog. I did not find any other report of this so maybe I'm
missing a simple cnfg option. Any help is appreciated.

Best wishes
I

______________________________________________________________________
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, 25 Nov 2008 19:46:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        PluginUpdate 0v30
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=5714199
By: fstellari

Here is a first version of the plugin update that allows to list the currently
installed plugins and see what is available on line at the following 2 sites:

https://sourceforge.net/project/showfiles.php?group_id=189927
http://fstellari.googlepages.com/npp_plugins

Obviously my plugins show well as expected and they are ready for me to 
implement
some kind of version checking for update...

http://fstellari.googlepages.com/PluginUpdate_dll_0v30.zip

At the very list this allows to see the online plugins available and download
the file.

Obviously this is not complete... since the key autoupdate feature is missing.

Regards,

Franco

______________________________________________________________________
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: 5
Date: Tue, 25 Nov 2008 20:27:41 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: save actions
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=5714397
By: fool4uanyway

Yup, let's sit back and wait for someone to come up with a plugin.

...

Or perhaps search the forums for the Simple Script plugin.

...

Or perhaps search the forums for TextCrawler and its scripting and batch
possibilities.

...

Or perhaps post another urgent follow-up message.


______________________________________________________________________
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, 25 Nov 2008 21:04:16 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: functions
        window not      availlable
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=5714588
By: airdrik

That was a plugin which is not compatible (yet) with the new Unicode version
of NP++.

______________________________________________________________________
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, 25 Nov 2008 21:31:26 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: Minimize on last file close
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=5714699
By: airdrik

Does it minimize, or does it go to system tray?

There is an option to minimize NP++ to system tray.  Perhaps there could be
an option: minimize NP++ to system tray on close, with an option to quit in
the file menu and in the tray icon menu which completely closes NP++.

______________________________________________________________________
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, 25 Nov 2008 22:09:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
        Expressions     in Notepad ++
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=5714880
By: fool4uanyway

> I want to do a search in notepad++ for
> "alert" in any case

alert____ : "absolute" text

> where any number of any characters follow

[^?]*____ : search for any number of any non-? characters

> then a "?"

?________ : use/confirm the ?

and then any number of any characters.

.*_______ : any number of any characters, including other ?'s

So, your regex would be:

alert[^?]*?.*

Please, read more messages about regular expressions.
You'll find a number of them posted by 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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 67
*************************************************

Reply via email to