Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
44ee41a7
Commit
44ee41a7
authored
Mar 12, 2021
by
Thiago Sueto
🐰
Browse files
New branch xtools
parent
2f56ba64
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/externaltools/defaultexternaltoolsrc
View file @
44ee41a7
[Global]
tools=1
5
tools=1
8
version=1
[Tool 0]
...
...
@@ -191,3 +191,45 @@ output=ReplaceCurrentDocument
reload=false
save=CurrentDocument
workingDir=%{Document:Path}
[Tool 15]
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
workingDir=%{Document:Path}
[Tool 16]
actionName=externaltool_KDEAPI
arguments="https://api.kde.org/search.html?query=%{Document:Selection:Text}"
category=Tools
cmdname=
executable=xdg-open
icon=kde
input=
mimetypes=
name=Search KDE API
output=Ignore
reload=false
save=None
workingDir=%{Document:Path}
[Tool 17]
actionName=externaltool_QtAPI
arguments="https://doc.qt.io/qt-5/search-results.html?q=%{Document:Selection:Text}"
category=Tools
cmdname=
executable=xdg-open
icon=qtcreator
input=
mimetypes=
name=Search Qt API
output=Ignore
reload=false
save=None
workingDir=%{Document:Path}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment