Warning, /utilities/kate/addons/externaltools/externaltools-config/compile_and_run_cpp is written in an unsupported language. File is not indexed.
0001 [General] 0002 actionName=externaltool_C++CompileRun 0003 arguments=-c 'g++ "%{Document:FilePath}" -o "%{Document:FileBaseName}" && "./%{Document:FileBaseName}"' 0004 category=Tools 0005 executable=sh 0006 icon=text-x-c++src 0007 name=Compile and Run cpp 0008 output=DisplayInPane 0009 reload=false 0010 save=CurrentDocument 0011 workingDir=%{Document:Path}