You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments