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 - Plugin Development] RE: Will      plugins be
      updated for version 5.1?? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Unicode   Notepad++ vs.
      Unicode plugins (SourceForge.net)
   3. [notepad-plus - Open Discussion] Bug (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Unicode   Notepad++ vs.
      Unicode plugins (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    and autosave
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Unicode   Notepad++ vs.
      Unicode plugins (SourceForge.net)
   7. [notepad-plus - Open Discussion] Suggestion:      Use 7-Zip
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE:      Suggestion: Use 7-Zip
      (SourceForge.net)


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

Message: 1
Date: Mon, 15 Dec 2008 12:36:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Will    plugins be updated for version 5.1??
To: nore...@sourceforge.net
Message-ID: <5817124.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5817124
By: fjosefsson

> Both Function List and Notepad++ are open source projects, it means that the
developers make
> their work available freely for you. If you want to trade your time to make
things better,
> you are welcome, otherwise stop bitching, use another product.  
> Don

I do appreciate the time developers put into develop notepad++. But how hard
is it to note that a plug-in listed at the official website isn't compatible
with the latest version? No user that downloads Function List can get it to
work and won't know why! Just because you can't be bothered spending 5 minutes
adding a note about it, I have to spend 1 hour scratching my head?

/ Fredrik

______________________________________________________________________
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: Mon, 15 Dec 2008 13:06:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Unicode Notepad++ vs. Unicode plugins
To: nore...@sourceforge.net
Message-ID: <5817292.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5817292
By: richard_xie

How does notepad++ detect the type of plugin?

I am converting my plugin project to Unicode. I upgraded the interface header
file, changed project to use Unicode and fixed all compile errors. But notepad++
still report it is ANSI plugin.

______________________________________________________________________
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: 3
Date: Mon, 15 Dec 2008 13:41:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug
To: nore...@sourceforge.net
Message-ID: <5817494.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=5817494
By: pachugo

Opened several files, while open deleted one of them.
The close button (red X) of the application did not work anymore, trying to
close single documents resulted in
---------------------------
Win32Exception
---------------------------
An exception occured. Notepad++ cannot recover and must be shut down.
The exception details are as follows:
Code:   0xC0000005
Type:   Access violation
Exception address: 0x76FAF897

Using 5.1.2 Unicode on Vista64 Ent US
Bye

______________________________________________________________________
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: Mon, 15 Dec 2008 14:35:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Unicode Notepad++ vs. Unicode plugins
To: nore...@sourceforge.net
Message-ID: <5817735.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5817735
By: donho

Firstly, make sure you use the latest PluginInterface.h :
http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/PowerEditor/src/MISC
/PluginsManager/PluginInterface.h?revision=307&view=markup

You should have the following function declaration :
#ifdef UNICODE
extern "C" __declspec(dllexport) BOOL isUnicode();
#endif //UNICODE

and activate UNICODE symbol in your visual studio or define it manually in your
source code.

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: Mon, 15 Dec 2008 14:35:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       and autosave
To: nore...@sourceforge.net
Message-ID: <5817729.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=5817729
By: im2crazy4u

I vote against this suggestion. If I don't want to save any new documents, then
the program should not do it for me. I have a scratch pad file that I keep on
my desktop. This is the one that I use to put temporary information that I don't
want to clutter my hard disk with. You can do the same thing manually by 
creating
a file in your temp folder (or any where) that you use for your records.

______________________________________________________________________
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: 6
Date: Mon, 15 Dec 2008 14:39:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Unicode Notepad++ vs. Unicode plugins
To: nore...@sourceforge.net
Message-ID: <5817756.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5817756
By: donho

DocMonitor plugin monitors your current document and update it (if any change).

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: 7
Date: Mon, 15 Dec 2008 16:05:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion:     Use 7-Zip
To: nore...@sourceforge.net
Message-ID: <5818196.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=5818196
By: im2crazy4u

This may have been asked before, but since this site deems forum searching to
be useless I cannot check. Sorry for any possible duplicate.

Given that 7-Zip (https://sourceforge.net/projects/sevenzip/) is another free
and open application, I am curious as to why you don't use this tool in place
of  ZIP files. More specifically why not use the 7z compression which results
in a file about half the size as the ZIP.

No response is required, unless this has been covered before, a link to that
discussion in this case would be helpful.

2C

______________________________________________________________________
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, 15 Dec 2008 17:13:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion: Use 7-Zip
To: nore...@sourceforge.net
Message-ID: <5818518.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=5818518
By: clrs530

Thats really not worth it. I often use the 7z format too. But notepad++ is 
really
not that big. There are user which use old winrar versions, or winzip or only
windows implemented zip solution why left them out if it isn't really necessary?
There could be created a second version thats true...

______________________________________________________________________
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



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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

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

_______________________________________________
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 30
*************************************************

Reply via email to