- in all text editors, when writing in the Find entry, all instances of typed chars will be selected

- in all text editors, pressing Enter on Find Entry will search for next instance of the searched text (no longer for focus out)
This commit is contained in:
Marius Stanciu
2022-03-20 22:39:19 +02:00
committed by Marius
parent 8f1e9fd740
commit 85816510cc
2 changed files with 23 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ CHANGELOG for FlatCAM beta
- added a last resort option to load old projects; the result is not guaranteed if the differences are too great
- updated the code in FlatCAMCNCJob object such that more attributes will be serialized in order for loading a project correctly when it has CNCJob objects
- another fix to make the app save correctly the CNCJob objects when saving a project
- in all text editors, when writing in the Find entry, all instances of typed chars will be selected
- in all text editors, pressing Enter on Find Entry will search for next instance of the searched text (no longer for focus out)
19.03.2022