v0.0.15-rc1
Pre-release
Pre-release
·
24 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.0.14...v0.0.15-rc1
November 2025 - release
3 huge new features:
- We gained the ability to execute scripts. Any file which is executable on Unix,
or has an associated way for running (windows) will have a new icon (a small wheel) on the tab
and its menu will contain a new command "Run Script". Pressingcontrol+shift+rwill execute
this file. This should be used to run local python, shell or other types of scripts. - Folding support. The editor now supports folding areas. This is a work in progress with
the following known issues: - Smart file finding in the command pallete. The algorythm should be similar to whats seen in
VScode or Sublime text (partial matching of file names, depending on path should work).
See the following commits to understand this feature:
diegoiast/command-palette-widget@246cd7b
diegoiast/command-palette-widget@6289e63
Changelog
- Project manager: run scripts - #5
- Project manager: Open CMakLists.txt file - does not open a project - #122
- Qutepart: Add support for folding areas - diegoiast/qutepart-cpp#19
- Command pallete: When searching commands - we should ignore accelerators - diegoiast/command-palette-widget#4
