Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
fletc4her #1
MXI element for Colors and CodeHints?
I am looking for a way to insert elements into the CodeColoring/Colors.xml
file, CodeColoring/CodeColoring.xml file, and the CodeHints/CodeHints.xml file
when I install my extension using the extensions manager.
The documentation I have says its possible to create code coloring and code
hints additions, but does not list an XML element to modify these files in
particular.
I used to do this from a startup item, but modifying Dreamweaver's
configuration files at startup now crashes DW8 so I'm trying to switch my
entire installation over to MXP.
fletc4her Guest
-
CodeHints and dollar sign ($) problem
Hi for everyone, I?m developing a extension to add CodeHints to the freeDOM.js (it?s a brazilian DOM Library) and I?m having problens when I use... -
CodeHints.xml file...undocumented attributes?
looking in CodeHints.xml file i found some attributes, like displayrestriction, that seems to be not covered in manual. since i actually have a... -
How to reload CodeHints.xml?
Hi, Sorry to reopen this old thread. There are functions to do this on the fly. like, dw.codeHints.addMenu() dw.codeHints.addFunction()... -
Why do the colors in the 'print preview' not match the colors on the desktop?
Using photoshop CS on a MAC OSX . Got the calibration OK, the print out pretty much matches the image on the desktop. And while I do plan to further... -
[HTML::Element] how to read element by element
Hello I read the doc about HTML::Element, but I don't find how to read the tree create by parse() element by element. The doc says the tree looks... -
Randy Edmunds #2
Re: MXI element for Colors and CodeHints?
You cannot modify any of the existing Code Coloring or Code Hints using
the Extension Manager. You can only create separate coloring and hint
..xml files and tell the EM to place them in the appropriate folder (DW
processes all .xml files in these folders).
Hope this helps,
Randy
> I am looking for a way to insert elements into the CodeColoring/Colors.xml
> file, CodeColoring/CodeColoring.xml file, and the CodeHints/CodeHints.xml file
> when I install my extension using the extensions manager.
>
> The documentation I have says its possible to create code coloring and code
> hints additions, but does not list an XML element to modify these files in
> particular.Randy Edmunds Guest
-
fletc4her #3
Re: MXI element for Colors and CodeHints?
That is helpful. Thanks for the response.
fletc4her Guest
-
Jens Hauser #4
Re: MXI element for Colors and CodeHints?
I did someting similar some years ago. I am not sure my old extension is
working but you can try it if you like:
[url]http://www.brainscape.se/mm/[/url]
Jens
"fletc4her" <webforumsuser@macromedia.com> skrev i meddelandet
news:dg9m39$ler$1@forums.macromedia.com...> That is helpful. Thanks for the response.
Jens Hauser Guest



Reply With Quote

