feat: Add tools, fabric and executable handler (#230)

This commit is contained in:
Petr Mironychev
2025-09-22 12:36:13 +02:00
committed by GitHub
parent 5cde6ffac7
commit d0f8c1098f
12 changed files with 679 additions and 25 deletions

View File

@ -111,6 +111,10 @@ add_qtc_plugin(QodeAssist
widgets/EditorChatButtonHandler.hpp widgets/EditorChatButtonHandler.cpp
widgets/QuickRefactorDialog.hpp widgets/QuickRefactorDialog.cpp
QuickRefactorHandler.hpp QuickRefactorHandler.cpp
tools/ToolsFactory.hpp tools/ToolsFactory.cpp
tools/ReadProjectFileByNameTool.hpp tools/ReadProjectFileByNameTool.cpp
tools/ReadVisibleFilesTool.hpp tools/ReadVisibleFilesTool.cpp
tools/ToolHandler.hpp tools/ToolHandler.cpp
)
get_target_property(QtCreatorCorePath QtCreator::Core LOCATION)