an introduction to the source insight

13
An introduction to the Source Insight [email protected]

Upload: albin

Post on 04-Jan-2016

53 views

Category:

Documents


0 download

DESCRIPTION

An introduction to the Source Insight. [email protected]. Outline. Background Foreground. Outline. Background Foreground. Background. What is the Source Insight? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: An introduction to the Source Insight

An introduction to the Source Insight

[email protected]

Page 2: An introduction to the Source Insight

Outline

BackgroundForeground

Page 3: An introduction to the Source Insight

Outline

BackgroundForeground

Page 4: An introduction to the Source Insight

Background

What is the Source Insight?Source Insight is a project-oriented program editor and code browser, with built-in analysis for C/C++, C#, and Java programs.

What can it do?Source Insight parses your source code and maintains its own database of symbolic information dynamically while you work, and presents useful contextual information to you automatically.

Page 5: An introduction to the Source Insight

Background (cont.)

In essence, Source Insight is a special database.

Page 6: An introduction to the Source Insight

Outline

BackgroundForeground

Page 7: An introduction to the Source Insight

Source File Window

When you open a source file, it appears in its own source file window.

This window is where you do all of your regular editing.

A source file window is an MDI window.

Page 8: An introduction to the Source Insight

Symbol Window

The Symbol Window lists all the symbols defined in the file.

Source Insight scans your file in the background and dynamically updates the Symbol Window.

Page 9: An introduction to the Source Insight

Project Window

The Project Window lists all the files and symbols in the project.

It allows you to open files quickly; regardless of what directory they are in.

Page 10: An introduction to the Source Insight

Context Window

The Context Window is a Source Insight innovation that automatically provides relevant information while you are viewing and editing your source code.

It displays contextual information while you type or click on things.

Page 11: An introduction to the Source Insight

Relation Window

The Relation Window is a Source Insight innovation that shows the relationship between the currently selected symbol and other things.

It works like the Context Window by tracking what you are doing and showing relationship

information automatically.

Page 12: An introduction to the Source Insight

Clip Window

The Clip Window is a floating and dockable window that displays clips.

Clips are clipboard-like documents.

Page 13: An introduction to the Source Insight

Q&A

Thank you !