KDevelop4/Manual/Getting started: Sessions, Projects and Working Sets: Difference between revisions

From KDE UserBase Wiki
m (forgot the construction template)
No edit summary
Line 3: Line 3:
You already know what projects are, but you may have no idea what the difference to a Session is, or what a Working Set is. In this chapter, you'll get an overview of these terms, and learn how to use them.
You already know what projects are, but you may have no idea what the difference to a Session is, or what a Working Set is. In this chapter, you'll get an overview of these terms, and learn how to use them.


== Relationships ==
[[image:kdevelop4_sessionsprojectsworkingsets.png|center|frame|Releationships of Sessions, Projects, Working Sets and Files]]
[[image:kdevelop4_sessionsprojectsworkingsets.png|center|frame|Releationships of Sessions, Projects, Working Sets and Files]]
Before I explain the details of each subject, I will give you a short overview.
First, you know what files are. These are the bottom-most leaves of the tree. Files can be children of working sets, or projects, or both. Working sets are collections of files, as projects are, but working sets may contain files from different projects. And finally, working sets and projects are parts of a session, the root of the tree.
As most developers only work on one single project (and thus only a single session), we'll start with files and working sets, continue with handling multiple projects in one session, and finish in handling multiple sessions.
== Files and Working Sets ==
Working Sets are a little tricky to handle if you don't know them, but they're pretty useful whenever you have opened many files and want to group them.

Revision as of 14:31, 11 December 2010

Under Construction

This is a new page, currently under construction!


You already know what projects are, but you may have no idea what the difference to a Session is, or what a Working Set is. In this chapter, you'll get an overview of these terms, and learn how to use them.

Relationships

Releationships of Sessions, Projects, Working Sets and Files

Before I explain the details of each subject, I will give you a short overview.

First, you know what files are. These are the bottom-most leaves of the tree. Files can be children of working sets, or projects, or both. Working sets are collections of files, as projects are, but working sets may contain files from different projects. And finally, working sets and projects are parts of a session, the root of the tree.

As most developers only work on one single project (and thus only a single session), we'll start with files and working sets, continue with handling multiple projects in one session, and finish in handling multiple sessions.

Files and Working Sets

Working Sets are a little tricky to handle if you don't know them, but they're pretty useful whenever you have opened many files and want to group them.