From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- doc/kdevelop/kdevelop-survey.docbook | 62 ++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'doc/kdevelop/kdevelop-survey.docbook') diff --git a/doc/kdevelop/kdevelop-survey.docbook b/doc/kdevelop/kdevelop-survey.docbook index 9fe32d2d..0f117958 100644 --- a/doc/kdevelop/kdevelop-survey.docbook +++ b/doc/kdevelop/kdevelop-survey.docbook @@ -1,4 +1,4 @@ - + @@ -7,18 +7,18 @@ -Overview of &kdevelop; Features +Overview of &tdevelop; Features - - &kdevelop; + + &tdevelop; survey - + overall view - + survey -&kdevelop; integrates a lot of tools, scripts, and templates in a common user interface. Basically it consists of +&tdevelop; integrates a lot of tools, scripts, and templates in a common user interface. Basically it consists of @@ -40,7 +40,7 @@ various class browsers to aid you in maintaining the classes and their relationships of your object-oriented programming project, - a debugger interface to find and remove program errors from within &kdevelop;, and + a debugger interface to find and remove program errors from within &tdevelop;, and several plugin tools, extensible modules which can be loaded at runtime and on demand. This allows you to only turn on those features you really need. @@ -53,12 +53,12 @@ - In fact there are three &kdevelop;-based applications: + In fact there are three &tdevelop;-based applications: - The &kdevelop; IDE — this is the place where you will usually work. - The stand-alone &kdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &kdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. - The &kdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &kdevelop; IDE. + The &tdevelop; IDE — this is the place where you will usually work. + The stand-alone &tdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &tdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. + The &tdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &tdevelop; IDE. @@ -67,11 +67,11 @@ Available User Interface Modes - &kdevelop; + &tdevelop; user interface modes user interface - &kdevelop; modes + &tdevelop; modes UI modes @@ -84,7 +84,7 @@ IDEAl -&kdevelop; offers developers four separate user interface modes (click on the mode name to view an example): +&tdevelop; offers developers four separate user interface modes (click on the mode name to view an example): IDEAl @@ -160,7 +160,7 @@ To switch the user interface mode select Settings -(Older &kdevelop; versions provide the top mode selection section only.) +(Older &tdevelop; versions provide the top mode selection section only.) @@ -171,7 +171,7 @@ Dependent on the user interface mode you selected, other configuration sections -Do not forget to restart &kdevelop; in order to let your selections take effect. +Do not forget to restart &tdevelop; in order to let your selections take effect. @@ -180,10 +180,10 @@ Do not forget to restart &kdevelop; in order to let your selections take effect. How to Maximize the Work Space Area - &kdevelop; + &tdevelop; work space - &kdevelop; + &tdevelop; maximize work space user interface @@ -254,7 +254,7 @@ To hide the menubar select Settings -The &kdevelop; Titlebar +The &tdevelop; Titlebar (... to be written ...) @@ -262,7 +262,7 @@ To hide the menubar select Settings -The &kdevelop; Statusbar +The &tdevelop; Statusbar (... to be written ...) @@ -312,7 +312,7 @@ To hide the menubar select Settingsproject management -Globally, a project will rely on some form of project management system. &kdevelop; offers four project management systems the programmer can select from when creating a new project. +Globally, a project will rely on some form of project management system. &tdevelop; offers four project management systems the programmer can select from when creating a new project. @@ -341,7 +341,7 @@ Globally, a project will rely on some form of project management system. &kdeve projects -Projects created with &kdevelop;'s &automanag; make it very easy for developers to use the &GNU; standard development tools. They provide +Projects created with &tdevelop;'s &automanag; make it very easy for developers to use the &GNU; standard development tools. They provide a better way of Makefile generation and @@ -364,7 +364,7 @@ Projects created with &kdevelop;'s &automanag; make it very easy for developers projects -For developers who enjoy the flexibility and feel of &Qt;'s qmake system, &kdevelop; offers the ability to handle qmake based projects (.pro files) within the &GUI;. +For developers who enjoy the flexibility and feel of &Qt;'s qmake system, &tdevelop; offers the ability to handle qmake based projects (.pro files) within the &GUI;. For more information on the QMake project manager see the qmake User Guide which should be included in your distribution or have a look at the TROLLTECH Documentation home page where you may find the QMake documentation of your Qt C++ GUI Application Development Toolkit version. @@ -382,12 +382,12 @@ For more information on the QMake project manager see the qmake User Guid projects -CMake will be the &kde; build system for &kde; 4 and &kdevelop; already +CMake will be the &kde; build system for &kde; 4 and &tdevelop; already provides you some CMake based templates in C and C++. You only need the cmake program in your $PATH to build them. -To set up a new C or C++ project in &kdevelop; select +To set up a new C or C++ project in &tdevelop; select Project New Project... C or C++ @@ -417,7 +417,7 @@ To set up a new C or C++ project in &kdevelop; select Java -&Java; developers may want to use the Apache ANT project manager for their projects. To set up a new Ant project in &kdevelop; select Project +&Java; developers may want to use the Apache ANT project manager for their projects. To set up a new Ant project in &tdevelop; select Project New Project... Java Ant Project @@ -441,7 +441,7 @@ For more information see The Apache Ant Proj custom projects -If you prefer to maintain your own Makefiles for your project you may use the custom project option of &kdevelop;. This may be feasible in unusually structured projects or if you want to retain full control over the make process. +If you prefer to maintain your own Makefiles for your project you may use the custom project option of &tdevelop;. This may be feasible in unusually structured projects or if you want to retain full control over the make process. Yet, if you do not really need the extra flexibility and control of the custom project manager you should consider &automanag; or one of the other project managers, because they considerably ease the program building and distribution processes. @@ -470,10 +470,10 @@ The distribution of your applications does not require the end-user to have anyt which at least for C++ applications is most often the case. But you can as well distribute binary packages of your application. -In either way, the end-user of your product does not need &kdevelop; installed. +In either way, the end-user of your product does not need &tdevelop; installed. -For giving away your sources, we advise to include the project file of &kdevelop; as well. This makes it very easy for other developers—if they use &kdevelop;—to work with your sources. +For giving away your sources, we advise to include the project file of &tdevelop; as well. This makes it very easy for other developers—if they use &tdevelop;—to work with your sources. For projects where several developers, maybe working on different places, are involved, this should be the case anyway. So you can ensure consistency of the Makefiles to not run into trouble. @@ -486,4 +486,4 @@ Especially on multi language applications, translators won' - + -- cgit v1.2.3