Tomivix / hpa

First release (v0.9.9) is available here: https://github.com/Tomivix/hpa/raw/master/rel/HPA_Studio_0.9.9_%5B576235A3%5D.jar
Other
5 stars 2 forks source link

Fixed the issues addresed by @Tomivix #18

Closed Aicedosh closed 7 years ago

Tomivix commented 7 years ago

Good job @Aicedosh ! Input restrictions seem to work A-okay so it no longer throws any errors or breaks format conversion. Box of the 15th register also fits inside the window, but in my case now the window is a bit too tall. Is it possible to make window height dynamic (set it based on user's device screen height)?

Also the last fix I asked for doesn't seem to work - auto selection works only when editor opens, not when I manually change the field by clicking with my mouse. (Please remove that annoying 'Focusing' line...)

Will wait a while for your response before merging. Also take a look at the project if you haven't already.

Aicedosh commented 7 years ago

Glad you like it. -What do you mean by "setting it based on user's device screen height"? You mean stretching the window to fill the screen, streching it with register cells or calculating the optimal window size on the fly based on the inside components? -I missed that part. Anyways doesn't double clicking on JTextField auto select all text (I can't test it now cause I'm not at my PC)

I looked at the project and it seems that I can't edit it (not that I would want to)

Tomivix commented 7 years ago

Once again I'm postponing merge so that you can post your response @Aicedosh . Too bad you can't edit the project, that means I have to open separate issue just for handing out open tasks...

Aicedosh commented 7 years ago

I'll take a look at the window size stuff probably later today. I think I'll skip the auto-select-on-focus-thingie, not that it's hard to implement, but I believe I'd get hard to e.g. add a single digit to the end

Tomivix commented 7 years ago

Okay, then I have no more questions. I'll merge your pull request now and update the project.