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: Need input on the
future of Simple Script (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Macro Recording
(SourceForge.net)
3. [notepad-plus - Open Discussion] NEW ICON MUST BE!!!!!!!!!!!!
(SourceForge.net)
4. [notepad-plus - Plugin Development] RE: Need input on the
future of Simple Script (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Macro Recording
(SourceForge.net)
6. [notepad-plus - Help] RE: User Defined Language-Need space
for keyw (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Macro Recording
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 08 Jan 2008 07:19:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Need input on the future of Simple Script
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=4709942
By: fidvo
Thanks. I'll try that.
I'm not using any return value, so I'll just do it as a procedure, like you
said.
______________________________________________________________________
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: Tue, 08 Jan 2008 07:28:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Recording
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=4709951
By: nobody
It works as you described. I haven't tried the Simple Script plugin yet, but
I will try it soon. Thanks for your help Greg.
______________________________________________________________________
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: Tue, 08 Jan 2008 07:33:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] NEW ICON
MUST BE!!!!!!!!!!!!
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=4709966
By: nobody
Notepad++ MUST HAVE A NEW SUPER ICON CREATED!!!!!!!!!!!!!!!!!!!!!!!!!
______________________________________________________________________
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: Tue, 08 Jan 2008 07:33:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Need input on the future of Simple Script
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=4709967
By: fidvo
You can download the source from the same place that you download the binary:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=254135
Just to point you in the right direction, here's what I did:
I inherited the TScriptWriter form from TNppDockingForm, and set a variable
in it that points to the Tsimplescriptplugin object that creates the form, so
that I can call the Tsimplescriptplugin methods from the form itself.
After I show the form for the first time (in TSimpleScriptPlugin.RunScript
function
in simplescriptplugin module) I call the RegisterDockingForm function. The
"DoOnce" variable is to make sure it only happens once. That was the only
change
between the 1.07 and 1.08 versions.
I also made a slight modification to TNppPlugin.RegisterDockingForm function
in nppplugin.pas. Now it takes a parameter telling it where to dock the form
(left, right, etc). It defaults to Left if you leave out the parameter.
Thanks for any help you can give 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=482781
------------------------------
Message: 5
Date: Tue, 08 Jan 2008 07:51:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Recording
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=4709993
By: fidvo
Yes, you should definitely try out Simple Script. I wrote it specifically for
that purpose: because macros can't store Find/Replace settings, and I wanted
a way to string together a bunch of replaces, and save them for future use.
The main limitation of Simple Script is that it only works for text processing,
not for program control. So if you need to run the replace as part of a
sequence
that includes other options, like opening a file, navigating between tabs, etc.
then I'm afraid you're out of luck.
As long as all you want to do is process all or part of the document, Simple
Script works great.
______________________________________________________________________
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, 08 Jan 2008 08:03:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language-Need space for keyw
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=4710015
By: nobody
And by the number highlight?
______________________________________________________________________
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: Tue, 08 Jan 2008 08:04:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Recording
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=4710019
By: nobody
No, I don't have a need for program control... only text processing. When I
said that I would try the Simple Script plugin I thought it would be located
in the Plugin dropdown on the menu line, but not so. Where do I find the Simple
Script plugin? Thank you for your help.
Regards, Don Matt.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 20, Issue 39
*************************************************