LMH01 / MGT2_Mod_Tool

This is a tool with which you can modify Mad Games Tycoon 2. You can for example add or remove genres.
GNU Affero General Public License v3.0
13 stars 3 forks source link

Manual input #158

Closed ilia-21 closed 4 months ago

ilia-21 commented 5 months ago

Is your feature request related to a problem? Please describe. I think it is not very convenient to enter numbers by pressing the up or down button, it is very inconvenient when I for example add hardware for the year 2050 - I have to scroll from the beginning

Describe the solution you'd like Make the fields for entering numbers editable by the keyboard

Describe alternatives you've considered I'm not very familiar with java, but I'm pretty sure the UI library you used should have the function I described

Additional context 06-04-2024 212452 (javaw)

LMH01 commented 5 months ago

Hello, thanks for your feature request. The feature you requested can already be enabled: Navigate to File -> Settings -> Configure safety features -> tick the check box next to Unlock spinners -> close the window and save the settings.

The reason I hid that behind this checkbox was the following: I have minimum and maximum values set and If a value is manually entered that is outside of that bound the entered value will automatically be changed back to an allowed value. I thought that this might lead to confusion, so I decided to lock the spinners.