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
c710090c
Commit
c710090c
authored
Nov 06, 2021
by
Thiago Sueto
🐰
Browse files
Fix compile cpp when path has spaces
BUG: 443618
parent
843b6103
Pipeline
#94902
passed with stage
in 3 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
addons/externaltools/externaltools-config/compile_and_run_cpp
View file @
c710090c
[General]
actionName=externaltool_C++CompileRun
arguments=-c 'g++ %{Document:FilePath} -o %{Document:FileBaseName} && ./%{Document:FileBaseName}'
arguments=-c 'g++
"
%{Document:FilePath}
"
-o
"
%{Document:FileBaseName}
"
&&
"
./%{Document:FileBaseName}
"
'
category=Tools
executable=sh
icon=text-x-c++src
...
...
Write
Preview
Markdown
is supported
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