From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/api/LangSupportStatus.dox | 330 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 doc/api/LangSupportStatus.dox (limited to 'doc/api/LangSupportStatus.dox') diff --git a/doc/api/LangSupportStatus.dox b/doc/api/LangSupportStatus.dox new file mode 100644 index 00000000..fa08cc67 --- /dev/null +++ b/doc/api/LangSupportStatus.dox @@ -0,0 +1,330 @@ +/** \file LangSupportStatus.dox + * \brief Programming Languages Support Status + */ + +/** \page LangSupportStatus Programming Languages Support Status + +\ref howToAddProgrammingLanguages (doc/api/HowToAddProgrammingLanguages.dox file) for step by step info on how to implement these features. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Feature/LanguageAdaBashC/C++FortranHaskellJavaPascalPerlPHPPythonRubySQL
\ref sectionClassWizardYN/AYN/AN/AYNNYNNN/A
\ref sectionAttributeMethodWizardNN/AYN/AN/AYNNNNNN/A
\ref sectionQtUiSubclassingN/AN/AYN/AN/AYN/AN/AN/ANN/AN/A
\ref sectionLanguageParserANTLRInternalcppparserInternalNANTLRANTLRInternalInternalInternalNN
\ref sectionMemoryClassStoreCodeModelCodeModelCodeModelCodeModelNCodeModelCodeModelCodeModelCodeModelCodeModelNY
\ref sectionPersistantClassStoreNNCatalogNNNNNNNNN/A
\ref sectionCodeCompletionNYYNNNNNYNNN
\ref sectionProblemReporterYNYNNYYNYNNN
\ref sectionApplicationTemplatesYYYYYYYYYYYY
\ref sectionApplicationImportTemplatesYNYYNYYYYYYN
\ref sectionSourceFileTemplatesYNYYYYYYYYYN
\ref sectionAbbreviationTemplatesNNYNN/ANYNYNNN
\ref sectionSourceCodeFormaterNNYNNYNNNNNN
\ref sectionDocumentationTopicsYYYNYYNYYYYN
\ref sectionDebuggerNNYNN/AYNNNNNN
\ref sectionCompilerPluginsNN/AgccPGHPF, PGF77GlasgowNDelphi, Free PascalNNNNN
+
+Legend: +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Feature has not been implemented
Feature is in alpha state, the development has only been started or the feature is turned off at the moment
Feature is in beta state or it is unfinished
Feature is considered to be complete or complete enough for the release
N/AFeature is not applicable for given language
SourceinfoDeprecated class store that should be replaced by a CodeModel +
Features implemented with Sourceinfo should not be marked as complete
CodeModelNew memory class store
CatalogNew persistant class store using Berkeley DB storage backend
ANTLRLanguage parser is generated by ANTLR parser generator, http://www.antlr.org
cppparserNew c/c++ parser written by Roberto Raggi for KDevelop
InternalLanguage parser is included in language support part
+ +*/ + -- cgit v1.2.3