Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an option to disable the search dialog via Strg-F on list and tables #1830

Open
mikerumpf opened this issue Feb 14, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@mikerumpf
Copy link

Sometimes users don't want a search dialog on tables and lists. However, currently, it is not possible to prevent the search dialog from popping up, when pressing Strg-F.

Attached is a patch which would solve this:

no-search.patch

@mikerumpf mikerumpf added the enhancement New feature or request label Feb 14, 2025
@iloveeclipse
Copy link
Member

Please use github pull request for patches. We can't accept patches "as text" due legal (IP) reasons.

@chrstg
Copy link

chrstg commented Feb 14, 2025

here's the pull request: #1829

@chrstg
Copy link

chrstg commented Feb 14, 2025

Please use github pull request for patches. We can't accept patches "as text" due legal (IP) reasons.

is it a problem that this issue is in a different repo/project than the pull request?

@iloveeclipse iloveeclipse transferred this issue from eclipse-platform/eclipse.platform.ui Feb 14, 2025
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 14, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 14, 2025
… tables eclipse-platform#1830

increase version because of addition to API
SWT class
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 14, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 14, 2025
… tables eclipse-platform#1830

increase version because of addition to API
SWT class
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 17, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 17, 2025
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 17, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 17, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 18, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 18, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 18, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 18, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 19, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
chrstg pushed a commit to chrstg/eclipse.platform.swt that referenced this issue Feb 19, 2025
… tables eclipse-platform#1830

add SWT.NO_SEARCH flag
used in Table, Tree and List
to prevent the interactive search (popup) in a GTK environment when set to true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants