GPS The GNAT Programming Studio GPS The GNAT Programming Studio Presentation cover page EU Vincent Celier FOSDEM 8-9 February 2009 Senior.

Slides:



Advertisements
Similar presentations
© by Pearson Education, Inc. All Rights Reserved.
Advertisements

 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Slide 1 of 9 Presenting 24x7 Scheduler The art of computer automation Press PageDown key or click to advance.
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
Classroom User Training June 29, 2005 Presented by:
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Siemens Power Generation, Instrumentation &Controls
IE 411/511: Visual Programming for Industrial Applications
Chapter Three The UNIX Editors. 2 Lesson A The vi Editor.
Tutorial 111 The Visual Studio.NET Environment The major differences between Visual Basic 6.0 and Visual Basic.NET are the latter’s support for true object-oriented.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
CHAPTER TEN AUTHORING.
Introduction Purpose This training course covers debugging an application on an SH target in the Renesas HEW (High-performance Embedded Workshop) development.
Digital curation activities enhance access and retrieval, maintain quality, add value, and facilitate use and re-use over time. This poster demonstrates.
VistA Imaging Workstation Configuration. October The information in this documentation includes functionality of the software after the installation.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Chapter Three The UNIX Editors.
9-Nov-97Tri-Ada '971 TASH An Alternative to the Windows API TRI-Ada ‘97 Terry J. Westley
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Slide: 1 GNATbench, an Ada Eclipse plugin Vincent Celier FOSDEM 8-9 February 2009 Senior software engineer, AdaCore.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Section 10.1 Define scripting
Dive Into® Visual Basic 2010 Express
Shelly Cashman: Microsoft Word 2016
ASP.NET Forms.
Chapter 2: The Visual Studio .NET Development Environment
Getting Started with Application Software
PC-DMIS Introduction to GD&T Selection
Creating Oracle Business Intelligence Interactive Dashboards
Working in the Forms Developer Environment
Creating a Basic Form Module
The Desktop Screen image displayed when a PC starts up A metaphor
CARA 3.10 Major New Features
ATS Application Programming: Java Programming
Appendix A Barb Ericson Georgia Institute of Technology May 2006
IBM Rational Rhapsody Advanced Systems Training v7.5
Chapter A - Getting Started with Dreamweaver MX 2004
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Chapter 2 – Introduction to the Visual Studio .NET IDE
Guide To UNIX Using Linux Third Edition
Metadata Editor Introduction
1. Introduction to Visual Basic
Introduction to the Visual C# 2005 Express Edition IDE
Using GUI Objects and the Visual Studio IDE
COSC-4840 Software Engineering
Boeing Supply Chain Platform (BSCP) Detailed Training
Windows Internet Explorer 7-Illustrated Essentials
VISUAL BASIC.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Hands-on Introduction to Visual Basic .NET
Embedding Graphics in Web Pages
Chapter 2 Creating a Research Paper with References and Sources
Adapting GPS to your Workflows
Using JDeveloper.
GRAPHICAL USER INTERFACE
Visual Studio.
Download from Zotero Home Page
Linux Operations and Administration
MECH 3550 : Simulation & Visualization
Overview of the IDE Visual Studio .NET is Microsoft’s Integrated Development Environment (IDE) for creating, running and debugging programs (also.
Chapter 4 Enhancing the Graphical User Interface
Logging In Using CAT for the Participant Version 1.6
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Presentation transcript:

GPS The GNAT Programming Studio GPS The GNAT Programming Studio Presentation cover page EU Vincent Celier FOSDEM 8-9 February 2009 Senior software engineer, AdaCore

Slide: 2 GPS IDE Developer-friendly Easy to learn and use Multi-language: Ada, C, C++ Multi-platform –Linux, Unix, Windows,... Native & cross development Same GUI on all platforms Flexible MDI Customizable Extensible, open technology –Easy to plug-in 3rd party tools

Slide: 3 GPS: A Single IDE for Native & Embedded Development Native/Host/Remote Development Embedded Development Mixed-Language Development A common technology in a Single IDE

Slide: 4 GPS is an Open Environment All tools also available from the command line –You can use them in text-only mode (e.g. for use in scripts) –Call them from your own tools All formats use plain text –E.g. the project file Extensible, open technology –Can plug-in 3rd party tools

Slide: 5 GPS Tools (1) Language-sensitive editor Automatic generation of body files Source code reformatting Intelligent source code navigation Context-sensitive search and replace Application builder Version control (CVS, ClearCase, etc.) Visual file comparison

Slide: 6 GPS Tools (2) Graphical source-level debugger Project and program entities explorer Project wizard Types and program entities graphs Call graphs File dependency graphs Project dependency graphs Unit testing

Slide: 7 GPS Tools (3) Documentation generator Metrics VCS Activities Code refactoring …

Slide: 8 Future GPS Tools Scope folding CPU and Memory profiling More integrated and powerful remote development Elaboration dependency graph Support for gcov / lcov … and many more to come !

Sectional cover - Embedded board GPS Screen Shots

Slide: 10 Flexible Multiple Document Interface (MDI) GPS windows can be confined to the main GPS area or they can be left floating and handled individually on the desktop. The image shows the Searchc window, project explorer, entity browser, GPS editor, location window and outline view docked inside the main GPS area. An additional GPS editor window is left floating.

Slide: 11 Language Sensitive Editor The GPS editor highlights programming language keywords, comments, and strings. It offers automatic code indentation and identifier completion. Tool tips show cross-reference information during development and object values during debugging. Users can move between and highlight matching delimiters such as (), [], or {}. GPS is also integrated with external editors such as Emacs or vi.

Slide: 12 Code Navigation Navigating within your project sources is simple with GPS. Right click on a program entity in the editor to see its declaration, or to find all its local or global references. With GPS you can see call graphs, display the relationship between program entities, or toggle between the spec and body of packages, tasks, and subprograms.

Slide: 13 Search and Replace GPS provides a context-sensitive search and replace capability. You can search within the project explorer, project sources, the current file or a given set of files. The screen shot shows the result of a search for entity "Push" in the project sources. A search for all occurrences was requested. The result is displayed in the locations window.

Slide: 14 Automatic Code Fixing GPS allows easy browsing of compilation errors and offers the possibility to automatically fix most of them. The screen shot shows the result of a project build. There is one compilation error. If the programmer clicks on the wrench icon on the left of the "Locations" windows, GPS will automatically correct the misspelled identifier.

Slide: 15 Version Control GPS integrates several version control systems (VCS). The screen shot shows the VCS explorer on the left. Icons show source file status: up-to-date, modified, needing update, etc. On the right an annotated source showing the revision, author and date for each line. On the bottom the revision history window indicates the reasons for each revision.

Slide: 16 Visual File Comparison GPS allows to visually compare two files in a colorful fashion. The screen shot shows the reference file on the left. Added, modified or deleted lines in the reference are in gray, while they are in green, blue, and pink (respectively) in the compared version. To enhance readability GPS synchronizes file display so that matching lines are adjacent.

Slide: 17 Debugger GPS includes a source and assembly-level debugger capable of graphically displaying program data structures in the same way a programmer would draw them. The screen shot shows such a data structure on the left hand-side. Data structure display is interactive: one can click on pointers, in blue on the screen, to display the objects pointed by them.

Slide: 18 Project Explorer The project explorer allows developers to examine the structure and contents of a project, update its configuration, and navigate within its items: sub-projects, source files, and program entities. The screen shot shows, on the left, the project explorer of a simple project. Clicking on subprogram "Read" displays it on the editor window.

Slide: 19 Project Wizard The GPS project wizard allows developers to create complex projects quickly. Among other things, developers can select the version control system, the source files and directories, the naming conventions, and the build parameters for their project.

Slide: 20 Program Entity Graph GPS generalizes the notion of a class graph to include all program entities such as objects and subprograms in addition to types. After displaying the content of an entity in the graph, the type of the objects, fields, parameters, etc, in blue in the screen shot, can be clicked to display the corresponding entity type.

Slide: 21 Call Graph The call graph allows developers to picture the call relationship between subprograms in the project. Like in all GPS graphs, developers can choose between straight and orthogonal arcs or navigate through and zoom in or zoom out graphs. Developers can move items in the graph and highlight or hide their arcs.

Slide: 22 Call Graph (tree view) The call graph is also available using a tree view.

Slide: 23 File Dependency Graph Programmers can picture source file compilation dependencies with the GPS dependencies browser. The screen shot shows the graph after the developer performed a zoom out operation to have a more global view of the compilation dependencies in the project.

Slide: 24 Project Dependency Graph As shown in the screen shot, project dependencies can be viewed in two ways: the project explorer on the left gives a tree view of the dependencies (sub-projects are duplicated to represent the graph as a tree), while the project browser in the middle displays dependencies as a graph. The "!" on the main project means the project has been modified.

Slide: 25 Metrics Metrics can be computed by GPS for a specific file of the project, or for the whole project. The result is shown on the left window of the above screenshot.

Slide: 26 Documentation generator The screen shot shows an example of html documentation automatically generated using GPS. This documentation contains all functions or procedure declaration along with their own documentation.

Slide: 27 GPS is Customizable From its menus, to its editor, debugger, browser and graph windows, to its key bindings and general appearance, GPS allows users to customize many of its aspects. The screen shot shows the preferences window after customizing the editor windows: the color of the current line is now green, while keywords are now white on a blue background.

Slide: 28 GPS is Extensible Extending GPS to integrate additional tools that you can launch via new buttons and custom menus is a simple matter of writing an XML file. The screen shot shows a new CUSTOM menu and two new smiley buttons from which new tools can be launched. The XML file to add these items is shown in the editor window.

Sectional cover- Two guys working together Summary

Slide: 30 GPS Summary With GPS you can Develop applications Navigate and understand the code Maintain your applications With GPS you can Develop applications Navigate and understand the code Maintain your applications GPS helps you: Manage software complexity Improve code quality Increase productivity GPS helps you: Manage software complexity Improve code quality Increase productivity

Slide: 31 Bring AdaCore Quality to Your Projects