|
| 1 | +**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.0.14...v0.0.15-rc1 |
| 2 | + |
| 3 | +# November 2025 - release |
| 4 | + |
| 5 | +3 huge new features: |
| 6 | + |
| 7 | +1. We gained the ability to execute scripts. Any file which is executable on Unix, |
| 8 | + or has an associated way for running (windows) will have a new icon (a small wheel) on the tab |
| 9 | + and its menu will contain a new command "Run Script". Pressing `control+shift+r` will execute |
| 10 | + this file. This should be used to run local python, shell or other types of scripts. |
| 11 | +2. Folding support. The editor now supports folding areas. This is a work in progress with |
| 12 | + the following known issues: |
| 13 | + - https://github.com/diegoiast/qutepart-cpp/issues/55 |
| 14 | + - https://github.com/diegoiast/qutepart-cpp/issues/54 |
| 15 | + - https://github.com/diegoiast/qutepart-cpp/issues/57 |
| 16 | + |
| 17 | +3. Smart file finding in the command pallete. The algorythm should be similar to whats seen in |
| 18 | + VScode or Sublime text (partial matching of file names, depending on path should work). |
| 19 | + See the following commits to understand this feature: |
| 20 | + https://github.com/diegoiast/command-palette-widget/commit/246cd7bce19eeabde1abc1f5eda1f8db955193d7 |
| 21 | + https://github.com/diegoiast/command-palette-widget/commit/6289e63de4a3d83f286526b65351d5ee2033c71a |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +## Changelog |
| 26 | +* Project manager: run scripts - https://github.com/diegoiast/qtedit4/issues/5 |
| 27 | +* Project manager: Open CMakLists.txt file - does not open a project - https://github.com/diegoiast/qtedit4/issues/122 |
| 28 | +* Qutepart: Add support for folding areas - https://github.com/diegoiast/qutepart-cpp/issues/19 |
| 29 | +* Command pallete: When searching commands - we should ignore accelerators - https://github.com/diegoiast/command-palette-widget/issues/4 |
| 30 | + |
0 commit comments