Skip to content

Commit 15aff6f

Browse files
committed
Added release note page for CodeLite 19
Signed-off-by: Eran Ifrah <eran@codelite.org>
1 parent 1df4ad0 commit 15aff6f

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/docs/release_notes/v19_0_0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CodeLite 19.0.0
2+
---
3+
4+
This page contains the accumulated changes since CodeLite 18.0.0
5+
6+
## Downloads
7+
---
8+
9+
As always, all downloads are available through our [download page][1]
10+
11+
## Changes
12+
13+
---
14+
15+
- [Find next shortcut doesn't work while Find/replace dialog is focused][2]
16+
- 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)
17+
- Fixed: `Replace All` in selection
18+
- Find bar: enable the "Replace with" field when "In Selection" is checked
19+
- Fixed: under `Windows 11`: side bar icons are dimmed (when dark mode is used)
20+
- Better terminal colours for builds with `wxWidgets` version lower than `3.3`
21+
- 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++)
22+
- Matching brace highlight is now done faster, this is done by reducing the idle event interval to min of `100ms`
23+
- Highlight word: minor performance improvement: check that we have marker before clearing the markers
24+
25+
[1]: https://downloads.codelite.org
26+
[2]: https://github.com/eranif/codelite/issues/3566

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ nav:
7474
- Install Rust: misc/install_rust.md
7575
- cc-wrapper: misc/cc_wrapper.md
7676
- Release Notes:
77+
- CodeLite v18.x - 19.0.0: release_notes/v19_0_0.md
7778
- CodeLite v17.x - 18.0.0: release_notes/v18_0_0.md
7879
- CodeLite v16.x - 17.0.0: release_notes/v17_0_0.md
7980
- CodeLite v15.x - 16.0.0: release_notes/v16_0_0.md

0 commit comments

Comments
 (0)