aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

Option to switch default behavior for Lua scripts editing #390

Open nxrighthere opened 5 years ago

nxrighthere commented 5 years ago

I'm quite unfamiliar with the built-in Lua editor, and I don't like it so far. Would like to see an option to switch double click/opening file behavior to use an associated application instead of right-clicking on the file every time.

joshbeacham commented 5 years ago

As a feature, this would definitely be helpful for me as well. Perhaps the Built-In LUA editor could be installed alongside Lumberyard as it is today, and set as the default program for opening .lua files from Lumberyard but instead of being hard coding the Edit Script button and double-click behavior to the built-in LUA editor, Lumberyard would instead launch whatever the user has designated in their preferences for editing .lua files.

image

This would save me some time as well. It would save more time to offer a similar edit/open button alongside any file/asset reference that would open the program associated with that file extension.

nxrighthere commented 5 years ago

This would save me some time as well. It would save more time to offer a similar edit/open button alongside any file/asset reference that would open the program associated with that file extension.

Absolutely, that would be very helpful.