Roku Plugin for Eclipse IDE

Size: px
Start display at page:

Download "Roku Plugin for Eclipse IDE"

Transcription

1 Roku Plugin for Eclipse IDE Table of Contents Sample Screen Key Features Installation Steps Usage Documentation Generator Release Notes Sample Screen Key Features Building channel applications requires several items to work together in unison: A Roku device

2 Your channel application Hosted media content (video, audio, games, etc) To make this happen, developers set up various ways to get rapid coding installed quickly on a device. Thanks to the Roku Plugin for Eclipse, within several minutes you ll have the power of a fully baked Integrated Development Environment and the customizations needed to develop, test, package, and install channels on Roku devices. Code highlight / Syntax Coloring Quickly find errors in your channel application with our built in color coding for BrightScript and Roku SceneGraph syntax. PRELIMINARY 2

3 Code completion and hints The plugin checks the reference guides for BrightScript and Roku SceneGraph, allowing for auto completion and details for parameters, methods, and nodes. Built in telnet console for BrightScript and SceneGraph All the available Roku device telnet ports are built into the plugin, allows for fast feedback on bugs, stack traces, and break points in your channel application. PRELIMINARY 3

4 Installation Steps Workspace: We encourage you to start your Roku projects in a fresh workspace. You can copy your projects back in afterwards. Perform the following steps: Download Java version 8: oracle.com/technetwork/java/javase/downloads/jre8-downloads html Download the latest version of the Eclipse Installer (currently version Neon ) for Java IDE Developers: eclipse.org/downloads/installer-inst ructions.php Add the Roku Plugin package via Eclipse > Help > Install New Software > Add... Name: Roku Plugin Location: Follow the instructions and click Next... then Finish Updating the plugin Add the Roku Plugin package using this path: Eclipse > Help > I nstall New Software > Add... Name: Roku Plugin Location: Follow the instructions and click Next. You will receive a message saying that "'BrightScript Core'" is already installed, so an update will be performed instead." Click Fini sh. Restart Eclipse. Usage PRELIMINARY 4

5 Creating a new BrightScript project Quickly have all required assets and files setup through Eclipse. In addition, reference sample channels are provided in a simple drop down for testing. The manifest, components, source, images, locale, and related directories are handled instantly. Installing and packaging channel applications Using the standard export option for projects, the Roku plugin for Eclipse enables developers to install their current channel code onto Roku devices within seconds. In addition, developers can package and key their applications for preparing the Channel Store required assets. PRELIMINARY 5

6 Documentation Generator Like many other development environments, the BrightScript Eclipse plugin can produce in-line documentation through the simple use of special tags in source code comments. An example of the kind of hover help documentation that can be generated is shown below. PRELIMINARY 6

7 . The complete specification and comment syntax for the documentation generation system, called BrightScriptDoc, can be found here. Release Notes 4/10/2012 Summary: This release concentrated on improvements to several areas of the plugin, including but not limited to: a) Any known bugs that could cause hangs or visible stacktraces in the error log b) Roku box discovery (SSDP) c) The Debug Console d) The BrightScript language parser e) User preferences f) Logging g) Manifest editing and validation The first 4 items (a-d) above were top priorities given potential impact to the usability of the plugin. The remaining items were addressed to improve the overall user experience. Both (b) and (c) are of particular note, since many of the issues reported on the Eclipse plugin thread have to do with the usability and accuracy of the Roku boxes IP address drop-down list in the Debug Console. (g) Manifest editing and validation - is also something worth checking out. The manifest file now has an associated multipage editor, which adds a form-based validating editor for the manifest, which synchronizes with the pre-existing text editor. Errors and warnings related to the manifest are a bit more clearly marked in the form-based editor page, and total known manifest property names are clearly shown. Note that eventually, the form fields will be enhanced with hover-help text derived from the SDK documentation, to further assist new developers in understanding the manifest contents. Also in the form editor are project browse buttons/dialogs for each of the icon file attributes. The dialogs show a treeview of the relevent project directories and files for icon selection. Only *.jpg and *.png PRELIMINARY 7

8 files (and the folders in the project that hold them) are shown, making it easier to ensure the icon file path names in the manifest are correct. Verification of the icon file paths (along with all the other manifest validation checks) is also performed as part of the manifest validation process, which happens both in the editor and in the project builder using code that is now common to both areas. Aside from these areas, the following enhancements are small but significant: a) Add the error log view to the BrightScript perspective Adding the error log to the BrightScript perspective should improve reporting of errors by the developer community in both speed and accuracy, since most coding (not related to design or lack of feature) bugs should show up in some way in the error log. Logging, in general, was overhauled and specific message's log-levels and log-level user preferences and defaults were adjusted to ensure the error log is not filled up with debug and trace level messages by default, making the perspective-default exposure of the error log view practical at least as it relates to the BrightScript plugin. b) Installation - add dependency update sites to plugin feature manifest By adding the dependency update sites to the feature manifest, the additional update sites get added to the user's update sites list automatically the first time the Roku update site gets added manually by the user. Note however, those added sites are not enabled by default, so the user must still manually enable them before attempting the plugin install. This change slightly speeds up and reduces errors in the initial install process, since the user no longer needs to type in the URL and label of the additional dependency update sites (DLTK and EMF) - they just need to enable them once the Roku update site has been manually added and enabled. File->Export->BrightScript->BrightScript Deployment non-response/null pointer IDE hangs on startup when Project Explorer is open and 1 or more open BrightScript projects Manifest is overwritten with plugin default when importing project files from another location Telnet window IP address drop-down is spastic Default values for code and comment folding prevent folding from working out of the box Dropdown list of rokus for the console has items truncated SSDP unicast response not seen in response to SSDP SEARCH query Language parser - Add positive and negative test cases for BrightScript language parser module Language parser - "REM" comment keyword embedded in sub or function name causes odd parser issues Language parser - incorrectly marks syntax errors when parens and brackets are adjacent Language parser - Reserved/key words that are also component method names are incorrectly flagged as syntax errors Language parser doesn't know about the "?" shortcut for print Syntax highlighter and language parser don't know about the "Library" keyword and syntax Syntax highlighting is incorrect when string "REM" is encountered anywhere in a line Code folding - Stacktrace in code folding routine Todo tasks - Nullpointer exception when activating the todo task preference page Bugs determined to be Eclipse issues that can't be worked-around in code: Enhancements: Uninstalling plugin leaves behind old <BrightScript> perspective in menu Add plugin-level framework for user selectable preferences for log level by feature group Add the error log view to the BrightScript perspective Add user selectable preferences for Discover (SSDP) - logging, time-out, etc. Add user selectable preferences for Debug Console - color, connect timeout, etc. Create a custom Roku manifest editor Installation - add dependency update sites to plugin feature manifest 9/10/2012 PRELIMINARY 8

9 A major new feature set supporting channel localization was added in this release. See the enhancements section below for a list of localization related features. Some additional notes about the new channel localization support: Many of these localization features have associated user preferences pages (Windows->Preferences->BrightScript->Localization). Each of the web translation services mentioned below also has its own separate user preferences page under the main localization page. A new context (aka popup) sub-menu for localization actions has been added and is available for any item in a BrightScript project. The localization context menu action taken will depend on the location of the file or directory selected: Any item selected inside a specific locale's folder (including the folder itself) will cause that action to happen just for that locale. Any item selected elsewhere in a BrightScript project will cause the action to happen for all locales folders already created within the project. Any locale folders that do not correspond to a currently supported locale will be ignored. Additionally, this release focused on bugfixes and enhancements for several existing areas: BUGFIXES: Language Parser Debug console Manifest Project templates should compile and run without errors Debug Console - Heap OutOfMemoryError occurs if console accumulates enough output Editor - Change of syntax color does not apply to already open editors Language Parser - "Stop" cannot be used as a method name of a component Language Parser - Allow no-argument Print statements Language Parser - Allow paren'd sub-expressions in compound (dot) expressions Language Parser - Allow reserved words as keys in associative arrays Language Parser - Empty For loops cause syntax error Language Parser - Empty If or Else blocks not allowed (when Else is present) Language Parser - Empty While loops cause syntax error Language Parser - expression processing broken when functions are mixed with operator based expressions on the same line Language Parser - Mod operator keyword is not recognized Language Parser - NULL cannot be used as variable name Language Parser - The String(n As Integer, character As String) and Stringi methods aren't recognized Language Parser - undocumented endfor and endwhile cause syntax errors Language parser and Syntax highlighter don't know about the "Library" keyword and syntax Manifest Editor - Do not flag icon and splash values as warning or errors for screensavers Manifest Editor - entries representing binary items set to true/false but should instead set to 1/0 ENHANCEMENTS: Localization - Add auto-generation of translations.xml file source tags from scanning brs files for tr calls Localization - add localization checking to the BrightScript builder Localization - Add locale selection options to "new project" wizard that will automatically build directories and files to support a localized channel for 1 or more of the currently supported locales Localization - add localization support to the manifest editor Localization - Add context menu items and new project wizard support for auto-translation of locale manifest entries: title, subtitle, and screensaver_title Localization - Add context menu options for import and export of translations to/from TMX format Localization - Add support for machine translation calls to web-based translation services (general support) Localization - Add support for machine translation calls to web-based translation service google translate Localization - Add support for machine translation calls to web-based translation service microsoft translator (aka bing translate) Localization - Add support for machine translation calls to web-based translation service mymemory.translated.net Localization - add syntax parsing and colorization support for new localization functions (tr, GetLocalizedAsset, GetPluralString) Debug Console - Add "Roku IP" label for ip selection drop-down Debug Console - Add a connect/disconnect toggle button to console toolbar Language Parser - Reparse source files for syntax checking as user types (delayed action) Manifest Editor - Add splash screen manifest settings support PRELIMINARY 9

10 Manifest Editor - Allow unknown (to parser) user-entered props in text tab to be persistent between transitions to/from overview tab Manifest Editor - display description from docs in tooltip for for each manifest var in overview form 12/17/2012 This release focused primarily on adding support for editor code folding, improved language parsing, and laying the foundation of a type system. The new Code folding features include new user preference settings and editor support for subs, function, loops, and if blocks. While not listed below, one of the first visible benefits of the type system foundation is an initial improvement in the code assist and inline documentation display features. While the code editor has focus, hitting CTRL-Space will invoke the code assist window, which now includes in the list all global functions (in addition to the previous list of language keywords) along with the documentation window containing documentation for the currently selected global function. (Note that currently code assist intentionally does not respond while in the middle of a "dot expression" - this feature will be added in the next release in order to support code assist and docs display for components, interfaces, and events). Export Wizard - Very first run of export wizard after first plugin installation does not autofill the zipfile name Export Wizard - Top level locale folder not auto-selected when exporting a project Language Parser - a variable reference standing alone by itself outside of any valid statement is not flagged as a error Language Parser - Empty For loops cause syntax error Language Parser - Empty While loops cause syntax error Localization - Update translations context menu option fails with stacktrace New Project Wizard - Error when selecting locales Enhancements: Code Folding - Add support for associative arrays and ordinary arrays Code Folding - Add support for For Loops Code Folding - Add support for if/then/else blocks Code Folding - Add support for Subs and Functions Code Folding - Add support for While Loops Editor - Make double-click only select the surrounding brightscript word, not the locale language word Export Wizard - Add persistent checkbox for zip file overwrite response Export Wizard - Remember per-project user selected dirs and files between export runs Language Parser - BrightScript language parser should recover at least at beginning of new sub or function 5/16/2013 While there where several unrelated bugfixes and new features, this release focused primarily on finishing the foundation of the type system and improving other feature groups that benefit from the expanded type system. The type system is the basis of other feature groups including autocompletion (code assist), hover docs, and various type-related parse and build-time checks. The type system had previously provided the knowledge of BrightScript global functions, but has been expanded to include Components, Interfaces, Events, and each of their associated functions and subs. The embedded docs (used in hover and autocompletion) for each of these items are a work-in-progress and will be improved over the next few releases. Autocompletion is now invoked automatically after a short delay in typing (user preference, defaults to 200ms), when the last character typed is a dot ("."). The manual invocation of autocompletion at any point is still available via CTRL-Space. The relevant type system additions (interfaces, functions/subs) now show up in the autocompletion suggestions list window, along with their docs in the associated docs window. Additionally, the suggestions list includes variables defined in the current function/sub, including associative array member variables. Hover docs - A documentation window will display when you hover the cursor over most variables function/sub calls, interface references, etc... PRELIMINARY 10

11 Note: there are several known bugs related to the new type system that sometimes prevent this from happening. The docs processing has been improved with added support for annotation tags, similar to the docs annotation systems used by other languages (e.g. javadocs, doxygen, etc). Both the built-in type system and user code (i.e. functions/subs and variables) will be able to use these tags. More details on this topic in the coming releases as specifics are finalized. The Debug console usability has been improved in a few ways. The long-standing cursor positioning bug has been fixed - the cursor should now be automatically and correctly shown at the end of the console output. The left arrow is also now prevented from moving into the prompt and output areas, although you may still manually place the cursor there for cut/paste purposes. The Debug console now includes simple command history support. The up and down arrows move thru the command history stack. User-preferences for the command history size (defaults to 1000) and whether or not to persist across sessions (defaults to false) have been added. Task tags are now working as expected. Code folding - "initially folding" options are ignored Autocompletion - does not recognize interface names in already typed dot expression Autocompletion - fails when item to be completed is the last line (or part of last statement) of a function/sub Autocompletion - suggestions list does not include interface names Debug Console - Cursor incorrectly is always at the beginning of the line Language Parser - GetGlobalAA global function missing from parser grammar Language Parser - Some global function calls cause editor open failure with nullpointerexception Selection Engine - Highlighting a function reference and then selecting Show in-> Outline View does not do anything Selection Engine - Open Declaration does not do anything TODO tasks don't show up in the Task view Type system - Erroneous type func/sub call error - says func/sub must be disambiguated by interface name, when the name matches but not the signatures do not Type System - Non-Windows platforms get stacktrace (NullPointerException) when attempting to open BrightScript source editor Enhancements: Debug Console - Add support for command history recall Docs system - Add support for docs annotation tags to improve help display Editor - Add line number display to left-hand margin Export Wizard - Improve error handling and error message for failed connections and provide exposed user preferences for each type of connection Language Parser - Add context-specific, fine-grained error recovery to parser Language parser - Add syntax checking, code completion, and help support for all pre-defined components Language parser - add type inference system to support type-related parse and build-time error checking and warning generation New Resource Wizards - Add a "New BrightScript File" wizard and menu entry Type System - Add a user preference to determine whether or not to perform type related warning/error checks 6/27/2013 This release addresses various bug fixes in the plugin. Type System - use of ifassociativearray and ifenum methods in any return expression beginning with m. cause all.brs source editors in a project to fail Type System - partial addition to support tracking specific event types expected on specific romessageport instances Export to BrightScript errors before IP field entry is complete Docs system - hypertext links embedded in the documentation html will not respond to clicks Docs system - Add support for docs window toolbar buttons: forward, backward, open declaration Docs system - Add support for field comments on same line Search - References searching doesn't return any results PRELIMINARY 11

12 9/30/2013 This release is a large update containing bugfixes and enhancements for the communications sub-system, type sub-system, language parser, and export wizard. Support for the new developer mode username/password authentication is in place, but is not used unless a given Roku box requires it ( i.e. firmware 5.2 or later ). It is important to note that the plugin now requires Eclipse to be running under Java 1.7 or higher. If Eclipse's Java version is lower than 1.7, the plugin will be disabled. Non-compliance with the Java version requirement does not prevent plugin installation or Eclipse startup, but will result in no BrightScript plugin features being visible, including the BrightScript perspective. If you require an older version of Java as your machine default, you may still point any Eclipse instance to a different Java installation, by using the -vm argument in the eclipse.ini file (see Eclipse's help for details). Enhancements: Comms Firmware Requires Username and Password for all to-box HTTP communications Comms - Adjustments to socket timeouts and enhanced language for adjusting the values Export wizard - Add user option for per-project auto-increment version number in manifest for each run Export Wizard - Automatically refresh project explorer after zipfile creation and package file creation Export Wizard - Use ECP to send "Home" keypress prior to start of sideload/package operation to prevent unnecessary timeouts and related errors Type system - Change single-valued type system to multi-valued type system with distinct single declared and multiple possibles Plugin dependencies - Change Java minimum requirement to 1.7 to avoid Java memory management bug Export Wizard - IP addresses typed in manually (or an empty address) are not checked for validity before attempting HTTP operations Export Wizard - Nullpointer exception and partial localization checks failure if 1 or more locale subfolders does not exactly name match one of the supported locales Export Wizard - Manually entered Roku Box IP addresses aren't persistent in either Export wizard or Debug console Export Wizard - Unexpected error while retrieving package file Language Parser - Add Function as a valid explicit parameter and return type Language Parser - Anonymous Functions with empty bodies cause NullpointerException during parsing, causing source files to not open in BrightScript editor Type System - Several type-related checks ignore user preference "perform type checks" Type System - AA var returned from func/sub calls don't contain their members Type System - Known callers check returns a false positive when all callers are associative arrays Type System - Return type check incorrectly sets return type to void if type of return expression is unknown Type System - Use of ifassociativearray and ifenum methods in any return expression beginning with m. cause all.brs source editors in a project to fail 11/12/2013 This is a minor release containing bug fixes. The build number is Note It is important to note that the plugin now requires Eclipse to be running under Java 1.7 or higher. If Eclipse's Java version is lower than 1.7, the plugin will be disabled. Non-compliance with the Java version requirement does not prevent plugin installation or Eclipse startup, but will result in no BrightScript plugin features being visible, including the BrightScript perspective. If you require an older version of Java as your machine default, you may still point any Eclipse instance to a different Java installation, by using the -vm argument in the eclipse.ini file (see Eclipse's help for details). Enhancements: - Export Wizard - Added option to automatically open and connect a debug console upon successful install - Code Folding - Added support for anonymous functions PRELIMINARY 12

13 - Bug fixes to correct exceptions and errors in SSDP discovery routines - Export Wizard - Corrects issue of zip and pkg files saved in "out" dir first time, but root dir all subsequent times - Export Wizard - Corrects issue where current package field is not populated even if there is a current package 1/7/2014 This is a minor release containing bug fixes. The build number is Minor bug fixes for BrightScript Doc parser 6/27/2014 This is a large release containing a number of enhancements. The build number is Enhancements: The Deployment preferences screen now let's you select file extensions of files to include in the channel deployment by default. Added hyperlinking for error code/text in debugger output to a browser window for expanded help text about error. Some updates to the documentation generator. Added the ability for developers to create their own Eclipse code templates. Go to Preferences Editor Templates and create a new code template. These templates can then be inserted into your code by typing the template name followed by the autocompletion keystroke ctrl-space. Sync source code editor window with debug console output via custom hyper-links for debugger references to source files/line numbers. Set initial default value of auto-increment manifest version to "Build". Added support for pkg:/ prefixed files with autocompletion. Added toolbar item and shortcut keystroke for running previous export without dialog. On Windows & Linux: CTRL-ALT-E On OSX: COMMAND-OPTION-E. Added a user pref for timeout value for manually entered IP addresses to the Preferences Discovery wizard screen. Added support for infinite timeout on manually entered IP addresses (by setting the IP address timeout described above to 0)and allow for manual removal of IPs from list. Changed developer password field from regular textbox to password style. PRELIMINARY 13

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

Laboratory Assignment #4 Debugging in Eclipse CDT 1

Laboratory Assignment #4 Debugging in Eclipse CDT 1 Lab 4 (10 points) November 20, 2013 CS-2301, System Programming for Non-majors, B-term 2013 Objective Laboratory Assignment #4 Debugging in Eclipse CDT 1 Due: at 11:59 pm on the day of your lab session

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

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

More information

Supplement H.1: JBuilder X Tutorial. For Introduction to Java Programming, 5E By Y. Daniel Liang

Supplement H.1: JBuilder X Tutorial. For Introduction to Java Programming, 5E By Y. Daniel Liang Supplement H.1: JBuilder X Tutorial For Introduction to Java Programming, 5E By Y. Daniel Liang This supplement covers the following topics: Getting Started with JBuilder Creating a Project Creating, Compiling,

More information

Supplement II.B(1): JBuilder X Tutorial. For Introduction to Java Programming By Y. Daniel Liang

Supplement II.B(1): JBuilder X Tutorial. For Introduction to Java Programming By Y. Daniel Liang Supplement II.B(1): JBuilder X Tutorial For Introduction to Java Programming By Y. Daniel Liang This supplement covers the following topics: Getting Started with JBuilder Creating a Project Creating, Compiling,

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

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

Eclipse Tutorial. For Introduction to Java Programming By Y. Daniel Liang

Eclipse Tutorial. For Introduction to Java Programming By Y. Daniel Liang Eclipse Tutorial For Introduction to Java Programming By Y. Daniel Liang This supplement covers the following topics: Getting Started with Eclipse Choosing a Perspective Creating a Project Creating a Java

More information

Using Eclipse Europa - A Tutorial

Using Eclipse Europa - A Tutorial Abstract Lars Vogel Version 0.7 Copyright 2007 Lars Vogel 26.10.2007 Eclipse is a powerful, extensible IDE for building general purpose applications. One of the main applications

More information

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

Coding Faster: Getting More Productive with Microsoft Visual

Coding Faster: Getting More Productive with Microsoft Visual Microsoft Coding Faster: Getting More Productive with Microsoft Visual Studio Covers Microsoft Visual Studio 2005, 2008, and 2010 Zain Naboulsi Sara Ford Table of Contents Foreword Introduction xxiii xxvii

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

Drools Tools Reference Guide. Version: CR1

Drools Tools Reference Guide. Version: CR1 Drools Tools Reference Guide Version: 5.0.0.CR1 1. Introduction... 1 1.1. What is Drools?... 1 1.2. Drools Tools Key Features... 1 1.3. Other relevant resources on the topic... 2 2. Creating a New Drools

More information

Module Road Map. 7. Version Control with Subversion Introduction Terminology

Module Road Map. 7. Version Control with Subversion Introduction Terminology Module Road Map 1. Overview 2. Installing and Running 3. Building and Running Java Classes 4. Refactoring 5. Debugging 6. Testing with JUnit 7. Version Control with Subversion Introduction Terminology

More information

CS 315 Software Design Homework 3 Preconditions, Postconditions, Invariants Due: Sept. 29, 11:30 PM

CS 315 Software Design Homework 3 Preconditions, Postconditions, Invariants Due: Sept. 29, 11:30 PM CS 315 Software Design Homework 3 Preconditions, Postconditions, Invariants Due: Sept. 29, 11:30 PM Objectives Defining a wellformed method to check class invariants Using assert statements to check preconditions,

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

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

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

CodeWarrior Development Studio for Power Architecture Processors FAQ Guide

CodeWarrior Development Studio for Power Architecture Processors FAQ Guide CodeWarrior Development Studio for Power Architecture Processors FAQ Guide Document Number: CWPAFAQUG Rev. 10.x, 06/2015 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction

More information

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide HPE Security Fortify Plugins for Eclipse Software Version: 16.10 Installation and Usage Guide Document Release Date: April 2016 Software Release Date: April 2016 Legal Notices Warranty The only warranties

More information

Apache Directory Studio. User's Guide

Apache Directory Studio. User's Guide Apache Directory Studio User's Guide Apache Directory Studio: User's Guide Version 2.0.0.v20180908-M14 Copyright 2006-2018 Apache Software Foundation Licensed to the Apache Software Foundation (ASF) under

More information

Xpert BI General

Xpert BI General Xpert BI 2.5.0.2 - Added the SAP RFC Collection Module (licensed). - Added the SOAP Web Service Collection Module (licensed). - Added the REST Web Service Collection Module (licensed). - Added the Publication

More information

Java Programming Constructs Java Programming 2 Lesson 1

Java Programming Constructs Java Programming 2 Lesson 1 Java Programming Constructs Java Programming 2 Lesson 1 Course Objectives Welcome to OST's Java 2 course! In this course, you'll learn more in-depth concepts and syntax of the Java Programming language.

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

A QUICK OVERVIEW OF THE OMNeT++ IDE

A QUICK OVERVIEW OF THE OMNeT++ IDE Introduction A QUICK OVERVIEW OF THE OMNeT++ IDE The OMNeT++ Integrated Development Environment is based on the Eclipse platform, and extends it with new editors, views, wizards, and additional functionality.

More information

JSF Tools Reference Guide. Version: M5

JSF Tools Reference Guide. Version: M5 JSF Tools Reference Guide Version: 3.3.0.M5 1. Introduction... 1 1.1. Key Features of JSF Tools... 1 2. 3. 4. 5. 1.2. Other relevant resources on the topic... 2 JavaServer Faces Support... 3 2.1. Facelets

More information

Hostopia WebMail Help

Hostopia WebMail Help Hostopia WebMail Help Table of Contents GETTING STARTED WITH WEBMAIL...5 Version History...6 Introduction to WebMail...6 Cookies and WebMail...6 Logging in to your account...6 Connection time limit...7

More information

Infor LN Studio Application Development Guide

Infor LN Studio Application Development Guide Infor LN Studio Application Development Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

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

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version.

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version. NetBeans Tutorial For Introduction to Java Programming By Y. Daniel Liang This tutorial applies to NetBeans 6, 7, or a higher version. This supplement covers the following topics: Getting Started with

More information

DVT Eclipse IDE. My First Verilog/SystemVerilog Project

DVT Eclipse IDE. My First Verilog/SystemVerilog Project DVT Eclipse IDE My First Verilog/SystemVerilog Project 1 Switch to the DVT Perspective from menu Window > Open Perspective > Other... > DVT The DVT Perspective presents different Views (GUI components)

More information

User Guide for the TITAN Designer for the Eclipse IDE

User Guide for the TITAN Designer for the Eclipse IDE USER GUIDE 1 (147) User Guide for the TITAN Designer for the Eclipse IDE Abstract This document describes detailed information of using the TITAN Designer for the Eclipse IDE plug-in. Copyright Copyright

More information

Test/Debug Guide. Reference Pages. Test/Debug Guide. Site Map Index

Test/Debug Guide. Reference Pages. Test/Debug Guide. Site Map Index Site Map Index HomeInstallationStartAuthoringStreamSQLTest/DebugAPI GuideAdminAdaptersSamplesStudio GuideReferences Current Location: Home > Test/Debug Guide Test/Debug Guide The following topics explain

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Struts Tools Reference Guide. Version: beta1

Struts Tools Reference Guide. Version: beta1 Struts Tools Reference Guide Version: 3.0.0.beta1 1. Introduction... 1 1.1. Key Features of Struts Tools... 1 1.2. Other relevant resources on the topic... 2 2. Projects... 3 2.1. Creating a New Struts

More information

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY VERSION 2015.1 JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY TEST STUDIO QUICK-START GUIDE CONTENTS Create your First Test.2 Standalone Web

More information

CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide

CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide Document Number: CWAPPFAQUG Rev. 10.2, 01/2016 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction

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

Ocean Wizards and Developers Tools in Visual Studio

Ocean Wizards and Developers Tools in Visual Studio Ocean Wizards and Developers Tools in Visual Studio For Geoscientists and Software Developers Published by Schlumberger Information Solutions, 5599 San Felipe, Houston Texas 77056 Copyright Notice Copyright

More information

edev Technologies SmartWord4TFS Release Notes

edev Technologies SmartWord4TFS Release Notes edev Technologies SmartWord4TFS Release Notes edev Technologies 3/14/2017 Table of Contents 1. SYSTEM REQUIREMENTS... 2 2. APPLICATION SETUP... 4 3. NEW FEATURES... 5 4. ENHANCED FEATURES... 5 5. KNOWN

More information

JBoss SOAP Web Services User Guide. Version: M5

JBoss SOAP Web Services User Guide. Version: M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

Lexis for Microsoft Office User Guide

Lexis for Microsoft Office User Guide Lexis for Microsoft Office User Guide Created 12-2017 Copyright 2017 LexisNexis. All rights reserved. Contents Lexis for Microsoft Office About Lexis for Microsoft Office... 1 About Lexis for Microsoft

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

Adobe ColdFusion Documentation. September 2014

Adobe ColdFusion Documentation. September 2014 September 2014 Using ColdFusion Builder..................................................................................... 3 1 About ColdFusion Builder.................................................................................

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Just Enough Eclipse What is Eclipse(TM)? Why is it important? What is this tutorial about?

Just Enough Eclipse What is Eclipse(TM)? Why is it important? What is this tutorial about? Just Enough Eclipse What is Eclipse(TM)? Eclipse is a kind of universal tool platform that provides a feature-rich development environment. It is particularly useful for providing the developer with an

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at FIREFOX MENU REFERENCE This menu reference is available in a prettier format at http://support.mozilla.com/en-us/kb/menu+reference FILE New Window New Tab Open Location Open File Close (Window) Close Tab

More information

COMP 110/401 APPENDIX: INSTALLING AND USING ECLIPSE. Instructor: Prasun Dewan (FB 150,

COMP 110/401 APPENDIX: INSTALLING AND USING ECLIPSE. Instructor: Prasun Dewan (FB 150, COMP 110/401 APPENDIX: INSTALLING AND USING ECLIPSE Instructor: Prasun Dewan (FB 150, dewan@unc.edu) SCOPE: BASICS AND BEYOND Basic use: CS 1 Beyond basic use: CS2 2 DOWNLOAD FROM WWW.ECLIPSE.ORG Get the

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

SpiraTeam IDE Integration Guide Inflectra Corporation

SpiraTeam IDE Integration Guide Inflectra Corporation SpiraTeam IDE Integration Guide Inflectra Corporation Date: July 13th, 2018 Contents 1. Introduction... 1 2. Jetbrains IDEs... 2 3. Eclipse / Mylyn... 8 4. Visual Studio... 19 5. Visual Studio Code...

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

Introduction to IntelliJ

Introduction to IntelliJ Introduction to IntelliJ IntelliJ is a large software package used by professional software developers. This document will give you a brief introduction but is by no means exhaustive. If you have questions

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

CommCare for Android Smartphones

CommCare for Android Smartphones CommCare for Android Smartphones The information on this page reflects the old design of CommCare This page is primarily useful for programs using older versions of CommCare. A page directed at the newer

More information

CS 215 Software Design Homework 3 Due: February 28, 11:30 PM

CS 215 Software Design Homework 3 Due: February 28, 11:30 PM CS 215 Software Design Homework 3 Due: February 28, 11:30 PM Objectives Specifying and checking class invariants Writing an abstract class Writing an immutable class Background Polynomials are a common

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

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

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

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

Laboratory Assignment #3 Eclipse CDT

Laboratory Assignment #3 Eclipse CDT Lab 3 September 12, 2010 CS-2303, System Programming Concepts, A-term 2012 Objective Laboratory Assignment #3 Eclipse CDT Due: at 11:59 pm on the day of your lab session To learn to learn to use the Eclipse

More information

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Contents Create your First Test... 3 Standalone Web Test... 3 Standalone WPF Test... 6 Standalone Silverlight Test... 8 Visual Studio Plug-In

More information

ewon Flexy JAVA J2SE Toolkit User Guide

ewon Flexy JAVA J2SE Toolkit User Guide Application User Guide ewon Flexy JAVA J2SE Toolkit User Guide AUG 072 / Rev. 1.0 This document describes how to install the JAVA development environment on your PC, how to create and how to debug a JAVA

More information

TIBCO Spotfire S+ 8.2 Workbench User s Guide

TIBCO Spotfire S+ 8.2 Workbench User s Guide TIBCO Spotfire S+ 8.2 Workbench User s Guide November 2010 TIBCO Software Inc. IMPORTANT INFORMATION SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

HL7Spy 1.1 Getting Started

HL7Spy 1.1 Getting Started Inner Harbour Software HL7Spy 1.1 Getting Started Nov 14, 2009 DRAFT Main Areas of HL7Spy's User Interface The figure below shows the main areas of the HL7Spy user interface. The two main regions of the

More information

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes This document includes the following topics: About

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

Getting Started (1.8.7) 9/2/2009

Getting Started (1.8.7) 9/2/2009 2 Getting Started For the examples in this section, Microsoft Windows and Java will be used. However, much of the information applies to other operating systems and supported languages for which you have

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents About this Guide... 7 Conventions...7 Typographical... 7 Icons... 7 1 Release Notes Summary... 8 New Features and Improvements... 8 Fixed Issues... 8 2

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

AonixADT for Eclipse Release / Installation Notes. Version 3.3.0, Build 2

AonixADT for Eclipse Release / Installation Notes. Version 3.3.0, Build 2 AonixADT for Eclipse Release / Installation Notes Version 3.3.0, Build 2 UD/REL/ADTN0000-06009/015 November 2012 Atego Systems, Inc. 5930 Cornerstone Court West, Suite 250 San Diego, CA 92121 Tel: 888-912-8346

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

POOSL IDE Installation Manual

POOSL IDE Installation Manual Embedded Systems Innovation by TNO POOSL IDE Installation Manual Tool version 4.1.0 7 th November 2017 1 POOSL IDE Installation Manual 1 Installation... 4 1.1 Minimal system requirements... 4 1.2 Installing

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

SpringSource Tool Suite M2

SpringSource Tool Suite M2 SpringSource Tool Suite 2.7.0.M2 - New and Noteworthy - Martin Lippert 2.7.0.M2 June 13, 2011 Updated for 2.7.0.M2 ENHANCEMENTS 2.7.0.M2 General Updates Memory Settings We raised the default memory settings

More information

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x Perceptive Nolij Web Administrator Guide Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates.. Table of Contents Introduction...

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

ADT: Eclipse development tools for ATL

ADT: Eclipse development tools for ATL ADT: Eclipse development tools for ATL Freddy Allilaire (freddy.allilaire@laposte.net) Tarik Idrissi (tarik.idrissi@laposte.net) Université de Nantes Faculté de Sciences et Techniques LINA (Laboratoire

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

6L00IA - Introduction to Synergy Software Package Short Version (SSP v1.2.0) Renesas Synergy Family - S7 Series

6L00IA - Introduction to Synergy Software Package Short Version (SSP v1.2.0) Renesas Synergy Family - S7 Series 6L00IA - Introduction to Synergy Software Package Short Version (SSP v1.2.0) Renesas Synergy Family - S7 Series LAB PROCEDURE Description: The purpose of this lab is to familiarize the user with the Synergy

More information

SpiraTeam IDE Integration Guide Inflectra Corporation

SpiraTeam IDE Integration Guide Inflectra Corporation SpiraTeam IDE Integration Guide Inflectra Corporation Date: June 22nd, 2018 Contents 1. Introduction... 1 2. Jetbrains IDEs... 2 3. Eclipse / Mylyn... 8 4. Visual Studio 2012+... 19 5. Visual Studio 2010...

More information

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents Summary... 7 New Features and Improvements... 7 Fixed Issues... 8 1 About Pro... 9 Key Advantages... 9 2 Get Started... 10 Requirements... 10 Install and

More information

Data Crow Version 2.0

Data Crow Version 2.0 Data Crow Version 2.0 http://www.datacrow.net Document version: 4.1 Created by: Robert Jan van der Waals Edited by: Paddy Barrett Last Update: 26 January, 2006 1. Content 1. CONTENT... 2 1.1. ABOUT DATA

More information

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER?

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER? 1 A Quick Tour WHAT S IN THIS CHAPTER? Installing and getting started with Visual Studio 2012 Creating and running your fi rst application Debugging and deploying an application Ever since software has

More information

Colligo Briefcase for Mac. Release Notes

Colligo Briefcase for Mac. Release Notes Colligo Briefcase for Mac Release Notes Contents Technical Requirements... 3 Release 7.5 06 Oct0ber 2017... 4 New in this Release... 4 Release 7.5 18 May 2017... 4 New in 7.5... 4 Issues 7.5... 5 Known

More information

HPE Security Fortify Plugins for Eclipse

HPE Security Fortify Plugins for Eclipse HPE Security Fortify Plugins for Eclipse Software Version: 17.20 Installation and Usage Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

Contents Release Notes System Requirements Using Jive for Office

Contents Release Notes System Requirements Using Jive for Office Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

Chapter 3 Using Styles and Templates

Chapter 3 Using Styles and Templates Getting Started Guide Chapter 3 Using Styles and Templates Using Consistent Formatting in Your Documents Copyright This document is Copyright 2018 by the LibreOffice Documentation Team. Contributors are

More information

Prototype User Guide Public Release Version 1

Prototype User Guide Public Release Version 1 Public Release Version 1 Related task of the project (Task # and full name): Author: Task 2.6 - Prototype James Carr Prepared by: Approved by: Page: 1 of 24 1 Definitions 1.1 Acronyms and Abbreviations

More information

Tools Basics. Getting Started with Renesas Development Tools R8C/3LX Family

Tools Basics. Getting Started with Renesas Development Tools R8C/3LX Family Getting Started with Renesas Development Tools R8C/3LX Family Description: The purpose of this lab is to allow a user new to the Renesas development environment to quickly come up to speed on the basic

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

An Introductory Guide to SpecTRM

An Introductory Guide to SpecTRM An Introductory Guide to SpecTRM SpecTRM (pronounced spectrum and standing for Specification Tools and Requirements Methodology) is a toolset to support the specification and development of safe systems

More information