[PR #225] GridCtrl Correction and enhancement proposition #246

Open
opened 2026-05-05 03:43:53 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/225
Author: @didierq
Created: 1/11/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

  • 41b7663 GridCtrl::SearchImmediate(bool b = true) correction
  • 87c840c Added WhenSelectAction()
  • 8c32f4a Merge branch 'master' of github.com:ultimatepp/ultimatepp

📊 Changes

4 files changed (+15 additions, -4 deletions)

View changed files

📝 uppsrc/GridCtrl/GridCtrl.cpp (+3 -0)
📝 uppsrc/GridCtrl/GridCtrl.h (+3 -1)
📝 uppsrc/GridCtrl/GridKey.cpp (+5 -1)
📝 uppsrc/GridCtrl/GridMouse.cpp (+4 -2)

📄 Description


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/225 **Author:** [@didierq](https://github.com/didierq) **Created:** 1/11/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`41b7663`](https://github.com/ultimatepp/ultimatepp/commit/41b7663eda3e602d992c5ca4f7d53c096d655530) GridCtrl::SearchImmediate(bool b = true) correction - [`87c840c`](https://github.com/ultimatepp/ultimatepp/commit/87c840c36ab26e956d9fea1381cba033bae3cb3e) Added WhenSelectAction() - [`8c32f4a`](https://github.com/ultimatepp/ultimatepp/commit/8c32f4a6453fbf1ab523ba586c0f60dbb8a6a599) Merge branch 'master' of github.com:ultimatepp/ultimatepp ### 📊 Changes **4 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/GridCtrl/GridCtrl.cpp` (+3 -0) 📝 `uppsrc/GridCtrl/GridCtrl.h` (+3 -1) 📝 `uppsrc/GridCtrl/GridKey.cpp` (+5 -1) 📝 `uppsrc/GridCtrl/GridMouse.cpp` (+4 -2) </details> ### 📄 Description - [GridCtrl::SearchImmediate(bool b = true) BUG correction](https://github.com/ultimatepp/ultimatepp/commit/41b7663eda3e602d992c5ca4f7d53c096d655530) When calling SearchImmediate(..) in application code, it didn't work at all. Now it activates and deactivates ImmidiateSearch as expected - [Added WhenSelectAction()](https://github.com/ultimatepp/ultimatepp/commit/87c840c36ab26e956d9fea1381cba033bae3cb3e) This enhancement adds WhenSelectAction: WhenSelectAction is called every time row selection is modified. It allows to synchronize GridCtrl row selection with something else --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 03:43:53 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#246
No description provided.