Send Notepad-plus-plus mailing list submissions to
        [email protected]

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 - Open Discussion] RE:      BUG/Feature? Absurd
      number of file handle (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      request : Print
      Preview (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Feature      request : Print
      Preview (SourceForge.net)
   4. Replace Notepad with Notepad++ in Vista (Christopher Ramos)
   5. [notepad-plus - Help] greedy and non-greedy reg   ex
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] Function      List feature
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: File Icons   to Notepad++
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   Function List feature
      (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE:   FTP_synchronize 0.9.5
      released (SourceForge.net)
  10. [notepad-plus - Help] RE: greedy and non-greedy   reg ex
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Feature      request : Print
      Preview (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE:   FTP_synchronize 0.9.5
      released (SourceForge.net)


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

Message: 1
Date: Mon, 26 Nov 2007 16:45:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        BUG/Feature? Absurd number of file handle
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=4644576
By: donho

Very interesting info...
Without any plugins loaded (Notepad++ -noplugin), Notepad++ has ONLY 78 handles
on my machine...
I'm impressed ! :)

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=331753



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

Message: 2
Date: Mon, 26 Nov 2007 17:12:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request : Print Preview
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=4644608
By: nobody

That's why I uninstalled 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=331753



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

Message: 3
Date: Mon, 26 Nov 2007 17:26:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request : Print Preview
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=4644621
By: donho

Good for you.
At least, you are not uninstalling Notepad++ for the stupid error message or
for notepad++ sex toy :)

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=331753



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

Message: 4
Date: Tue, 27 Nov 2007 19:14:12 +0800
From: "Christopher Ramos" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Replace Notepad with Notepad++ in Vista
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

How to replace Notepad with Notepad++ in Vista
by: Christopher Ramos

We already know that windows notepad is a text editor for babies.
to replace notepad in vista with Notepad++, you must change the permission
of
notepad.exe in c:\windows\system32 and c:\windows

1.) goto c:\windows\system32\
2.) right click on notepad.exe
3.) select properties
4.) select on security tab
5.) click on advanced button
6.) click on Owner tab
7.) click on Edit button
8.) select Administrators
9.) then give the Administrators a full control permission
10.) Rename the original windows notepad.exe to notepad-BAK.exe
11.) copy notepad.exe from notepad++
12.) do the same procedure for c:\windows\
13.) to test press <windows key> + r ; type notepad then enter
14.) notepad++ should be the one to run enjoy :-)



--= ChrizCrozz ==--
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 5
Date: Mon, 26 Nov 2007 17:55:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] greedy and
        non-greedy reg  ex
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=4644648
By: dogooder

I can't see if NPP supports this or not.

It seems to do a greedy reg ex only.

I want it to do a non-greedy.

I'm trying to remove all <font.....> tags from an HTML document.

So, searching for "<font.+>" selects this text example:

<font color="#FF0000"><b><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">

When I really only want:

<font color="#FF0000">

If it doesn't support this, then why doesn't it when SciTE and Scintilla proper
do?


______________________________________________________________________
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, 26 Nov 2007 21:14:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        List feature
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=4644804
By: nobody

 Would it be possible to allow the function list to show all functions for the
active project (perhaps from reading the .session file) instead of just the
active 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: 7
Date: Mon, 26 Nov 2007 22:42:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
        Icons   to 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=4644889
By: nobody

There are so many hoster to do that??
i.e.

http://www.mediafire.com/ for files

http://www.directupload.net/ for Pics

______________________________________________________________________
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: Mon, 26 Nov 2007 23:16:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function List feature
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=4644923
By: nobody

Hi,

At first I would like to finish the version 2.0. This can take time, because
there are a lot of issues, instabilities and missed features. Please have a
look until then at the CCompletion plugin.

Best Regards
Jens

______________________________________________________________________
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: Mon, 26 Nov 2007 23:37:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_synchronize 0.9.5 released
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=4644946
By: nobody

A good alternative to keep-alive (I noticed that most ftp clients have a problem
with this since the commands sent, like NOOP or TYPE A are usually ignored by
servers and the force disconnect occurs anyway) would be a quick reconnect to
the last connected server in case an upload is required. I've seen at least
one editor that does this - HateML. It would be a nice feature to implement.

______________________________________________________________________
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: Tue, 27 Nov 2007 00:23:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
        non-greedy      reg ex
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=4644996
By: nobody

How about "<font[^>]+>", smart guy?


______________________________________________________________________
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, 27 Nov 2007 00:30:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request : Print Preview
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=4645008
By: nobody

> I think, most of the users agree with me, that it's time to increase the 
> priority
!

This is a common mistake, we all make, once in a while. I hope this was your
only, too.

> I recommended it for my colleagues and they accepted N++ as their standard
editor.

> That's why I uninstalled it.

If you're the same person, did you also order your colleagues to remove N++?
I wouldn't accept them working with it either, then.


______________________________________________________________________
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: Tue, 27 Nov 2007 00:52:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_synchronize 0.9.5 released
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=4645040
By: harrybharry

Ill reconsider it. I was starting to work on dummy filetransfer (refreshing
current dir for exampel) as an alternative to keep alive. Automatic reconnect
was on the list aswell, jsut forgot about 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=482781



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

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

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 18, Issue 81
*************************************************

Reply via email to