Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
ellidiss-release
Commits
da028443
Commit
da028443
authored
May 22, 2017
by
Maxime Perrotin
Browse files
Edit Ada code using GPS and not Kate
parent
94573766
Changes
1
Hide whitespace changes
Inline
Side-by-side
TASTE-v1-linux/config/externalTools/ada_kate.tcl
View file @
da028443
...
...
@@ -48,7 +48,7 @@ namespace eval ada_kate {
if
{
$errNumb == 0 &&
[
file exists
[
file normalize
"
[
pwd
]
/
$aadl
Id"
]
]
}
{
cd
[
file normalize
"
[
pwd
]
/
$aadl
Id"
]
set errNumb
[
catch
{
exec -ignorestderr
{*}
[
auto_execok
kate
]
$
{
aadlId
}
.ads $
{
aadlId
}
.adb &
}
]
set errNumb
[
catch
{
exec -ignorestderr
{*}
[
auto_execok
gps
]
$
{
aadlId
}
.ads $
{
aadlId
}
.adb &
}
]
if
{
$errNumb == 0
}
{
# TODO: check code - but we need to have C_ASN1_Types.h
# set errNumb
[
catch
{
exec -ignorestderr
{*}
[
auto_execok gcc
]
-gnats -c $
{
aadlId
}
.c
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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