On Sun, Dec 21, 2008 at 1:56 PM, Pete Ruckelshaus <[email protected]>wrote:
> After a decade of Homesite/CF Studio use, I'm slowly getting used to > Dreamweaver CS4. One of the annoyances that I'd like to fix is how to > create autocompletion for comment tags, CF comments only would be > fine, but ideally both HTML and CF. Is there any way to define > autocomplete myself in DW CS4 like I could in Homesite? > > Thanks > > Pete > Well, for myself on comments I made 2 snippets for coldfusion comments. One creates a multi-line comment around my code so automatically adds this. <!---------------------------------------------------------------------------- -----------------------------------------------------------------------------> Then a single line comment when I just need a comment but don't need to highlight it like that Then I assigned keyboard "Alt Ctrl 1" or 3 depending on what type of comment I want to add. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317049 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

