ConfigEditor
Netbeans 6 - Configure which editor (representative class) for new type extension
by Jimmy Halim
A friend who is using Netbeans 6 asked 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 ask why he was using .tml not just .html :) but I told 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 every time you double click a .tml file it’ll call the HTML object's representative class :)
