Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
SterlingDK #1
perl template tool kit extension development
Greetings,
I would like to develop an extension to dreamweaver to allow DW to visually
display the perl Template Toolkit .wld files.
For those who arent familiar with these, they are similar to classic ASP
pages, where blocks of code are embedded with HTML.
Can someone point in in the right direction to develop an extension for DW8?
Thanks
SterlingDK Guest
-
No WML development extension for DW8?
For some mysterious reason, no one can find a WML development extension for DW8. I must be missing a point here, has it been approached differently?... -
good rapid development tool
James Englert wrote: Hi James, The trouble with tools like dreamweaver is that they are a closed world that is hard to extend. We once looked... -
is Ruby Development Tool still active?
Hi gurus and nubys, 6 months passed by from the latest release of RDT (the ruby plugin for eclipse) , and looking at the cvs it seem that little... -
Awards for development of build tool
WHAT IS AAP? The Aap program is make on steroids. It does everything that other build systems do, has a powerful script language build-in and has... -
C++ development tool/GUI for Linux or Solaris
I'm looking for a C++ development tool/GUI for Linux or Solaris and if it uses GNU g++ probably all the better. Looking for some thing similar to... -
Randy Edmunds #2
Re: perl template tool kit extension development
There is an extension on the Macromedia Exchange that provides Perl Support:
[url]http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn121&extid=1021086[/url]
No need to reinvent the wheel!
Hope this helps,
Randy
> I would like to develop an extension to dreamweaver to allow DW to visually
> display the perl Template Toolkit .wld files.
>
> For those who arent familiar with these, they are similar to classic ASP
> pages, where blocks of code are embedded with HTML.
>
> Can someone point in in the right direction to develop an extension for DW8?Randy Edmunds Guest
-
SterlingDK #3
Re: perl template tool kit extension development
Hi,
I'm looking at developing an extension to support the perl Template Toolkit -
not perl files - there is a big differences.
Template Toolkit files are .wld files and resemble html with blocks of dynamic
code.
SterlingDK Guest
-
Nancy Gill #4
Re: perl template tool kit extension development
Look in the Help menu under "Extending Dreamweaver" and the "Dreamweaver
API".
--
Nancy Gill
Team Macromedia Member: Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"SterlingDK" <webforumsuser@macromedia.com> wrote in message
news:diibdo$288$1@forums.macromedia.com...Toolkit -> Hi,
>
> I'm looking at developing an extension to support the perl Templatedynamic> not perl files - there is a big differences.
>
> Template Toolkit files are .wld files and resemble html with blocks of> code.
>
Nancy Gill Guest
-
Randy Edmunds #5
Re: perl template tool kit extension development
You will still need everything that is provided in that extension, but
you'll need to add a couple things.
If this is just for your own system(s), you will need to add the .wld
extension to the HTML doctype. This TechNote explains how to do that:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16410[/url]
You will also need to add something like the following (assuming perl
uses <script> tags) so the perl blocks will be recognized in the WLD files:
<blockStart doctypes="HTML,LibraryItem"
scheme="outerTag"><![CDATA[<script>]]></blockStart>
<blockEnd><![CDATA[</script>]]></blockEnd>
<blockStart doctypes="HTML,LibraryItem"
scheme="outerTag"><![CDATA[<script\s+\*>]]></blockStart>
<blockEnd><![CDATA[</script>]]></blockEnd>
If you want to package this as an extension to distribute to others,
unfortunately there is no way to make those changes in a "Macromedia
Approved" way. You'll have to get duplicate the HTML and Perl code
coloring data.
Hope this helps,
Randy
> I'm looking at developing an extension to support the perl Template Toolkit -
> not perl files - there is a big differences.
>
> Template Toolkit files are .wld files and resemble html with blocks of dynamic
> code.Randy Edmunds Guest



Reply With Quote

