qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.04k stars 192 forks source link

[UI Feature request] Allow to disable the keywords bar in the interactive prompt #151

Open luziferius opened 5 years ago

luziferius commented 5 years ago

The white bar that allows selecting/fast typing of language keywords and brackets/other symbols uses way too much screen space and can’t be disabled. Using the stock configuration, it looks like this on my device: screenshot_20181113-122153_qpython My request is adding a configuration option that hides the bar, too.

I was able to hide the action bar in the preferences, yielding two additional display lines.

Hiding the other bar in addition would yield additional two lines. I need those lines to use ptpython as my Python REPL.