This shows you the differences between two versions of the page.
|
dido:public:ra:xapend:xapend.a_glossary:i:ide [2022/01/26 13:57] nick created |
dido:public:ra:xapend:xapend.a_glossary:i:ide [2022/01/26 13:58] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | ||
| - | An **Integrated Development Environment (IDE)** is an [[dido:public:ra:xapend:xapend.a_glossary:a:application]] facilitating the development of other Application. In general, an **IDE** is a [[dido:public:ra:xapend:xapend.a_glossary:g:gui] based workbench designed to aid a developer in building [[dido:public:ra:xapend:xapend.a_glossary:s:software]] Applications with an integrated environment combined with all the required tools at hand (i.e, [[dido:public:ra:xapend:xapend.a_glossary:s:syntax_highlighting]], spellcheckers, [dido:public:ra:xapend:xapend.a_glossary:s:static_code_analysis]], [[dido:public:ra:xapend:xapend.a_glossary:d:debugger]], [[dido:public:ra:xapend:xapend.a_glossary:v:version_control]], etc.) | + | An **Integrated Development Environment (IDE)** is an [[dido:public:ra:xapend:xapend.a_glossary:a:application]] facilitating the development of other Application. In general, an **IDE** is a [[dido:public:ra:xapend:xapend.a_glossary:g:gui]] based workbench designed to aid a developer in building [[dido:public:ra:xapend:xapend.a_glossary:s:software]] Applications with an integrated environment combined with all the required tools at hand (i.e, [[dido:public:ra:xapend:xapend.a_glossary:s:syntax_highlighting]], spellcheckers, [dido:public:ra:xapend:xapend.a_glossary:s:static_code_analysis]], [[dido:public:ra:xapend:xapend.a_glossary:d:debugger]], [[dido:public:ra:xapend:xapend.a_glossary:v:version_control]], etc.) |
| Most common features, such as debugging, version control and data structure browsing, help a developer quickly execute actions without switching to other applications. Thus, it helps maximize productivity by providing similar user interfaces (UI) for related components and reduces the time taken to learn the language. An **IDE** supports single or multiple languages. | Most common features, such as debugging, version control and data structure browsing, help a developer quickly execute actions without switching to other applications. Thus, it helps maximize productivity by providing similar user interfaces (UI) for related components and reduces the time taken to learn the language. An **IDE** supports single or multiple languages. | ||