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 - Help] RE: how to replace text     with carriage
      return (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   QuickText on halt,
      pynpp on its way (SourceForge.net)
   3. [notepad-plus - Help] RE: how to undock   notepad++
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   QuickText on halt,
      pynpp on its way (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: I would be   willing to
      contribute in graphics. (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: FTP (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Plugin    developed with
      C#.net? (SourceForge.net)
   8. [notepad-plus - Help] RE: Hard to explain:        Cursor remembers
      placeme (SourceForge.net)
   9. [notepad-plus - Plugin Development] Cursor        movement like
      TextPad - Please look !! (SourceForge.net)
  10. [notepad-plus - Help] RE: CTRL + C crashes on     VISTA in 4.2.2
      (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
  12. [notepad-plus - Plugin Development] Possible RC   for Explorer
      1.5.1 (SourceForge.net)


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

Message: 1
Date: Tue, 28 Aug 2007 13:30:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to replace
        text    with carriage return
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=4489531
By: nigelpentland


use Ctrl-R for the advanced Replace dialog

also accessible via the menus, i.e.

TextFX - TextFX Quick - Find/Replace

and it's Ctrl-M for newline

______________________________________________________________________
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, 28 Aug 2007 13:36:09 -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=4489540
By: alphpt

> I'll be glade to see that. 
> 
> Some questions about your pynpp project : 
> Is it kind of wrapper? 
> I know nothing about python, it seems it's a language to interpreter. 
> If so, it means the target machine should have python installed in order to
execute plugins made in python?
> How will pynpp work? 
> 
> Don

Hey Don! Yes, pynpp will serve as a wrapper and will provide Python scripts
the functionalities Notepad++ provides to C/C++ apps. Yes, the machine must
have python installed in order to run Python plugins.

> Hear me out before you run away crying at the very next question. 
>  
> How long before we see a version of the new style QuickText? 
> 
> Now I'm only posing the question because I am wondering if a updated version
be released with any submitted QuickText.ini changes. Ie not a huge change or
anything to the main code just an improved ini file with any submissions/updates
to this file deemed worthy. I guess I'm just tired of installing the new version
of NPP and having to overwrite my QuickText.ini file. :)
> 
> Is that worth doing or is the new version going to be released soon? 

Hey Codenexus. (Un)fortunately, Quicktext will change the tags file format,
from INI to probably XML, for feature sake. As for a new version, my guess is
that it will be a while for it to be released. I just want to make pynpp stable
and fully working (and it's my main priority right now), so that I can re-write
Quicktext.

Sorry for the late response, haven't been around Npp's forums. You can always
contact me on my blog, and please check it out, there are some cool screenshots
I just posted yesterday.
http://pessoa.fct.unl.pt/p110371/blog/pynpp-console-window/

Cheers.

______________________________________________________________________
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: Tue, 28 Aug 2007 14:43:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to undock
        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=4489643
By: nobody

Thanks much.

______________________________________________________________________
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, 28 Aug 2007 15:07:34 -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=4489697
By: codenexus

> Hey Codenexus. (Un)fortunately, Quicktext will change the tags file format, 
> from INI to probably XML, for feature sake. As for a new version, my guess 
> is that it will be a while for it to be released. I just want to make pynpp
> stable and fully working (and it's my main priority right now), so that I 
> can re-write Quicktext.

Thanks for your response.  :)

However it did confuse me a little (not hard to do some might say).  I'm now
not clear on whether Quicktext is still going to be developed (at a later date)
separately to pynpp?

I got the impression that pynpp was a replacement.  I don't think I read into
it properly at the time though.  :)



______________________________________________________________________
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, 28 Aug 2007 15:43:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: I
        would be        willing to contribute in graphics.
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=4489749
By: nobody

I think the graphics within the app are fine the way they are. I am getting
very tired of strange non-standard UIs with lots of pretty looking things that
have no functionality.

______________________________________________________________________
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: Tue, 28 Aug 2007 16:00:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP
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=4489763
By: nobody

pls ftp support. 

if you are a linux user knowing sshfs and you are forced to use windows np++
would be a help if there where ftp support.

______________________________________________________________________
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: Tue, 28 Aug 2007 16:04:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  developed with C#.net?
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=4489766
By: artiche

Actually, I'm afraid there is no way to make a plugin only with C#. The reason
is simple : C# can only make COM object and can't implement a flat C++ API.

There is still a solution : make a minimal C++ plugin that will communicate
with Npp and with the C# plugin.

here is an example inspired by the NppInsertDemo plugin :

http://artiche.info/npp/NppDotnetPlugin.zip

in order to use it : 
 - of course the dotnet framework 2.0 or above need to be installed
 - copy NppDotnetPlugin_Cpp.dll in the Npp plugin directory.
 - copy somewhere else NppDotnetPlugin_Cs.dll and add it to the GAC (with the
command gacutil /i NppDotnetPlugin_Cs.dll)

I hope it's enough to make it work, I didn't experiment that installation on
another computer than my own one.

To program, I used MS Visual C++ Express 2005 + Platform SDK (to be able to
make native dll) and MS Visual C# Express 2005.

I still didn't succeed in implementing a dockable plugin, actually I don't 
exactly
know where to start. If anyone can do that, I would be very pleased !

A great evolution would be to make a C++ plugin that could load dynamically
any C# dll (then no more need to compile a specific C++ dll for each C# plugin).
But the use of reflexion is necessary and I don't know C++ enough to do that
myself.

Now, I'll start programming a real 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: 8
Date: Tue, 28 Aug 2007 16:17:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Hard to
        explain:        Cursor remembers placeme
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=4489814
By: nobody

I know exactly what you mean about this.  Its been one of my favorite features
with TextPad.  I have been trying to figure out how to describe this problem
but couldn't find the words to make it descriptive enough.  You did a perfect
job of it.

Now, If there is someone out there ambitious enough to try to figure out how
to make the cursor move like TextPad (or the option of, my guess is that some
people would not like that type of cursor movement)

Please take a look at it, anyone, maybe it would be great to have it in the
next revision :)



______________________________________________________________________
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: 9
Date: Tue, 28 Aug 2007 16:20:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Cursor  movement like TextPad - Please look !!
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=4489816
By: nobody

This thread is in the Help forum and because there seems to be no further action
on it, I thought I would bring it in here for others to look at.

Please take a look at this thread and see if this is something you would be
able to help with.

http://sourceforge.net/forum/message.php?msg_id=4100406

Thanks
Zach

______________________________________________________________________
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, 28 Aug 2007 19:16:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: CTRL + C
        crashes on      VISTA 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=4489978
By: nobody

No crash for me, on Vista Home Premium.

______________________________________________________________________
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, 28 Aug 2007 19:19:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4489981
By: nobody

I also see this visual glitch, on WinXP SP2, themes service is disabled, all
standard fonts. It looks as though the folder name has been drawn two or three
times, but offset by a fraction of a pixel, so the kerning goes crazy.

______________________________________________________________________
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: 12
Date: Tue, 28 Aug 2007 23:04:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        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=4490118
By: jenslorenz


Hello users,

I did a stable brunch for Explorer. Here the fixes and at least one new
feature:

Fix: Performance improvment. All overlay icons are now updated in a seperate
task.
Fix: Crashed on update of plugin from v1.2 or v1.3 to this one (Favorites.dat)
Fix: Owner drawn file list now execute within the NM_CUSTOMDRAW notification
Fix: When closing a file now the underline will be removed in any case
Fix: Root paths were not shown in drop down history
Fix: Updates only on reactivating of Notepad++
Fix: On using standard icons of explorer the device shell icons were wrong
Fix: Blue hand was shown on file selection in Favorites dialog
Fix: Caption in Explorer is correctly set when Folders in Favorites dialog were
opened
New: Exclude of files in filter now possible. Example: *[^*.cpp]


Please download it here:
http://sourceforge.net/tracker/download.php?group_id=189927&atid=931291&file_id=
243298&aid=1783778

If no crashes or other problems happen I will do a release at this weekend.

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



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

-------------------------------------------------------------------------
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 71
*************************************************

Reply via email to