[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: Start to redesign the search implementation.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: Start to redesign the search implementation.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 17 Oct 2024 13:13:04 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 9348c222 by Benoît Minisini at 2024-10-16T14:59:06+02:00 Start to redesign the search implementation. [DEVELOPMENT ENVIRONMENT] * NEW: Start to redesign the search implementation. - - - - - 3f479e31 by Benoît Minisini at 2024-10-17T13:06:12+02:00 New search implementation is almost finished. It's now faster, and normally better. [DEVELOPMENT ENVIRONMENT] * NEW: New search implementation is almost finished. It's now faster, and normally better. - - - - - 9a806fd3 by Benoît Minisini at 2024-10-17T14:52:57+02:00 Search implementation is working roughly correctly now. [DEVELOPMENT ENVIRONMENT] * NEW: Add row header to search list. * BUG: Activating a new editor correctly invalidates the current search result if needed. * BUG: Hitting RETURN or CTRL+RETURN on the replace field works correctly now. * NEW: Add a button that reloads all modified files, once a "replace all" is done. - - - - - 71de3afd by Benoît Minisini at 2024-10-17T15:12:59+02:00 Search panel: Correctly format numbers in search messages. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Search panel: Correctly format numbers in search messages. - - - - - 17 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Debug/FOutput.class - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Search/CSearchResult.class - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Search/FSearch.form - + app/src/gambas3/.src/Search/FSearchOld.class - + app/src/gambas3/.src/Search/FSearchOld.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b140fef7c046bdc4606d6bb35b2d53d3cef1b74a...71de3afd778a431b05f270043df6699b9e76d5d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b140fef7c046bdc4606d6bb35b2d53d3cef1b74a...71de3afd778a431b05f270043df6699b9e76d5d7 You're receiving this email because of your account on gitlab.com.