简体   繁体   中英

Associate a different program for opening my output file in IntelliJ

I just started using linux (Ubuntu) and switched to IntelliJ as my new IDE. I just finished setting up my first project, but I can't find where to change the default program for opening my .swf output file.

Right now it keeps opening my file with 'Movie Player' which doesen't even recognize .swf files.

Is this a linux setting I have to change (default program for filetype) Or a setting in IntelliJ?

Usually it's possible to override the application in the Run/Debug configuration . For Flash the setting is Launch with , for Haxe it would be Alternative executable .

You can set it up here: Settings > IDE SETTINGS > File Types . This will change the view mode for different file types. As on my windows machine, .swf is not in the list. This may indicate that you have to change this file's default program in your OS (Ubuntu).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM