-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for other source code filetypes #203
Comments
It seems you can set this up in your OS settings. |
Apologies for being unclear here but I was asking about associating filetypes with applications, I was referring to the (limited to only one - .asm) types on the Open file dialogue window. Thanks |
For now, you can select the "All files" option. Perhaps a separate option for .s files will be added in future versions. |
@SirClickALot To accomplish this, you'll need to tweak the QString fileName = QFileDialog::getOpenFileName(this, tr("Open file"), saveOpenDirectory,
tr("Assembler source files (*.asm *.S *.s);;All files (*)")); |
422 |
I would like to be able to configure SASM so that it can browse and open .s files (source files) as well as the default .asm files?
Is that configurable somewhere?
Should we add a configuration option to set up other extensions perhaps?
Thank you.
The text was updated successfully, but these errors were encountered: