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. document selector (Nathan Rzepecki)
2. [notepad-plus - Open Discussion] RE: Possible feature request
(SourceForge.net)
3. [notepad-plus - Help] Opening a file in the active file
directory (SourceForge.net)
4. [notepad-plus - Plugin Development] Code Generation Tip for
plugin authors (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: SecurePad plugin
(SourceForge.net)
6. [notepad-plus - Help] Crash at opening a textfile from a
server (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 08 Sep 2007 13:19:20 +0800
From: Nathan Rzepecki <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] document selector
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
I have just decided to give Notepad++ a decent go However the biggest
feature this program seems to be lacking is a decent document selector.
I know it displays across the top but if you have a large number of
files for a project it is easier to have it down the left side of the
page where you can easily select the file you want to work on.
--
---------------------
Nathan Rzepecki
http://www.lionslair.net.au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nathan.vcf
Type: text/x-vcard
Size: 185 bytes
Desc: not available
------------------------------
Message: 2
Date: Sat, 08 Sep 2007 03:18:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Possible feature request
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=4507818
By: salocin13
coucou
have a look to the excellent
http://notepad-plus.sourceforge.net/commun/pluginsBin/XMLTools_236.zip
Nico
______________________________________________________________________
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: Sat, 08 Sep 2007 04:37:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Opening a file in
the active file directory
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=4507879
By: nobody
Is there a way to open a file in the same directory than the file opened in
the active thumbnail.
In other words I would like to acces, using the Open commend, a file selection
window using the same directory than the one of the file in the active
thumbnail..
______________________________________________________________________
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: Sat, 08 Sep 2007 04:46:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Code
Generation Tip for plugin authors
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=4507886
By: donho
If your plugin (xxx.dll) doesn't be loaded by Notepad++ for some machines (the
error message : "Load Library is failed. This plugin is not compatible bla bla
bla bla..."), you may be interested in this tip.
The project setting for "Runtime Library" should be "Multi-threaded(/MT)". The
"Runtime Library" setting is located on "Configuration Properties -> C/C++/
-> Code Generation" in you project Properties Dialog.
Turn this setting option from "Multi-threaded DLL(/MD)" to "Multi-threaded(/MT)"
makes your dll link to the runtime library statically in stead of linking
dynamically. As a result, you dll can run on every machine since it contains
all the necessary codes and it depends on no dll.
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=482781
------------------------------
Message: 5
Date: Sat, 08 Sep 2007 04:47:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
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=4507888
By: donho
Fixed. See :
http://sourceforge.net/forum/message.php?msg_id=4507886
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=482781
------------------------------
Message: 6
Date: Sat, 08 Sep 2007 07:09:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash at opening a
textfile from a server
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=4507987
By: hoppicker
Hi
Notepad crashes when opening a remote file on a server through the LAN (by
2click
on the file in FileManager). Signature:
AppName: notepad++.exe AppVer: 4.2.2.0 ModName: notepad++.exe
ModVer: 4.2.2.0 Offset: 000528f8
Any idea of the problem?
______________________________________________________________________
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: 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 16, Issue 19
*************************************************