Megaxela / QCodeEditor

Qt Code Editor widget.
MIT License
383 stars 118 forks source link

Indent with both Enter Keys #31

Closed coder3101 closed 4 years ago

coder3101 commented 4 years ago

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 was Qt::Key_Return. This PR makes indentation take place with both Enter keys

coder3101 commented 4 years ago

@Megaxela Please merge

coder3101 commented 4 years ago

@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.