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/api/HowToAddProgrammingLanguages.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/HowToAddProgrammingLanguages.dox') 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 (lib/interfaces/kdevlanguagesupport.h). Implementing methods: @@ -137,7 +137,7 @@ and look at languages/ruby/app_templates/rubyhello, languages \subsubsection sectionApplicationImportTemplates Application import templates KDevelop has the ability to create a new project from existing projects or source code. -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, ...) . -- cgit v1.2.3