A friend who is using Netbeans 6 ask how to configure Netbeans so it’ll open his start.tml as an html file not just as ordinary text file (So the editor will full with color I assume, not just black text :p)
I didn’t asked him why the hell he using .tml not just .html but I tell him that he can configure Netbeans 6 with:
- Choose Tools – Options
- Click on ‘Advanced Options’ button (on bottom left)
- Open the tree : ‘IDE Configuration’ – ‘System’ – ‘Object Types’
- Find ‘HTML Objects’
- Add extension tml to ‘Extension and MIME Types’ property
- Close
- Now evertime you double click .tml file it’ll call HTML objects’ representative class
*Check this article on NetBeans Community Doc ^^