Please enable JavaScript to view this site.

winIDEA Help

Version: 9.21.260

Navigation: Build Managers in winIDEA IDE > winIDEA Build Manager

Scroll Prev Top Next More

Project window

In this topic:

 

 

Introduction

Project window allows you to organize your project files  which you can use if you feel the need to

 

Open the Project window from the View | Project | Project or by clicking the Project button ProjectButton in the Debug toolbar.

 

BuildManagerProject

 

Project root with current target

When a new project is created, a Target named Debug is generated automatically.

 

Groups

Collection of project files (Info, Linker files, Source files, Dependencies). Every Group exists in every target and groups the same project files. Besides being a visual aid in browsing project hierarchy, group names can be used in the link process. Groups do not have compilation and assembly settings, output directories etc.

 

Project files

winIDEA divides project files by their extension into four types:

compiler source files (typically .C extension)

assembler source files (e.g. .ASM,…)

object and library files (e.g. .OBJ,…)

files that do not take part in the build process - text files, graphics - anything that you find handy to have available by mouse click in the Project Window.

 

Dependencies

External libraries and framework.

 

Copyright © 2024 TASKING