-
Notifications
You must be signed in to change notification settings - Fork 15
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
Labels
⬆️ feature
New feature or request
Comments
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
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:
The text was updated successfully, but these errors were encountered: