deeponion / deeponion-legacy

Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR Network (legacy)
https://deeponion.org
MIT License
416 stars 113 forks source link

Added two buttons to change the font size at the debug window and improve help command autocomplete #94

Closed aitorp6 closed 6 years ago

aitorp6 commented 6 years ago

Hi.

I have added two buttons on the debug window to change the font size, to make it bigger or smaller. Other wallets as BTC or Dash have this features implemented. The main code has been taken from there and has been modified to work in our wallet.

See the attached images to understand this: screenshot from 2018-04-18 09-33-41 screenshot from 2018-04-18 09-34-08

I have tested it only on Linux, I think that it should be a good idea to test it on the other OS.

aitorp6 commented 6 years ago

Hi

I have added a better autocomplete functionality. Now "help + command" is too autocompleted.

screenshot at 2018-04-23 23-25-58

Even is the list is small, I have added the code to sort it alphabetically , this would improve the speed on generating the list.

deeponion commented 6 years ago

thx