Megaxela / QCodeEditor

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

Enhance Tab replace, Auto-parenthesis for single quote, better {} completion. #19

Closed coder3101 closed 4 years ago

coder3101 commented 4 years ago

The following changes have been brought in this PR :

coder3101 commented 4 years ago

@Megaxela Merge soon, I need to update my dependencies to new changes.

Megaxela commented 4 years ago

Nice work! I wont complain with code style, cause I'll add clang-format soon. Thank you so much for you contribution.

coder3101 commented 4 years ago

I used Google Code style. Yours was similar to Visual Studio. It would be nice if you could include your .clang-format file. So formatting will be okay

Megaxela commented 4 years ago

Yes, Google Code style is pretty interesting and well documented, but I tried to follow some Qt code style here. I don't know is it documented somewhere, but I'll make some research about it. It's pretty possible, that I'll include common Google Code style if I wont find any Qt related info.