summaryrefslogtreecommitdiffstats
path: root/parts
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 19:04:50 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 19:04:50 -0500
commit96373c26892ef84132420a02ee7cf96f34a11810 (patch)
tree9ef192a9a915e7f091de60baa9160a927efca59a /parts
parent46d5d5150c04edf32c2ac900cee80d04f90d0929 (diff)
downloadtdevelop-96373c26892ef84132420a02ee7cf96f34a11810.tar.gz
tdevelop-96373c26892ef84132420a02ee7cf96f34a11810.zip
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'parts')
-rw-r--r--parts/scripting/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/scripting/README b/parts/scripting/README
index 566feaa9..6f0a89ed 100644
--- a/parts/scripting/README
+++ b/parts/scripting/README
@@ -1,6 +1,6 @@
KScript In KDevelop
-KScriptInterface allows us to have a generic way to add scripting languages to KDE applications. KScriptInterface is not really a scripting language per say, but an interface so that applications can embed scripting languages without explicitly linking to them. This allows all runtime linkage to the different interpreters. Currently the most effective way for scripts to communicate with applications is via DCOP. KScriptInterface script engines provide some convinences methods to access the dcop interfaces of the embedding application.
+KScriptInterface allows us to have a generic way to add scripting languages to TDE applications. KScriptInterface is not really a scripting language per say, but an interface so that applications can embed scripting languages without explicitly linking to them. This allows all runtime linkage to the different interpreters. Currently the most effective way for scripts to communicate with applications is via DCOP. KScriptInterface script engines provide some convinences methods to access the dcop interfaces of the embedding application.
In KDevelop we have the ability to use scripts written for Kate, since the KateText interface is fully exported to DCOP. By default KDevelop will import Kate scripts. Users can also add other search paths for loading scripts.