aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/bookmarkfilter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TextEditor: Move BookmarkFilter class definition to .cpphjk2024-01-261-8/+23
| | | | | Change-Id: I6da2710afde7af153353e184de72df2325dc4644 Reviewed-by: David Schulz <david.schulz@qt.io>
* TextEditor: Move BookmarkManager instance closer to its codehjk2024-01-181-10/+12
| | | | | | | | This is similar to the recently promoted setupXXX() pattern, not 100% there, though. Change-Id: Ia6b302af5c8b647ed073ec45179eb2413e988885 Reviewed-by: David Schulz <david.schulz@qt.io>
* Clean up some lambdashjk2023-12-121-1/+1
| | | | | Change-Id: Id947c0935b1aa4579e1c64d3e510db41103fbe27 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
| | | | | | | | This addresses the 20th point in the master task below. Task-number: QTCREATORBUG-28741 Change-Id: I696beda87430fbe637abba8054012fb77516e220 Reviewed-by: hjk <hjk@qt.io>
* Bookmarks: Merge plugin into TextEditorhjk2023-09-281-0/+115
Change-Id: I4c9438f3596daff2c18680a731764bf5010e1e25 Reviewed-by: David Schulz <david.schulz@qt.io>