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:   FTP_synchronize 0.9.5
      released (SourceForge.net)
   2. [notepad-plus - Plugin Development] loading       "application data
      / NPP /stylers.xml" (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v4.5 just came
      out (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   FTP_synchronize 0.9.5
      released (SourceForge.net)


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

Message: 1
Date: Fri, 02 Nov 2007 10:18:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_synchronize 0.9.5 released
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=4602332
By: nobody

Entirely forgot to add a link:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=245189

The problem with SFTP is that it uses a whole new protocol with a whole new
way of connecting, FTPS just changes a little, but ill see where it all ends
up, probably somewhere with putty/plink ;)

-Harry

______________________________________________________________________
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: Fri, 02 Nov 2007 10:24:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        loading "application data / NPP /stylers.xml"
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=4602340
By: yozi

Hi.  

WHAT I'VE CODED:
I programmatically modified stylers.xml to highlight custom words while writing
LUA code.  The modified file is posted on an internal network drive for others
to retrieve.
I then wrote a plug in for Notepad++ to copy the modified stylers.xml from the
network drive to "application data/notepad++".

PROBLEM:
Before my plug-in copies the new version of stylers.xml from the network, 
Notepad++
has already loaded the previous version.  Thus to see my syntax highlighting
changes, I need to restart Notepad++.

QUESTION:
Is there a function I can call or message I can send to Notepad++ to ask it
to reload stylers.xml after my plug in has done its thing?

EXTRA INFO ABOUT STYLERS.XML (For those that aren't too familiar with it)
Notepad++ actually has two different versions of the file.  One is located in
the directory where Notepad++ is installed, i.e. "..\Program Files\Notepad++\",
and it contains highlighting information for all the default languages notepad++
supports.  The 2nd stylers.xml is located in "C:\Documents and
Settings\user_name\Application Data\Notepad++\" .  Application data is a hidden
folder by default so you'll have to modify what files you can view to see 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=482781



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

Message: 3
Date: Fri, 02 Nov 2007 10:47:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.5 just came out
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=4602379
By: nobody

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: Fri, 02 Nov 2007 11:27:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_synchronize 0.9.5 released
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=4602432
By: donho

putty will be a good choice.
Another choice is cURL.
I'm doing a new project : Generic Updater which will use cURL lib to do the
http request, and I discovered it does a lot protocol, including scp/sftp. It
may save a lot of develop time.

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



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

-------------------------------------------------------------------------
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
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 18, Issue 10
*************************************************

Reply via email to