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 - Plugin Development] RE: Possible RC for
Explorer 1.5.1 (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: [Bug] PHP Hightlight
lost in 4.2.2 (SourceForge.net)
3. [notepad-plus - Open Discussion] [BUG] Window title not
updated on refresh (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: QuickText on halt,
pynpp on its way (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: Plugin dev.
environment setup (in V.Studio) (SourceForge.net)
6. [notepad-plus - Plugin Development] SecurePad plugin
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 31 Aug 2007 09:27:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Possible RC for Explorer 1.5.1
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=4495162
By: nobody
Under the File menu there is a list of recently opened files at the bottom.
In the Settings dialog you call it History File.
I thought it might be nice to have this list incorporated into Favorites for
easy access.
I often use the same files for editing (I suppose most people do). I use the
Favorites Files list for my most often PERMANENT files. However, there are often
files I work on for a few days or so which I don't want to include in my
Favorites
Files list because it would clutter it up especially as I might not use them
again after a few days. These files I currently access from the File menu
History
list.
If this list was included as a separate group under Favorites tab it brings
together all the files the user is working on.
Just a thought :-))
Mark B
______________________________________________________________________
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: 2
Date: Fri, 31 Aug 2007 09:40:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[Bug] PHP Hightlight lost in 4.2.2
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=4495185
By: nobody
No problem here, php highlighting ok. WinXP/NPP422
______________________________________________________________________
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: Fri, 31 Aug 2007 10:04:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [BUG]
Window title not updated on refresh
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=4495225
By: nobody
Not a big deal, just a small bug.
I have multiple document windows open (scroll tab arrows present, don't know
if this makes a difference), if there is other tab selected, and one of the
other documents is modified in an external application, the alert that the
document
has been modified is presented, the yes action is selected, and the
corresponding
tab for the updated document is activated, but the window title with the path
for the the activated document not updated, it remains with the path of the
previously selected tab.
Thank you Don for the best text editor.
______________________________________________________________________
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: Fri, 31 Aug 2007 10:11:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
QuickText on halt, pynpp on its way
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=4495236
By: alphpt
QuickText will be developed in Python, using pynpp.
______________________________________________________________________
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: Fri, 31 Aug 2007 07:44:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin dev. environment setup (in V.Studio)
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=4494852
By: nobody
The esiest way is to open in your Notepad the help menu "?->About...". Write
a mail to Don.
I would like to have a look on it. Maybe I can do some comments for developing!
I am the admin of npp-plugins on sourceforge. See here:
http://sourceforge.net/projects/npp-plugins/
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: 6
Date: Fri, 31 Aug 2007 10:58:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
SecurePad plugin
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=4495304
By: ferahl
With this you can encrypt/decrypt whole documents or selected text with your
own key.
It is useful for storing sensitive information like logins and you don't want
them lying around in a plaintext file.
The cryption is very basic but very easy to add your own more advanced method
(i will probably update the dll with a better crypt method).
http://87.117.195.108/~x86cscom/public/SecurePad.rar --- Binary
http://87.117.195.108/~x86cscom/public/SecurePad_src.rar --- Source
______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 15, Issue 82
*************************************************