AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 287 forks source link

Prevent the editor from going automatically fullscreen #223

Open hsnabn opened 9 years ago

hsnabn commented 9 years ago

Again another small gripe I have. The Duality editor goes fullscreen on launch every time I open it. It gets annoying after a time. It would be best to have it open in windowed mode, at least for me. Maybe make it a configurable option? I hope it'll be a small fix and won't take much time and effort. If not, this can be ignored until it can be done.

P.S: I didn't want to make this a separate issue because it would be overly pedantic of me, but I notice that the automatically-generated AssemblyInfo files have German comments. It would be best to replace them with their English counterparts, I think. Sorry, it's just one small thing I noticed.

ilexp commented 9 years ago

This is actually kind of a feature, but I see how this can get annoying. Maybe there could be an option to disable this.

Until then, you can just comment out this line in your local Duality build, if you have one.

Edit:

P.S: I didn't want to make this a separate issue because it would be overly pedantic of me, but I notice that the automatically-generated AssemblyInfo files have German comments. It would be best to replace them with their English counterparts, I think. Sorry, it's just one small thing I noticed.

Noted.

hsnabn commented 9 years ago

Thanks for pointing that out. I think it would be best to provide an option, instead of starting either maximized or windowed. Better to let the user choose.