| 40 | } |
| 41 | |
| 42 | QString ProjectSearchTool::description() const |
| 43 | { |
| 44 | return "Search across all open Qt Creator project(s) for text occurrences or C++ symbol " |
| 45 | "definitions. 'text' mode scans source files line-by-line for literal text or regex. " |
| 46 | "'symbol' mode uses Qt Creator's C++ code model and works only for C++ " |
| 47 | "(not QML, Python, or plain text). Respects .qodeassistignore. " |
| 48 | "Use `find_file` for locating files by name, not this tool."; |
| 49 | } |
| 50 | |
| 51 | QJsonObject ProjectSearchTool::parametersSchema() const |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected