|
| 1 | +**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.1...v0.1.2 |
| 2 | + |
| 3 | +# March 2026 - release 0.1.2 - Very superstition |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +This short month brings up 3 major things: |
| 8 | + |
| 9 | +1. Initial git commit dialog. You can trigger it via `control g`, `c`. Most |
| 10 | + of the commits in this cycle. Note that all git commits can be done by |
| 11 | + pressing `control+g` and the leaving `control` and pressing another command |
| 12 | + (commit, log, "file log", diff with more to come). |
| 13 | +2. clang format support. If in the route of a saved file there is a |
| 14 | + `.clang-format` file - the IDE will call clang format after saving. This is |
| 15 | + contigurable (never, only for files in loaded projects or always). This |
| 16 | + defaults to **never**, but I am testing it locally with loaded projects. |
| 17 | +3. As I continue using the IDE as my main IDE, I setup my computer to use |
| 18 | + dark thems on nights. I found out that color changes were not properly |
| 19 | + applied. This was not trivial to find out - but this should not be a problem |
| 20 | + from now on. |
| 21 | + |
| 22 | +Some other good cleaups were done (commets are properly supported on nested |
| 23 | +syntaxes, clicking diff will open the corresponding file a the modified line, |
| 24 | +markings are cleared when rebuilding, completion will preserve the case of the |
| 25 | +text. See details in each commit. |
| 26 | + |
| 27 | + |
| 28 | +## Changelog |
| 29 | +* Delete empty line not possible - https://github.com/diegoiast/qutepart-cpp/issues/65 |
| 30 | +* Selection: moving selection moves a line too much - https://github.com/diegoiast/qutepart-cpp/issues/64 |
| 31 | +* Git-commit - https://github.com/codepointerapp/codepointer/issues/170 |
| 32 | +* HexViewer: use inline search - https://github.com/codepointerapp/codepointer/issues/160 |
| 33 | +* editor: clicking on a diff should open the current file - https://github.com/codepointerapp/codepointer/issues/163 |
| 34 | +* Line edit operations unit test is broken - https://github.com/diegoiast/qutepart-cpp/issues/49 |
| 35 | +* Python unit test - data driven - is not working - https://github.com/diegoiast/qutepart-cpp/issues/50 |
| 36 | +* CStyle indenter - if12 broken - https://github.com/diegoiast/qutepart-cpp/issues/52 |
| 37 | +* CStyleIndenter - for1 unit test broken - https://github.com/diegoiast/qutepart-cpp/issues/53 |
| 38 | +* Editor: auto reload - https://github.com/codepointerapp/codepointer/issues/168 |
| 39 | +* qutepart: marking are not properly cleared - https://github.com/diegoiast/qutepart-cpp/issues/66 |
| 40 | +* Completion does not honor case - https://github.com/diegoiast/qutepart-cpp/issues/67 |
| 41 | +* clang-format - https://github.com/codepointerapp/codepointer/issues/172 |
| 42 | +* Toggle comment - https://github.com/diegoiast/qutepart-cpp/issues/9 |
| 43 | +* The IDE does not adopt to new themes change - https://github.com/codepointerapp/codepointer/issues/166 |
0 commit comments