feat(kate): Initial config for Kate IDE

This commit is contained in:
Pratik Tripathy
2024-09-19 22:07:33 +05:30
parent 382a82eba3
commit b29d390b89
21 changed files with 231 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
[General]
actionName=externaltool_C++CompileRun
arguments=-c 'g++ "%{Document:FilePath}" -o "%{Document:FileBaseName}" && "./%{Document:FileBaseName}"'
category=Tools
executable=sh
icon=text-x-c++src
name=Compile and Run cpp
output=DisplayInPane
reload=false
save=CurrentDocument
trigger=None
workingDir=%{Document:Path}