News in RSA-RTE Mattias Mohlin, June 2015

Size: px
Start display at page:

Download "News in RSA-RTE Mattias Mohlin, June 2015"

Transcription

1 News in RSA-RTE Mattias Mohlin, June 2015

2 Overview of New Features (1/2) Project Explorer Outline nodes for contents of artifact code snippets Generalization node now visible in Capsule Development viewpoint Nodes for type descriptor functions for classes Properties View Editing properties for model elements in CDT editor Compare/Merge New Compare/Merge Tasks view Grouping of Operation and OpaqueBehavior changes Code Editor and Code View Extended context menu with additional CDT commands Possible to toggle display of operation signature in Code Editor title Diagrams Usability improvement for reordering partitions in activity diagrams 2

3 Overview of New Features (2/2) Transformations Changed C++ code for initializing multi-dimensional member variables Upgrading transformation warnings to errors New validation rule for detecting inconsistencies in multiplicites of connected ports Possible to exclude class operations from code generation Search & Navigation Search history in Find NamedElement dialog Displaying the number of selected search result items in the status bar Documentation New and updated context sensitive help for RSARTE preference pages Documentation index page and new documentation about navigation commands Miscellaneous Improvements Preference for controlling the default name of new fragment files Tool version number now present in files 3

4 Project Explorer Contents for Artifact Code Snippets The Project Explorer is now populated with nodes for the contents of artifact code snippets Makes navigation within artifact code snippets easier 4

5 Generalizations Shown in Project Explorer Previously Generalization nodes were filtered out from the Project Explorer when working in the Capsule Development viewpoint They are now visible to make it easier to edit the Property Set properties for generalizations (visibility, virtuality etc.) 5

6 Increased Visibility for Type Descriptor Functions To be handled correctly by the Target RTS a class needs one or several type descriptor functions: Destroy, Init, Copy, Encode and Decode These are now visible by means of special nodes in the Project Explorer Double-click such a node to edit the function body using the Code Editor 6

7 Editing Properties for Model Elements in CDT Editor The Properties View can now be used for editing a model element while looking at user code snippets in the CDT Editor A typical usecase which now is easier is to edit the parameters of an operation while coding its body 7

8 Compare/Merge Tasks Tasks can now be created during a compare or merge session to write review comments on changes to follow-up on necessary post-merge activities to remember how certain conflicts were resolved Compare/Merge tasks are shown in a new view and can be exported and imported 8

9 Improved Reporting of Changes in Compare/Merge An OpaqueBehavior change is now combined with the corresponding Operation change OpaqueBehaviors are not visible in the Project Explorer when using the Capsule Development viewpoint so they should normally neither be visible in Compare/Merge before now 9

10 Extended Context Menu for Code Editor/View Some additional CDT commands are now available in the Code Editor and Code View context menu Declarations References Search Text They search for declarations, references or selected text in various scopes. The file and project scopes refer to the CDT file and CDT project respectively. Most of these new commands require that generated source code has been loaded 10

11 Toggling Operation Signature in Code Editor Title For an operation with many parameters the full signature can be very long The Code Editor now respects the preference Development Real Time Project Explorer Show Operation Signature. If unset only the operation name will be shown in the Code Editor title. Hiding the operation signature can make it easier to switch between open editors using the Quick Switch Editor command (Ctrl + E). If you prefer to show operation signatures, and signatures are long, the Switch to Editor command (Ctrl + Shift + E) is a better alternative. 11

12 Reordering Activity Partitions To move a partition in an activity diagram simply drag and drop it onto the name compartment of another partition It s no longer necessary to drop the partition onto the thin border line anywhere inside the name compartment will work 12

13 Changed Multi-Dimensional Array Initialization Previously the copy constructor and assignment operator of a class would initialize a multidimensional array variable using a single for-loop Some static analysis tools report warnings for such code Now the initialization is done using nested for-loops instead (one for each dimension) For example: before MyClass::MyClass( const MyClass & rtg_arg ) { int rtg_index; for( rtg_index = (2) * (5) - 1; rtg_index >= 0; -- rtg_index ) a[ 0 ][ rtg_index ] = rtg_arg.a[ 0 ][ rtg_index ]; } now MyClass::MyClass( const MyClass & rtg_arg ) { for( int rtg_index0 = 2-1; rtg_index0 >= 0; -- rtg_index0 ) for( int rtg_index1 = 5-1; rtg_index1 >= 0; -- rtg_index1 ) a[ rtg_index0 ][ rtg_index1 ] = rtg_arg.a[ rtg_index0 ][ rtg_index1 ]; } 13

14 Report Warnings as Errors A new preference has been added for upgrading transformation warnings to errors 14

15 Detecting Inconsistent Port Multiplicities RSARTE now detects inconsistent multiplicities for connected ports Previously such problems were not detected until at run-time when sending messages at unconnected port indices 15

16 Exclude Class Operations from C++ Transformation By using the «cpp_excluded» keyword on an operation it will not be translated to C++ This can be useful when integrating generated C++ code with frameworks which require functions to be declared in special ways, for example using macros. The Public/Protected/Private Declaration properties of the class can then be used for declaring the function, while the «cpp_excluded» operation gives it visibility in the model. 16

17 Search History in Find NamedElement Dialog Previously used search strings (the 10 most recent) are now available in a drop-down list The search history is updated when the dialog is closed 17

18 Show Number of Selected Search Result Items When selecting search result items in the Search view the number of selected items are now displayed in the status bar Makes it easier to know the number of interesting matches of different kinds without manually counting them 18

19 Documentation Improvements New Index page on RSARTE wiki for better overview of available documentation: New documentation about navigation commands: Context Sensitive Help was significantly extended for all RSARTE specific preference pages (UML Development and below) 19

20 Setting the Default Name of New Fragment Files A new preference has been added to control the naming of new fragment files It is used when fragments are created by the commands Refactor Create Fragment and Refactor Fragment All Sub-Packages The name pattern may contain variables $(NAME) : Name of root element in the fragment $(INDEX) : Number to ensure unique file names $(OPT_INDEX) : Optional number to ensure unique file names If the pattern does not generate a unique file name, an implicit index will be added 20

21 Tool Version Number in Files A version number is now included as an XML comment in the top of model files, TC files etc. Makes it easier to know which version of RSARTE that was last used for editing the file Does not affect model-based Compare/Merge, but will show up as a change if running a textual Compare/Merge between older and newer versions of a file 21

22 Performance Improvements The Code View now updates significantly faster when multiple operations are selected in the Properties view 22

23 THANK YOU!

News in RSA-RTE CP1

News in RSA-RTE CP1 IBM Software Group News in RSA-RTE 8.5.1 CP1 Mattias Mohlin, April 2013 2013 IBM Corporation Build A C++ External Library TC can now generate the make file to use for building the library from a CDT project

More information

News in RSA-RTE CP2

News in RSA-RTE CP2 IBM Software Group News in RSA-RTE 8.0.4 CP2 Mattias Mohlin, March 2012 2012 IBM Corporation Navigation IBM Software Group Rational software Main Improved Work Flows Navigation from messages in UML Development

More information

News in RSA-RTE 10.0 updated for sprint Mattias Mohlin/Anders Ek, June 2016

News in RSA-RTE 10.0 updated for sprint Mattias Mohlin/Anders Ek, June 2016 News in RSA-RTE 10.0 updated for sprint 2016.29 Mattias Mohlin/Anders Ek, June 2016 Overview of Improvements (1/3) Now based on Eclipse Mars (4.5.2) New installation scheme RSARTE is now installed as a

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018 News in RSA-RTE 10.2 updated for sprint 2018.18 Mattias Mohlin, May 2018 Overview Now based on Eclipse Oxygen.3 (4.7.3) Contains everything from RSARTE 10.1 and also additional features and bug fixes See

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017 News in RSA-RTE 10.1 updated for sprint 2017.28 Mattias Mohlin, July 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.1 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017 News in RSA-RTE 10.1 updated for sprint 2017.16 Mattias Mohlin, April 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017 News in RSA-RTE 10.1 updated for sprint 2017.13 Mattias Mohlin, March 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017 News in RSA-RTE 10.1 updated for sprint 2017.10 Mattias Mohlin, March 2017 Overview Now based on Eclipse Neon-1 (4.6.1) Many general improvements since Eclipse Mars Note: Neon-2 (4.6.2) is not yet supported!

More information

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.2 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Oxygen.2 (4.7.2) Contains everything from RSARTE 10.1 and also additional features and bug fixes

More information

News in RSA-RTE CP1

News in RSA-RTE CP1 IBM Software Group News in RSA-RTE 9.0.0.1 CP1 Elena Strabykina, March 2014 2014 IBM Corporation Overview of new features (1/2) New features Support of UML Interfaces New multi-threaded source file code

More information

RSARTE Icons. Mattias Mohlin Senior Software Architect IBM

RSARTE Icons. Mattias Mohlin Senior Software Architect IBM RSARTE Icons Mattias Mohlin Senior Software Architect IBM MODEL ELEMENTS...2 DIAGRAMS...3 VIRTUAL FOLDERS...3 FILES AND FOLDERS...4 OVERLAY ICONS...4 DIAGRAM DECORATOR ICONS...5 This document explains

More information

Searching in RSARTE Models

Searching in RSARTE Models Searching in RSARTE Models Mattias Mohlin Senior Software Architect IBM INTRODUCTION...2 DIFFERENT SEARCH STRATEGIES...2 SEARCH FIELD...4 SEARCH STRING PROPOSALS POPUP...4 VERBATIM VERSUS NON-VERBATIM

More information

RSA-RTE. RSx EGit Integration. Logical and closure merge from command line. Author: Sergey Eroshkin Owner: IBM

RSA-RTE. RSx EGit Integration. Logical and closure merge from command line. Author: Sergey Eroshkin Owner: IBM RSx EGit Integration Logical and closure merge from command line Author: Sergey Eroshkin Owner: IBM Dated May 2016 - Version 1.1 IBM Corporation 2016 Version Revision Date Summary of Changes Revision history

More information

in rich text controls as well as Word Document templates by adding them as document properties and these into the template.

in rich text controls as well as Word Document templates by adding them as document properties and these into the template. Document: MRM-1003-RN (0040) Page: 1 / 7 RELEASE NOTES SOFTWARE IDENTIFICATION Matrix Requirements Medical Release 1.6.1235.6238 NEW FUNCTIONALITY IN THIS RELEASE New Features MATRIX-708 Smart Text: reusable

More information

Design Room ONE Release Notes

Design Room ONE Release Notes Design Room ONE Release Notes 2019.03 (January 22, 2019) DR.ONE integration now supports the latest version of Rational Software Architect Designer 9.7. See updated Installation Instructions document to

More information

Building and Running a Simple UML RT Model in RSARTE

Building and Running a Simple UML RT Model in RSARTE Building and Running a Simple UML RT Model in RSARTE Mattias Mohlin Senior Software Architect IBM In this tutorial we will learn how to use RSARTE for transforming a simple UML RT model into C++ code compiling

More information

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Course Description This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7. Expert Oracle Instructors

More information

And Even More and More C++ Fundamentals of Computer Science

And Even More and More C++ Fundamentals of Computer Science And Even More and More C++ Fundamentals of Computer Science Outline C++ Classes Special Members Friendship Classes are an expanded version of data structures (structs) Like structs, the hold data members

More information

Noopur Gupta Eclipse JDT/UI Committer IBM India

Noopur Gupta Eclipse JDT/UI Committer IBM India Noopur Gupta Eclipse JDT/UI Committer IBM India noopur_gupta@in.ibm.com 1 2 3 Show Workspace Location in the Title Bar (-showlocation) OR 4 Show Workspace Name in the Title Bar (Window > Preferences >

More information

Show all text and icon decorations Preferences->Team->IBM Rational ClearTeam Explorer->ClearCase decorations: Enable Text and Icon Decorations

Show all text and icon decorations Preferences->Team->IBM Rational ClearTeam Explorer->ClearCase decorations: Enable Text and Icon Decorations CTE Startup Guide This guide provides a glimpse into the IBM Rational ClearTeam Explorer (CTE). We will present a number of IBM recommended preferences and practices as well as demonstrate a variety of

More information

Getting Started with Papyrus for RealTime v0.9

Getting Started with Papyrus for RealTime v0.9 1. Introduction This tutorial will show the creation of a simple model using Papyrus for RealTime version 0.9.0 (based on Eclipse Neon). As a precondition to going through this tutorial, you must have

More information

Exporting distribution lists from Thunderbird to Outlook

Exporting distribution lists from Thunderbird to Outlook Exporting distribution lists from Thunderbird to Outlook PLEASE NOTE: Do not export the lists under Distribution Lists in your Thunderbird Address Book as these will no longer be maintained on the new

More information

RSARTE External C++ Integration

RSARTE External C++ Integration RSARTE External C++ Integration Anders Ek IBM RSARTE EXTERNAL C++ INTEGRATION...1 INTRODUCTION...2 BUILD/FILE INTEGRATION...2 FILE ARTIFACTS... 2 EXTERNAL CDT PROJECTS... 4 EXTERNAL COMPONENTS... 4 FUNCTIONAL

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Query Console User Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-1, May, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User Guide 1.0

More information

Oracle BI 12c: Build Repositories

Oracle BI 12c: Build Repositories Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 12c: Build Repositories Duration: 5 Days What you will learn This Oracle BI 12c: Build Repositories training teaches you

More information

RSARTE Plugin for Model Fixup

RSARTE Plugin for Model Fixup IBM Software Group RSARTE Plugin for Model Fixup Elena Strabykina, May 2014 2014 IBM Corporation Goals Clean up models after import from Rose RT Fix problems came from older versions of RSA RTE New features

More information

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide i Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide ii Contents 1 Introduction 1 2 Installing Sonatype CLM for Eclipse 2 3 Configuring Sonatype CLM for Eclipse 5

More information

MANUAL ACCORDION TOOL

MANUAL ACCORDION TOOL MANUAL ACCORDION TOOL Accordion Tool Manual INTRODUCTION... 2 LOGGING IN TO ICREATE... 3 USING THE ACCORDION TOOL... 3 Adding an Accordion... 3 Adding Content... 4 Nested Accordions... 5 Adding Additional

More information

Click New Project from the Premiere Pro Welcome screen, or select File > New Project.

Click New Project from the Premiere Pro Welcome screen, or select File > New Project. Multi Cam How to guide 1. Create a project Click New Project from the Premiere Pro Welcome screen, or select File > New Project. In the New Project dialog box, enter a name for the project, and click OK

More information

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved. Query Console User Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-7, September 2018 Copyright 2018 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User Guide

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Constructors for classes

Constructors for classes Constructors for Comp Sci 1570 Introduction to C++ Outline 1 2 3 4 5 6 7 C++ supports several basic ways to initialize i n t nvalue ; // d e c l a r e but not d e f i n e nvalue = 5 ; // a s s i g n i

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

Getting Started Guide

Getting Started Guide UX-App Getting Started Guide Contents Keyboard Shortcuts... 2 Basic Shortcuts... 2 Component Manipulation... 2 Working with groups... 3 Grid Control... 3 Context Menu... 4 User Interface... 5 Managing

More information

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar Code Editor Wakanda s Code Editor is a powerful editor where you can write your JavaScript code for events and functions in datastore classes, attributes, Pages, widgets, and much more. Besides JavaScript,

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: + 36 1224 1760 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

ICS Tutorials: Basic Operations

ICS Tutorials: Basic Operations ICS Tutorials: Basic Operations This tutorial introduces the basic components of Builder Xcessory. For more detailed information, see the Builder Xcessory Reference Manual. This book is directly accessible

More information

Getting Started with Penn State WikiSpaces

Getting Started with Penn State WikiSpaces Getting Started with Penn State WikiSpaces About Penn State WikiSpaces Penn State WikiSpaces is a platform intended to support Penn State-associated collaboration. Wikis are websites that allow for the

More information

Jet Data Manager 2014 SR2 Product Enhancements

Jet Data Manager 2014 SR2 Product Enhancements Jet Data Manager 2014 SR2 Product Enhancements Table of Contents Overview of New Features... 3 New Features in Jet Data Manager 2014 SR2... 3 Improved Features in Jet Data Manager 2014 SR2... 5 New Features

More information

INDEX. Drop-down List object, 60, 99, 211 dynamic forms, definition of, 4 dynamic XML forms (.pdf), 80, 89

INDEX. Drop-down List object, 60, 99, 211 dynamic forms, definition of, 4 dynamic XML forms (.pdf), 80, 89 A absolute binding expressions, definition of, 185 absolute URL, 243 accessibility definition of, 47 guidelines for designing accessible forms, 47 Accessibility palette definition of, 16 specifying options

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Index. Symbols. /**, symbol, 73 >> symbol, 21

Index. Symbols. /**, symbol, 73 >> symbol, 21 17_Carlson_Index_Ads.qxd 1/12/05 1:14 PM Page 281 Index Symbols /**, 73 @ symbol, 73 >> symbol, 21 A Add JARs option, 89 additem() method, 65 agile development, 14 team ownership, 225-226 Agile Manifesto,

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

In this topic: Extrac t Style. Inline Style Extract Layout Inline Layout Refactoring

In this topic: Extrac t Style. Inline Style Extract Layout Inline Layout Refactoring Refactoring Android XML Layout Files In addition to common refactoring, IntelliJ IDEA provides a number of Android-specific refactorings for Android layout definition XML files. Most of these refactorings

More information

Navigating a Database Efficiently

Navigating a Database Efficiently Navigating a Database Efficiently 1 Navigating a Database Efficiently THE BOTTOM LINE Often, the people who use a database are not the same people who create a database, and thus they may have difficulty

More information

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page Lesson 16: Collaborating in Excel Return to the Excel 2007 web page Working with Project Folders Create folders to store your files for a project in an organized manner Main folder in (Win XP) My Computer

More information

G52CPP C++ Programming Lecture 13

G52CPP C++ Programming Lecture 13 G52CPP C++ Programming Lecture 13 Dr Jason Atkin http://www.cs.nott.ac.uk/~jaa/cpp/ g52cpp.html 1 Last lecture Function pointers Arrays of function pointers Virtual and non-virtual functions vtable and

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

ProNest 2010 Version 9.2

ProNest 2010 Version 9.2 ProNest 2010 Version 9.2 What s New Released August 17, 2011 What s New in ProNest 2010 (v9.2) 1 Enhancements The following enhancements are available in the ProNest 9.2 release: Color-Filled Parts Parts

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

RSARTE Git Integration

RSARTE Git Integration RSARTE Git Integration Anders Ek IBM INTRODUCTION...3 EGIT BRIEF OVERVIEW...3 GETTING STARTED...6 ECLIPSE PROJECTS AND GIT REPOSITORIES...6 ACCESSING A REMOTE GIT REPOSITORY...7 IMPORTING AN EXISTING REPOSITORY...8

More information

Electrical Wire Routing

Electrical Wire Routing Electrical Wire Routing Page 1 Overview Conventions What's New? Getting Started Accessing the Workbench Creating the Bundle Selecting Systems with External Data Routing Wires from External Data User Tasks

More information

Working with Automation Studio

Working with Automation Studio TM210TRE.30-ENG 2012/02/01 Working with Automation Studio TM210 Requirements 2 Trainingsmodule: TM201 The B&R product range Software Automation Studio 3.0.90 Automation Runtime 3.0.8 Hardware X20CP1485

More information

USER GUIDE MADCAP FLARE SharePoint

USER GUIDE MADCAP FLARE SharePoint USER GUIDE MADCAP FLARE 2018 SharePoint Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Regexator. User Guide. Version 1.3

Regexator. User Guide. Version 1.3 Regexator User Guide Version 1.3 Regexator User Guide C O N T E N T S 1 INTRODUCTION 5 1.1 Main Window 5 1.2 Regex Categories 6 1.3 Switcher 6 1.4 Tab Reordering 6 2 PROJECT EXPLORER 7 2.1 Project 7 2.2

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information

Sage Estimating (SQL) v18.12

Sage Estimating (SQL) v18.12 Sage Estimating (SQL) v18.12 Release Notes October 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Updated 6-7-2013 1 Training Index Part I Introduction to the IRA Reporting Tool IRA Resources (3) Logging onto the system (4) Navigating the Dashboard (5-9) Running

More information

MultiMatePlus. User & Installation Guide. Version 1.3

MultiMatePlus. User & Installation Guide. Version 1.3 MultiMatePlus User & Installation Guide Version 1.3 July 2018 T O P T E C H S Y S T E M S MultiMatePlus User & Installation Guide Toptech Systems 1124 Florida Central Parkway Longwood, FL 32750 Phone 407.332.1774

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

MDA V8.1 What s New Functionality Overview

MDA V8.1 What s New Functionality Overview 1 Basic Concepts of MDA V8.1 Version General Notes Ribbon Configuration File Explorer Export Measure Data Signal Explorer Instrument Box Instrument and Time Slider Oscilloscope Table Configuration Manager

More information

MDA V8.2.x What s New Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2)

MDA V8.2.x What s New Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) 1 Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) Overview Functional Enhancements Files, Formats and Data Types Usability

More information

To request permission to access the wiki, or request a new wiki space, open a web support ticket:

To request permission to access the wiki, or request a new wiki space, open a web support ticket: What is a wiki? A wiki is a website whose users can edit pages within a web browser. In some cases, the information is public, and in others it is limited to specific users or groups of users. You may

More information

Copyright (c) toolsfactory Inc, All rights reserved.

Copyright (c) toolsfactory Inc, All rights reserved. Copyright (c) 2000-2002 toolsfactory Inc, All rights reserved. Doc-O-Matic 2 Documentation Content 1 Introduction 1 1-1 Getting Started 1 2 Using Doc-O-Matic 2 2-1 Main Menu 2 2-1-1 File Menu 3 2-1-2 View

More information

Lesson 25 Combining FEM Models

Lesson 25 Combining FEM Models Lesson 25 Combining FEM Models Purpose This lesson provides an overview of combining models Finite Elements Models with Femap Topics Femap Neutral files The Select Tool File, Merge command Femap 101 for

More information

Welcome to NEO Software Release Version

Welcome to NEO Software Release Version Welcome to NEO Software Release Version 3.8.2.97 Philips Strand Lighting has released a new version of software for the NEO lighting control family of products. This software, version 3.8.2.97 is available

More information

MadCap Software. Index Guide. Flare 2017 r2

MadCap Software. Index Guide. Flare 2017 r2 MadCap Software Index Guide Flare 2017 r2 Copyright 2017 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents 1 Overview Contents 1. 1.1 Table of Contents 1 Overview Papyrus is an environment for editing any kind of EMF model, particularly supporting UML 2 ( Unified Modeling Language (UML) version 2.4.1 ) and

More information

MDA 8 preview SP3 What s New Functionality Overview

MDA 8 preview SP3 What s New Functionality Overview 1 Basic Concepts of MDA 8 preview SP3 Version General Notes Ribbon File Explorer Signal Explorer Configuration Instrument and Time Slider Oscilloscope Instrument Box Configuration Manager Layer Preview

More information

Creating Interactive Procedures and Training Courses

Creating Interactive Procedures and Training Courses Creating Interactive s and Training Courses 2017 ParallelGraphics CONTENTS INTRODUCTION... 1 1 PROCESS LAYOUT AND BASIC OPERATIONS... 1 1.1 General Data Flow Diagram... 2 1.2 Preparing Input Data for RapidAuthor

More information

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: 02 6968000 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This course provides step-by-step procedures for building and verifying the three layers

More information

Copyright. Trademarks Attachmate Corporation. All rights reserved. USA Patents Pending. WRQ ReflectionVisual Basic User Guide

Copyright. Trademarks Attachmate Corporation. All rights reserved. USA Patents Pending. WRQ ReflectionVisual Basic User Guide PROGRAMMING WITH REFLECTION: VISUAL BASIC USER GUIDE WINDOWS XP WINDOWS 2000 WINDOWS SERVER 2003 WINDOWS 2000 SERVER WINDOWS TERMINAL SERVER CITRIX METAFRAME CITRIX METRAFRAME XP ENGLISH Copyright 1994-2006

More information

ITRS Group. FKM Plugin User Guide

ITRS Group. FKM Plugin User Guide ITRS Group FKM Plugin User Guide Version 1.0 September 22, 2017 Copyright 2017. ITRS Group Ltd. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Roundtable TSMS 10.1B Product Update Bulletin

Roundtable TSMS 10.1B Product Update Bulletin Roundtable TSMS 10.1B Product Update Bulletin Copyright 2006 by Ledbetter & Harp LLC Roundtable software products are licensed by Tugboat Software Inc. and copyrighted by Ledbetter & Harp LLC, with all

More information

ActiveBPEL Fundamentals

ActiveBPEL Fundamentals Unit 22: Simulation ActiveBPEL Fundamentals This is Unit #22 of the BPEL Fundamentals course. In past Units we ve looked at ActiveBPEL Designer, Workspaces and Projects, created the Process itself and

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

SOA Models Upgrade. SOA Industry Models v.8.8. IBM Industry Models IBM Industry Models Development

SOA Models Upgrade. SOA Industry Models v.8.8. IBM Industry Models IBM Industry Models Development IBM Industry Models Development SOA Models Upgrade SOA Industry Models v.8.8 IBM Industry Models 4-13-2016 Licensed Materials - Property of IBM Contents Contents...2 UPGRADING IBM PROCESS AND SERVICE MODELS...3

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Working with the RTF Generator

Working with the RTF Generator Using EA Working with the RTF Generator by Dermot O Bryan All material Sparx Systems 2008 Sparx Systems 2008 Page 1 Trademarks Microsoft, Microsoft Word are trademarks or registered trademarks of the Microsoft

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

18.1 user guide No Magic, Inc. 2015

18.1 user guide No Magic, Inc. 2015 18.1 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

What's New in Sitecore CMS 6.4

What's New in Sitecore CMS 6.4 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 Rev: 2010-12-02 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 This document describes the new features and changes introduced in Sitecore CMS 6.4 Table

More information

WA1278 Introduction to Java Using Eclipse

WA1278 Introduction to Java Using Eclipse Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc WA1278 Introduction to Java Using Eclipse This course introduces the Java

More information

Tabular Building Template Manager (BTM)

Tabular Building Template Manager (BTM) Tabular Building Template Manager (BTM) User Guide IES Vi rtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Document Editor Features Available in HTML5. it just makes sense

Document Editor Features Available in HTML5. it just makes sense Document Editor Features Available in HTML5 it just makes sense March, 2018 Document Editor Features Available in HTML5 As part of the 5.2 release, the Document Editor is now available in HTML5 and provides

More information

GETTING STARTED WITH ECLIPSE Caitrin Armstrong

GETTING STARTED WITH ECLIPSE Caitrin Armstrong GETTING STARTED WITH ECLIPSE Caitrin Armstrong 1 THE ECLIPSE IDE IDE = Integrated Development Environment Language-neutral: Java, C, HTML, Powerful, advanced features that help with code development (e.g.

More information

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested.

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested. _ RELEASE NOTES testidea 9.12.x 9.12.14 (28.3.2012) Qualified function names Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

The Content Tool. What are Learning Modules? 2. Accessing the Content Tool 2. About the Content Tool 2. Course Overview Area 2.

The Content Tool. What are Learning Modules? 2. Accessing the Content Tool 2. About the Content Tool 2. Course Overview Area 2. The Content Tool What are Learning Modules? 2 Accessing the Content Tool 2 About the Content Tool 2 Course Overview Area 2 Bookmarks Area 3 Upcoming Events 3 Table of Contents Area 4 Module List 5 Creating

More information