Skip to content

Commit

Permalink
Added release note page for CodeLite 19
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Jan 9, 2025
1 parent 1df4ad0 commit 15aff6f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/docs/release_notes/v19_0_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# CodeLite 19.0.0
---

This page contains the accumulated changes since CodeLite 18.0.0

## Downloads
---

As always, all downloads are available through our [download page][1]

## Changes

---

- [Find next shortcut doesn't work while Find/replace dialog is focused][2]
- Fixed: quick find bar: replace all not working as expected when the `find what` is a subset of "replace with" Fixed: build error (CI, MSW)
- Fixed: `Replace All` in selection
- Find bar: enable the "Replace with" field when "In Selection" is checked
- Fixed: under `Windows 11`: side bar icons are dimmed (when dark mode is used)
- Better terminal colours for builds with `wxWidgets` version lower than `3.3`
- Use better colour for drawing default text in the build output pane Build output view: do not centre on the clicked line, unless the operation came from the keyboard (e.g. user hit ++f4++)
- Matching brace highlight is now done faster, this is done by reducing the idle event interval to min of `100ms`
- Highlight word: minor performance improvement: check that we have marker before clearing the markers

[1]: https://downloads.codelite.org
[2]: https://github.com/eranif/codelite/issues/3566
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ nav:
- Install Rust: misc/install_rust.md
- cc-wrapper: misc/cc_wrapper.md
- Release Notes:
- CodeLite v18.x - 19.0.0: release_notes/v19_0_0.md
- CodeLite v17.x - 18.0.0: release_notes/v18_0_0.md
- CodeLite v16.x - 17.0.0: release_notes/v17_0_0.md
- CodeLite v15.x - 16.0.0: release_notes/v16_0_0.md
Expand Down

0 comments on commit 15aff6f

Please sign in to comment.