Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ellidiss-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
ellidiss-release
Commits
ff2a6a65
Commit
ff2a6a65
authored
Feb 09, 2018
by
Jerome Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taste-2.1.11
parent
5895bfa2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
TASTE-linux/bin/TASTE
TASTE-linux/bin/TASTE
+0
-0
TASTE-linux/changelog.txt
TASTE-linux/changelog.txt
+8
-0
TASTE-linux/config/TasteConfig.ini
TASTE-linux/config/TasteConfig.ini
+1
-0
TASTE-linux/config/externalTools/concurrencyview.tcl
TASTE-linux/config/externalTools/concurrencyview.tcl
+7
-0
No files found.
TASTE-linux/bin/TASTE
View file @
ff2a6a65
No preview for this file type
TASTE-linux/changelog.txt
View file @
ff2a6a65
COO7:
* ticket COO7-001 : Add navigation to the type line in the ASN.1 editor
version 2.1.11 :
* ticket 0000747 : pb in Taste DV loading file, not enough memory for sbprolog
* ticket 0000723 : error in svg export
* ticket 0000388 : new keywords to forbid in IV-DV (reopen because start word not took into account)
* ticket 0000730 : Connect multiple RIs in nested function to a single PI
* ticket 0000732/0000734 : Undo reverses the order of PI parameters/Order of parameters reversed in InterfaceView
version 2.1.10:
* ticket COO7-001 : Add navigation to the type line in the ASN.1 editor
* ticket 0000701 : Tcl error in device configuration dialog (reopen)
version 2.1.9:
...
...
TASTE-linux/config/TasteConfig.ini
View file @
ff2a6a65
...
...
@@ -17,6 +17,7 @@ namespace eval TasteConfig {
"mscCreator"
"taste-create-msc"
\
"check-deployment-target"
"true"
\
"function-has-changed"
"false"
\
"sbprologMem"
"2"
\
}
variable
accelerators
{
\
...
...
TASTE-linux/config/externalTools/concurrencyview.tcl
View file @
ff2a6a65
...
...
@@ -29,11 +29,18 @@ namespace eval concurrencyview {
proc concurrencyview
{
args
}
{
if
{
[
Object::getAttribute
"concurrencyview"
state
]
==
"deprecated"
}
{
set dvRoot
[
Object::getAttribute
"deploymentview"
"rootID"
]
set res
[
API::Kernel::checkConsistency $dvRoot
]
if
{
[
lindex $res 0
]
== -1
}
{
lset res 1
[
concat
[
list
"Deployment view is inconsistent"
]
[
lindex $res 1
]
]
return $res
}
else
{
Context::setAttribute
"concurrencyview"
state
"normal"
if
{
[
string match win32*64
[
::platform::identify
]]
||
[
string match win32*
[
::platform::identify
]]
}
{
return
[
concurrencyviewWindows_internal
]
}
else
{
return
[
concurrencyview_internal
]
}
}
}
}
...
...
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