diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /src/profiles/IDE/ScriptingLanguageIDE | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
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
Diffstat (limited to 'src/profiles/IDE/ScriptingLanguageIDE')
12 files changed, 91 insertions, 0 deletions
diff --git a/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am new file mode 100644 index 00000000..28f2afbc --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am @@ -0,0 +1,4 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE +profiles_DATA = profile.config + +SUBDIRS = RubyIDE PerlIDE PHPIDE PythonIDE ShellIDE diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am new file mode 100644 index 00000000..0dfc6f41 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am @@ -0,0 +1,3 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE +profiles_DATA = profile.config + diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/profile.config new file mode 100644 index 00000000..f43dba40 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List= + +[Enable] +List= + +[Information] +Description=PHP IDE profile +GenericName=PHP IDE + +[Properties] +List=PHPProjectDocumentation diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am new file mode 100644 index 00000000..06f94ac1 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am @@ -0,0 +1,3 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE +profiles_DATA = profile.config + diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/profile.config new file mode 100644 index 00000000..fd33b65c --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List= + +[Enable] +List= + +[Information] +Description=Perl IDE profile +GenericName=Perl IDE + +[Properties] +List= diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am new file mode 100644 index 00000000..04a98540 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am @@ -0,0 +1,3 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE +profiles_DATA = profile.config + diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/profile.config new file mode 100644 index 00000000..db605e85 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List= + +[Enable] +List= + +[Information] +Description=Python IDE profile +GenericName=Python IDE + +[Properties] +List= diff --git a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am new file mode 100644 index 00000000..8728ed31 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am @@ -0,0 +1,3 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE +profiles_DATA = profile.config + diff --git a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/profile.config new file mode 100644 index 00000000..5e58c161 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List=kdevfilelist,kdevsnippet,kdevvalgrind,kdevastyle,kdevctags2,kdevsecurity,kdevregexptest + +[Enable] +List= + +[Information] +Description=Ruby IDE profile +GenericName=Ruby IDE + +[Properties] +List=RubyDebugger diff --git a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am new file mode 100644 index 00000000..a62bce23 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am @@ -0,0 +1,3 @@ +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE +profiles_DATA = profile.config + diff --git a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/profile.config new file mode 100644 index 00000000..910f9eb5 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List= + +[Enable] +List= + +[Information] +Description=Shell scripting IDE profile +GenericName=Shell scripting IDE + +[Properties] +List= diff --git a/src/profiles/IDE/ScriptingLanguageIDE/profile.config b/src/profiles/IDE/ScriptingLanguageIDE/profile.config new file mode 100644 index 00000000..6b39de13 --- /dev/null +++ b/src/profiles/IDE/ScriptingLanguageIDE/profile.config @@ -0,0 +1,12 @@ +[Disable] +List= + +[Enable] +List= + +[Information] +Description=Scripting Language IDE profile +GenericName=Scripting Language IDE + +[Properties] +List=ScriptDevelopment |