"auzy" wrote:
Window | Preferences | General | Editors | File Associations.
Add an entry for *.brs if not already in there, and associate it with the Brightscript Editor.
You can also choose to open the file by right-click, Open With, Brightscript Editor (possibly under 'Other').
Cheers
Quite correct - this should get you the BrightScript editor from that point forward for all .brs files, regardless of project type/nature (or plugin version).
Note, this should not be necessary if you are using the Advanced version of the plugin, and use the "New BrightScript Project" wizard to create your project - it will automatically associate all .brs files in the project with the BrightScript editor. Existing projects not created with the BrightScript new project wizard (again, with the advanced plugin) can be converted to BrightScript projects by adding:
<natures>
<nature>com.domhain.brightscript.plugin.nature</nature>
</natures>
to the .project file in the root of the project's filesystem directory. After that, any new .brs files added to the project will automatically be edited by the BrightScript editor.
BTW, the beta 2 version of the advanced plugin should be available around this time next week.
It will include, at a minimum, the addition of new deployment wizard user-selectable options for side-loading, (re)keying, and application package creation.
Cheers