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 - Help] RE: Is it portable? (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Any Plugin   that Support
      SFTP for Notepad++ (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: user language, braces,
      function completing (SourceForge.net)
   4. [notepad-plus - Open Discussion] Option to        close all
      documents (SourceForge.net)
   5. [notepad-plus - Plugin Development]       MultiClipboard 2.0.0
      release (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Don't        prompt to save
      empty new untitled file (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Smart        Highlighting color
      configuration (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   XBrackets Lite v1.1
      (SourceForge.net)
   9. [notepad-plus - Help] RE: Macro Help (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Don't        prompt to save
      empty new untitled file (SourceForge.net)
  11. [notepad-plus - Plugin Development] sFTP ? (SourceForge.net)


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

Message: 1
Date: Thu, 19 Feb 2009 10:40:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is it portable?
To: nore...@sourceforge.net
Message-ID: <6464684.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=6464684
By: ppsx

"2) Use the Portable-apps.org edition - Not Recommended"

Why not recommended? What's wrong with it?


______________________________________________________________________
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: Thu, 19 Feb 2009 10:39:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Any
        Plugin  that Support SFTP for Notepad++
To: nore...@sourceforge.net
Message-ID: <6464677.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=6464677
By: snemarch

Don't edit directly on server - edit locally, and use a source/version control
system (http://subversion.tigris.org , for instance) to sync with your server.

Alternately, google sftpdrive.

______________________________________________________________________
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, 19 Feb 2009 09:33:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: user
        language, braces, function completing
To: nore...@sourceforge.net
Message-ID: <6464089.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=6464089
By: dv__

1) You can use another plugin for brackets autocompletion:
https://sourceforge.net/forum/forum.php?thread_id=3012566&forum_id=482781

2) Brackets highlight and code folding for the same brackets are not possible
for custom language - it's a limitation of User Defined Language. You can 
highlight
or fold, not both. You can try NppExternalLexer plugin instead, but it requires
you to know programming to write C++ code to support your language.

______________________________________________________________________
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, 19 Feb 2009 13:41:51 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Option
        to      close all documents
To: nore...@sourceforge.net
Message-ID: <6466019.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=6466019
By: killerclick

Right now I can't close all documents in notepad++, there has to be at least
one document window open. If would be nice if I could close all documents, 
sometimes
it helps me center myself and clear my head.

______________________________________________________________________
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, 19 Feb 2009 14:09:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        MultiClipboard 2.0.0 release
To: nore...@sourceforge.net
Message-ID: <6466234.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=6466234
By: loonychewy

Dear Notepad++ users,

I'm happy to announce the release of MultiClipboard 2.0.0 plugin. This release
has all the things that I wanted to make it for version 2.0, hence it is now
no longer a "preview". As usual, this version only supports the unicode version
of Notepad++ (5.1 and above)

Changelog
------------
1. Added cyclic clipboard paste as an alternative to paste menu on Ctrl-Shift-V
2. Added auto copying of selected text to clipboard
3. Added middle click paste and shift-middle click to show paste menu
4. Paste menu pop-up location is at caret when activated by keyboard, and at
mouse cursor when activated by mouse. This is useful when the multiclipboard
paste command is added to the context menu:
https://sourceforge.net/forum/message.php?msg_id=6395796

Downloads at
http://www.peepor.net/loonchew/index.php?p=multiclipboard or at npp-plugins
project page on sourceforge

Regards,
LoonyChewy.

______________________________________________________________________
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, 19 Feb 2009 14:29:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Don't   prompt to save empty new untitled file
To: nore...@sourceforge.net
Message-ID: <6466344.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=6466344
By: im2crazy4u

I agree with Fool.

If it is a new, modified, empty file then don't ask.
If it is a new, modified, non-empty file then ask.

I would lose so much data if it did not prompt me.

______________________________________________________________________
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: 7
Date: Thu, 19 Feb 2009 14:27:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Smart   Highlighting color configuration
To: nore...@sourceforge.net
Message-ID: <6466334.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=6466334
By: im2crazy4u

Try the Settings->Styler Configurator... menu item. Not sure if I understand
you right, but this will be a good start.

______________________________________________________________________
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, 19 Feb 2009 17:43:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        XBrackets Lite v1.1
To: nore...@sourceforge.net
Message-ID: <6467867.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=6467867
By: donho

Really nice your plugin.

But it's shame it doesn't do the indentation while typing ";" at the end of
"titi = false" :

____if (toto) {
titi = false;
____}


Any plan to put the cherry on the top of cake?
 
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: 9
Date: Thu, 19 Feb 2009 17:58:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macro Help
To: nore...@sourceforge.net
Message-ID: <6467997.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=6467997
By: tristan_wolf

I'm really not interested in using another program, to be honest.

I'd prefer to continue using Notepad++ and find out why this isn't working.

But I do appreciate the help.

- Tristan

______________________________________________________________________
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: 10
Date: Thu, 19 Feb 2009 18:03:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Don't   prompt to save empty new untitled file
To: nore...@sourceforge.net
Message-ID: <6468033.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=6468033
By: donho

I can not agree more with both fool4uanyway and im2crazy4u :)

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, 19 Feb 2009 18:11:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] sFTP
        ?
To: nore...@sourceforge.net
Message-ID: <6468100.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=6468100
By: novex

just wondering if anyone would be intrested in making or updating the existing
ftp plugin to support sFTP.

would be lovely for me since atm i have to open filezilla to upload to my 
webserver
where the admin (quite rightly) wont run normal ftpd

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 33, Issue 45
*************************************************

Reply via email to