Domanda

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?

È stato utile?

Soluzione

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.

Altri suggerimenti

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).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top