-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release note page for CodeLite 19
Signed-off-by: Eran Ifrah <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters