diff options
Diffstat (limited to 'doc/api/HowToAddProgrammingLanguages.dox')
-rw-r--r-- | doc/api/HowToAddProgrammingLanguages.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox index 5cfa3643..504a397e 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -42,7 +42,7 @@ Take a look at \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) to se \section sectionLanguageSupport Language Support -Any language support should be written as a kdevelop part and implement +Any language support should be written as a tdevelop part and implement KDevLanguageSupport interface (<code>lib/interfaces/kdevlanguagesupport.h</code>). Implementing methods: @@ -137,7 +137,7 @@ and look at <code>languages/ruby/app_templates/rubyhello</code>, <code>languages \subsubsection sectionApplicationImportTemplates Application import templates KDevelop has the ability to <b>create a new project from existing projects or source code</b>. -It scans for project files ('*.kdevelop, *.kdevprj, *.studio, *.pro) and if +It scans for project files ('*.tdevelop, *.kdevprj, *.studio, *.pro) and if - it finds a project it extracts the necessary information - it does not find project files it scans for source files (*.cpp, *.java, *.pl, *.py, ...) . |