diff options
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 |