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
        [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: Plugins   submenu
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Scintilla    v1.77 out
      (lots of goodies/fixes) (SourceForge.net)
   3. [notepad-plus - Open Discussion] PlugIn   Selection Issue
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] Run Command      Output Window
      *NOT* (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: linux (SourceForge.net)
   6. [notepad-plus - Plugin Development] FTP Plugin (SourceForge.net)
   7. FTP (Didier Lagrue)


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

Message: 1
Date: Thu, 06 Nov 2008 20:27:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugins submenu
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=5590862
By: harrybharry

I was thinking about that last option you mentioned, but afaik the windows menu
control just dumps a WM_COMMAND to the messagepump (if that means anything)
and that's it, without much control over it.
If you want to switch between sessions I suggest you actually use a list or
dropdown somewhere else. Sounds like a repetitive task which you don't want
to browse the menu much for. Just selecting something at times is fine, but
when you have to do it a lot there are more efficient GUI elements for that,
such as a listbox, that's my point of view anyway. You can also try and spawn
a new dialog for each session, or create your own tab control inside the dialog
(I don't know how your plugin works since I never work with PHP).

______________________________________________________________________
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, 06 Nov 2008 20:29:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Scintilla       v1.77 out (lots of goodies/fixes)
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=5590871
By: harrybharry

Scintilla for Notepad++ has a few changes to suit the needs of Notepad++, so
I recommend using the one shipped with Notepad++ and not a 'clean' version (you
probably have a failing smart highlight if you start scrolling, for example).

______________________________________________________________________
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: Thu, 06 Nov 2008 22:09:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] PlugIn
        Selection Issue
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=5591486
By: jraff6

Down loaded the Notepad++ 5.1
I tried several of the plugins and find almost all of them have compatability
issues with the newer Notepad.
Can you PLEASE indicate on the plugin down load page which plugins will work
with which version of NotePad++.

Very Annoying to download something and then have it tell you it can not be
used because........

______________________________________________________________________
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, 06 Nov 2008 22:13:54 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Run
        Command Output Window *NOT*
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=5591511
By: jraff6

I downloaded Notepad++ 5.1
When I attempt to use the "Run" command it works but there is NO OUTPUT
displayed.
The F6 key does NOTHING!
How do I get the output of the Run command to show somewhere?

______________________________________________________________________
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, 06 Nov 2008 22:25:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        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=5591566
By: webaware

>I do wish I could highlight/both-button-click to copy and paste though.  

This list is for Notepad++ issues; best to discuss Geany on the Geany users'
list:

http://www.geany.org/Support/MailingList

Maybe someone on that list can help you out. (Sounds like a window manager 
feature,
one that I don't use so I can't help you there)

______________________________________________________________________
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: Thu, 06 Nov 2008 22:56:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] FTP
        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=5591750
By: gman1120

Any chance of getting SFTP added to this 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: 7
Date: Fri, 7 Nov 2008 10:16:43 +0100
From: "Didier Lagrue" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] FTP
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hello Ladies and Gentlemen,




In the Plugins menu, there is an option witch shows/hide the FTP panel.

And the "about" option says ". and  don't forget to read the readme
supplied".

The icons of my FTP folders panel are inactive, and I don't find any readme
file speaking about ftp.

 

Someone can help me ?

Friendly thanks.

Didier

 

-------------- next part --------------
An HTML attachment was scrubbed...

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 16
*************************************************

Reply via email to