Closed coder3101 closed 4 years ago
@Megaxela Please merge
@Megaxela merge it so that, I can upstream the changes. This repository is a direct submodule of my project as dependency. I would also like to address that, this widget is used by me in my Code Editor for competitive programmers, people there are very impatient and very catchy of corner cases, they demand like a professional grade code editor. This explains why so many new issues popped up in just few weeks. I am also aware that you might not have enough time to give to fix these issues, so that is why we are here, to fix them one by one. You must give some time to review and merge PRs.
There are two Enter keys on a Normal full sized keyboard and some user prefer to use enter key from the numeric keyboard which is
Qt::Key_Enter
and old key wasQt::Key_Return
. This PR makes indentation take place with both Enter keys