Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ellidiss-release
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
ellidiss-release
Commits
217c0bc5
Commit
217c0bc5
authored
Apr 23, 2019
by
Jerome Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot external tools commit for 2.2.1 release
parent
a7c20fd9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
TASTE-linux/config/externalTools/ada_kate.tcl
TASTE-linux/config/externalTools/ada_kate.tcl
+1
-1
TASTE-linux/config/externalTools/concurrencyview.tcl
TASTE-linux/config/externalTools/concurrencyview.tcl
+2
-2
TASTE-linux/config/externalTools/cpp_kate.tcl
TASTE-linux/config/externalTools/cpp_kate.tcl
+1
-1
TASTE-linux/config/externalTools/opengeode.tcl
TASTE-linux/config/externalTools/opengeode.tcl
+1
-1
No files found.
TASTE-linux/config/externalTools/ada_kate.tcl
View file @
217c0bc5
...
...
@@ -16,7 +16,7 @@ namespace eval ada_kate {
# Names of the object this script can be used on
proc getApplyTo
{}
{
return
[
list
{
"Function"
{
"Source_Language"
"Ada"
}
}
]
return
[
list
{
"Function"
{
"Source_Language"
"Ada"
}
}
{
"FunctionType"
{
"Source_Language"
"Ada"
}
}
{
"FunctionInstance"
{
"Source_Language"
"Ada"
}
}
]
;
## ticket mantis 0000833 : Function type/instance source code edition problem
}
# List of way to manage output in the Framework
...
...
TASTE-linux/config/externalTools/concurrencyview.tcl
View file @
217c0bc5
...
...
@@ -142,8 +142,8 @@ namespace eval concurrencyview {
if
{
$res == 0
}
{
if
{
[
file exists
"ConcurrencyView/process.aadl"
]
}
{
file delete -forc
e
"
$cv
Filename"
file copy -force
"ConcurrencyView/process.aadl"
"
$cv
Filename"
File::delet
e
"
$cv
Filename"
File::copy
"ConcurrencyView/process.aadl"
"
$cv
Filename"
set chan
[
open
"
$cv
Filename"
a+
]
fconfigure $chan -translation lf
...
...
TASTE-linux/config/externalTools/cpp_kate.tcl
View file @
217c0bc5
...
...
@@ -16,7 +16,7 @@ namespace eval cpp_kate {
# Names of the object this script can be used on
proc getApplyTo
{}
{
return
[
list
{
"Function"
{
"Source_Language"
"CPP"
}
}
]
return
[
list
{
"Function"
{
"Source_Language"
"CPP"
}
}
{
"FunctionType"
{
"Source_Language"
"CPP"
}
}
{
"FunctionInstance"
{
"Source_Language"
"CPP"
}
}]
;
## ticket mantis 0000833 : Function type/instance source code edition problem
}
# List of way to manage output in the Framework
...
...
TASTE-linux/config/externalTools/opengeode.tcl
View file @
217c0bc5
...
...
@@ -17,7 +17,7 @@ namespace eval opengeode {
# Names of the object this script can be used on
proc getApplyTo
{}
{
## Ticket mantis 0000625
return
[
list
{
"Function"
{
"Source_Language"
"SDL"
}
}
]
return
[
list
{
"Function"
{
"Source_Language"
"SDL"
}
}
{
"FunctionType"
{
"Source_Language"
"SDL"
}
}
{
"FunctionInstance"
{
"Source_Language"
"SDL"
}
}]
;
## ticket mantis 0000833 : Function type/instance source code edition problem
}
# List of way to manage output in the Framework
...
...
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