Home > Support > Features


Application: Studio
Version: v4.3
Tool: All

Records found: 19

Status: P: Pending, S: Suspended, C: Corrected, R: Not reproductible.

Select feature id:
Description contains:
Select application:
Select application version:
Select tool:

Tool acronyms: IN: Installation, LM: License management, UE: UML editor, ME: MSC editor, TE: Text editor, SE: SDL-RT editor, PM: Project manager, PG: Prototyping GUI, CG: C code generator, MT: MSC tracer, MD: Model debugger, MS: Model Simulator, MV: Model validation, DE: Document editor, TT: TTCN-3 support

Tool id description comment date status forecast
CG 2057 When code generation from TTCN is attempted using an incompatible profile, it actually fails, but with a cryptic error about a missing include file. It would be better if it said clearly that the profile is incompatible.  If generation is done with TTCN, check if RTDS_TTCN_MARCO.h file is present and so geenration is done for windows or linux.  2012-03-09 C v4.3 
CG 2018 Create a RTOS-less integration usable with scheduling in C. Today, it is only usable in C++.  Done. The directory for this integration is called crtosless. It has been added to the profile creation wizard as 'No RTOS (C)' while the previous one has been renamed 'No RTOS (C++)'.  2011-10-14 C v4.3 
CG 2014 Allow the ASN.1 syntax to define CHOICE values: :  Done. All cases for CHOICE fields should work, including complex fields such SEQUENCEs or SETs or other CHOICEs. Only works in C, as C++ does not seem to like the syntax for initializing a union.  2011-09-29 C v4.3 
CG 2003 Support procedure calls in partial code generation.  Done. If dynamic memory allocation is forbidden, this will only work if the declared maximum number of instances for the caller process is 1, since a context for the called procedure has to be statically defined.  2011-09-27 C v4.3 
DE 2079 When generating a document in OpenOffice format, the section numbers are written in the document. They shouldn't be: with a properly formatted template, OpenOffice will add them itself.  Done. The OpenOffice document templates in the examples were also updated to add the section numbers as expected.  2012-05-21 C v4.3.1 
DE 2078 When exporting an RTDS Document to Open Office format, it would be nice that the Destination filne name and the Template file name remember the last values. A quick export button, or a command line export would be useful.  Done for all export formats. An option now allows to register the destination file and the template if any in the document itself.  2012-05-16 C v4.3.1 
DE 2024 Give more sensible names to publications automatically generated when a document is generated from a project.  Done. The created publication now includes the name of what it exports: Partition, state, state + message for transitions, and so on…  2011-10-26 C v4.3 
DE 2001 When generating a document automatically, it would be nice to also include the contents of the packages in the project, especially the declaration files.  Done. An option has been added allowing to include the declaration files or not, and to specify the paragraph style they should have in the document.  2011-09-20 C v4.3 
MD 2038 The restart button is too close to the refresh one. If one wants to press refresh and misses the button, this can cause an involuntary system restart.  The restart button has been put with the execution control buttons and the refresh one is now at the upper right corner of the simulator window.  2012-02-15 C v4.3 
MS 2035 To be able to identify easily a process instance in the simulator window, it would be better if the list of running instances was sorted.  Done. An option has been added to the debugger preference to be able to specify the sort order for the processes. In addition to the name, the processes can also be sorted by PID.  2012-02-08 C v4.3 
MS 2016 Support specifying minimum and maximum number of instances of a process as synonyms. Today, only plain numbers are accepted.  Done. The numbers of instances can now be specified either as a number, or as a synonym name. Note that the synonym name has to be alone, no operation is allowed.  2011-09-29 C v4.3 
MS 2013 Check the given maximum number of instances for a process. Today, this information is not used, even if it is specified.  Done. The simulator displays an error and stops execution if too many instances of a process are created.  2011-09-29 C v4.3 
PM 2019 Allow to automatically generate TTCN-3 from one or several MSC or HMSC.  Done. TTCN automatic generation is done at project level by selecting "Generate TTCN..." function. TTCN new types are generated from SDL system. MSC generation can be done from specification MSCs or traces MSCs. four files are generated : one for the types declarations, one for the templates, one for the testcases and control part declaration, and if many generations are done, a last file will contain all testcases.  2012-08-06 C v4.3 
PM 2075 Provide a way to create a SDL-RT project from the outside from a single file, like it can be done for a SDL project with a PR/CIF file.  Done. It is now possible to import a pseudo PR/CIF file containing C code in the symbols as a SDL-RT project. The option to do so is in the advanced options in the PR/CIF import wizard.  2012-04-26 C v4.3.1 
PM 2059 When there are a lot of available fonts, opening the font panel to change the display font for a document paragraph style is very long.  Done. Some graphical updates were done each time a font name was inserted in the list when they could be done only once at the end of the loading.  2012-03-13 C v4.3 
SE 2063 When creating a new partition in a diagram, the default name for the partition is empty. It would be better to automatically set it to a name not already used as a partition name.  Done. The new partition name is similar to the name of the first one, i.e "Part." followed by a number. The number is computed so that there isn't any existing partition with this name.  2012-03-28 C v4.3 
SE 2036 The button allowing to create links is often used but is positionned at the bottom of the toolbars. So on a small screen, the toolbars have to be scrolled to be able to see it. It would be better if this button was put higher.  Done. A preference has been added to put the toolbar for links above the one for symbols. If checked, the modification is done in all diagram editors.  2012-02-09 C v4.3 
SE 2023 Introduce a visual hint on symbols to indicate when it has an attached publication.  Done. The display is optional, off by default, and can be turned on via the menu View -> Show symbol documentation hints. Emblems are displayed on each symbol having a publication attached. The emblem shows wether the publication exports only this symbol or the whole symbol sequence from it, and wether there are associated texts or not. Clicking on the emblem directly opens the publication.  2011-10-27 C v4.3 
SE 2020 Have a command to run a diff on 2 diagrams. The command exit status should reflect wether the diagrams are different or not. The command options should be the same as for the graphical diff, including an option to do only a logical diff.  Done. The name of the command is rtdsDiagramDiff. The differences are reported in a textual way by default, in the same format as the one used in the 'Detailed' view for the graphical diff.  2011-10-26 C v4.3