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: Tabs (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v4.2.2 is
      available (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: NOT  SUPPORT UNICODE PATH
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: A tiny    extension of
      NPPM_DOOPEN, please. (SourceForge.net)
   6. [notepad-plus - Help] RE: Context Highlighting    Autohotkey -
      broken (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.2.2 is
      available (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.2.2 is
      available (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v4.2.2 is
      available (SourceForge.net)
  11. [notepad-plus - Help] Notepad++ For LINUX (SourceForge.net)
  12. [notepad-plus - Help] RE: Notepad++ For LINUX (SourceForge.net)
  13. [notepad-plus - Open Discussion] REXX Language    Available?
      (SourceForge.net)


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

Message: 1
Date: Thu, 16 Aug 2007 11:52:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Tabs
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=4468900
By: nobody

As long as I know Notepad++ it is supporting tabs.

______________________________________________________________________
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: Thu, 16 Aug 2007 12:50:28 -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=4468990
By: nobody

I don't know exactly what does it mean - performace...
Does it mean, the tree is updated very slow or the files list?

If you mean only the file list, this is normal. I added a timeout for updateing
the file list. What does it mean:
If you click on a folder and you change within a second to another folder, 
because
this wasn't the correct onw, there is no update within this time.

Does you mean this performance?


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: 3
Date: Thu, 16 Aug 2007 13:02:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2.2 is 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=4469003
By: steakhacher

Hi

Even if I understand that you doesn't include explorer plugin because it seems
that some problems appeared with some users. Nevertheless lots of problem have
been solved for this plugin so I thinks that it good be could to remove the
deletion of this plugin with new installation of notepad++ because for those
who have no big problem with the plugin it is very useful.

What do you think about this Don?
Thanks

______________________________________________________________________
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: Thu, 16 Aug 2007 11:29:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NOT
        SUPPORT UNICODE PATH
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=4468868
By: nobody

Yes, this sucks.

But, if you have a unicode directory name, you can do dir /X in cmd.exe in the
parent directory. This will show a short version of the directory name.

If you then pass notepad++ a path that uses the short versions of the directory
names etc., notepad++ will load it fine.

Perhaps, there's a registry key you could add that puts a "Edit file in unicode
path with notepad++" that does this automatically.

Or, notepad++ should just support unicode command line arguments like regular
notepad does. Then, this wouldn't be a 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=331753



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

Message: 5
Date: Thu, 16 Aug 2007 13:41:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: A
        tiny    extension of NPPM_DOOPEN, please.
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=4469058
By: donho

> Currently, N++ plugin system doesn't enable you to specify the view in which
a file should be opened.
> It is always opened in the primary view. 

It's not totally true. NPPM_DOOPEN message opens specific file in the current
view (which may be the second view).
But indeed, there's no way so far to specify a view to open a file.

NPPM_SETCURRENTVIEW message will be added.
Contact to me if you need new heaser and binary to test your plugin.

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: Thu, 16 Aug 2007 14:14:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Context
        Highlighting    Autohotkey - broken
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=4469118
By: ewerybody

so won't fix!?!? :[

quirk = bug?

______________________________________________________________________
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: 7
Date: Thu, 16 Aug 2007 14:32:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2.2 is 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=4469168
By: donho

Nop.
But the source of v4.2.2 is available on SVN.

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: 8
Date: Thu, 16 Aug 2007 14:34:47 -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=4469176
By: steakhacher

Hi

That it means that you have time to see the horizontal refresh of the file list
I am not dealing with timeout. On Vista PC I am able to say when you redraw
the window when under XP it seems to be immediate.

______________________________________________________________________
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: Thu, 16 Aug 2007 15:00:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2.2 is 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=4469219
By: donho

First of all, I have to admit that Explorer plugin is one of brilliant plugins.
 
However, my goal is to provide a stable Notepad++ release to end users. 
The decision to exclude a whichever plugins making crash Notepad++ from the
release is obvious.
 
You can always download Explorer plugin here: 
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=223667 
 
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: 10
Date: Thu, 16 Aug 2007 15:04:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2.2 is 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=4469224
By: donho

See :
https://sourceforge.net/forum/message.php?msg_id=4463427

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: 11
Date: Thu, 16 Aug 2007 15:19:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ For LINUX
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=4469242
By: nobody

please guys can you make a linux version?? i luv this program so much, but im
a linux user..

______________________________________________________________________
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: 12
Date: Thu, 16 Aug 2007 15:52:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ For
        LINUX
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=4469278
By: codenexus

Yeah this program is one of the only reasons why I use windows still.  I could
totally switch to linux if there was a version of this on that platform.

Having said that it will probably be quite hard to port.  :(

______________________________________________________________________
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: 13
Date: Thu, 16 Aug 2007 15:44:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] REXX
        Language        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=4469268
By: nobody

Anyone know if a REXX 'language' option is available somewhere? Thanks.

______________________________________________________________________
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



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

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

Reply via email to