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
3 tasks done
narnaud opened this issue Jun 19, 2024 · 0 comments · May be fixed by #220
Open
3 tasks done

Improve search in document #25

narnaud opened this issue Jun 19, 2024 · 0 comments · May be fixed by #220
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 left tree of RcDocument
@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
@narnaud narnaud assigned narnaud and unassigned mgiroday Nov 15, 2024
narnaud added a commit to narnaud/knut that referenced this issue Nov 18, 2024
For now, only search inside the list of data IDs.
We may extend this later on if useful/needed.

Fix KDAB#25
@narnaud narnaud linked a pull request Nov 18, 2024 that will close this issue
narnaud added a commit to narnaud/knut that referenced this issue Nov 19, 2024
For now, only search inside the list of data IDs.
We may extend this later on if useful/needed.

Fix KDAB#25
narnaud added a commit to narnaud/knut that referenced this issue Nov 29, 2024
For now, only search inside the list of data IDs.
We may extend this later on if useful/needed.

Fix KDAB#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

Successfully merging a pull request may close this issue.

2 participants