Download presentation
Presentation is loading. Please wait.
1
An introduction to the Source Insight frankey0207@gmail.com
2
Outline Background Foreground
3
Outline Background Foreground
4
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.
5
Background (cont.) In essence, Source Insight is a special database.
6
Outline Background Foreground
7
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.
8
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.
9
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.
10
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.
11
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.
12
Clip Window The Clip Window is a floating and dockable window that displays clips. Clips are clipboard-like documents.
13
Q&A
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.