Dreamweaver8でrhtmlを編集したい
2007.04.07
Windows版Dreamweaver8で、rhtmlをプレビューしながら編集する必要がありました。
色々と探すと、
http://capsctrl.que.jp/kdmsnr/?cmd=view&p=eRubyAndDreamweaver&key=php
という記事がありました。
今回はとりあえず、プレビューしながら編集できる程度で充分だったので、リンク先の記事を参考に、以下のようにしてみました。
Drive:Program FilesMacromediaDreamweaver 8ConfigurationDocumentTypesMMDocumentTypes.xml
に、
<documenttype id="HTML" internaltype="HTML" winfileextension="html,htm,shtml,shtm,stm,tpl,lasso,xhtml,rhtml" macfileextension="html,htm,shtml,shtm,tpl,lasso,xhtml,ssi,rhtml" file="Default.html" writebyteordermark="false">
<TITLE>
<MMString:loadString id="mmdocumenttypes_0" />
</TITLE>
<description>
<MMString:loadString id="mmdocumenttypes_1" />
</description>
<dtdcontext>html</dtdcontext>
</documenttype>
と、rhtmlの拡張子を追加する事で、とりあえずの目的は達成できました。
コードハイライトなど、きちんと設定してお使いになりたい場合は、リンク先記事をご参考に。
カテゴリー:技術情報メモ