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

Improve search in document #25

Open
5 tasks done
narnaud opened this issue Jun 19, 2024 · 0 comments
Open
5 tasks done

Improve search in document #25

narnaud opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
⬆️ feature New feature or request

Comments

@narnaud
Copy link
Member

narnaud commented Jun 19, 2024

In the GUI, create an API for generic search. Right now we can only search (Ctrl+F) in TextDocument.
It would be good to have the same search line showing up on the different document, with an API to integrate depending on the view:

  • Search in QtUiDocument
  • Search in QtTsDocument
  • Search in the text view of RcDocument
  • Search in the left tree of RcDocument
  • Search in the central view of RcDocument (dialog/strings/menus/...)
@narnaud narnaud added the ⬆️ feature New feature or request label Jun 19, 2024
@mgiroday mgiroday self-assigned this Aug 21, 2024
mgiroday added a commit to mgiroday/knut that referenced this issue Sep 2, 2024
Fixes tasks:
QtUiDocument
QtTsDocument
mgiroday added a commit to mgiroday/knut that referenced this issue Sep 10, 2024
Fixes tasks:
QtUiDocument
QtTsDocument
RCDocument text view
RCDocument central view
RCDocument left tree
mgiroday added a commit to mgiroday/knut that referenced this issue Sep 10, 2024
Fixes tasks:
QtUiDocument
QtTsDocument
RCDocument text view
RCDocument central view
RCDocument left tree
mgiroday added a commit to mgiroday/knut that referenced this issue Sep 10, 2024
Fixes tasks:
QtUiDocument
QtTsDocument
RCDocument text view
RCDocument central view
RCDocument left tree
mgiroday added a commit to mgiroday/knut that referenced this issue Oct 23, 2024
Fixes tasks:
QtUiDocument
QtTsDocument
RCDocument text view
RCDocument central view
RCDocument left tree
narnaud pushed a commit to narnaud/knut that referenced this issue Oct 31, 2024
- add a new interface for searching into document view
- move the textdocument search to this new interface
- implement the interface for QtUiDocument and QtTsDocument

Related to KDAB#25
narnaud pushed a commit to narnaud/knut that referenced this issue Oct 31, 2024
- add a new interface for searching into document view
- move the textdocument search to this new interface
- implement the interface for QtUiDocument and QtTsDocument

Related to KDAB#25
narnaud pushed a commit that referenced this issue Nov 12, 2024
- add a new interface for searching into document view
- move the textdocument search to this new interface
- implement the interface for QtUiDocument and QtTsDocument

Related to #25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬆️ feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants