Setting default assembler

Originally posted by Green Joe
1.Is it possible to add HLA files( *.hla;*.hhf) to File>Open dialog box filter, like in RadHLA?

2.HLA files, when opened directly (by clicking a file icon) or thru File>Open dialog displayed like a plain text files - without syntax highlighting. Only while opened within a project they appears in color.

Answer from Donkey
RadASM will use the file types for the first assembler in it's list as the default. In you can change the sequence as follows:

Change :

Assembler=masm,fasm,tasm,nasm,hla,GoAsm


to
[Assembler]
Assembler=hla,masm,fasm,tasm,nasm,GoAsm


This should also take care of problem 2

NOTE: As of RadASM 2.0.2.0 there is a menu selection that lets you specify the assembler for asm files opened directly