1 / 13

An introduction to the Source Insight

An introduction to the Source Insight. frankey0207@gmail.com. Outline. Background Foreground. Outline. Background Foreground. Background. What is the Source Insight?

albin
Télécharger la présentation

An introduction to the Source Insight

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 Thank you !

More Related