[svn:parrot] r48057 - trunk/editor
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Jul 8 22:27:20 UTC 2010
Author: mikehh
Date: Thu Jul 8 22:27:20 2010
New Revision: 48057
URL: https://trac.parrot.org/parrot/changeset/48057
Log:
correct typo, remove TODO as I did a bit of testing,
(kate_syntax.pl probably needs to be updated as there have been quite a few changed since it was last worked on)
Modified:
trunk/editor/README.pod
Modified: trunk/editor/README.pod
==============================================================================
--- trunk/editor/README.pod Thu Jul 8 21:32:09 2010 (r48056)
+++ trunk/editor/README.pod Thu Jul 8 22:27:20 2010 (r48057)
@@ -41,8 +41,7 @@
in F<editor/> to build it.
-Copy the file F<imcc.xml> to F<~/.kde/share/apps/katepart/systax>.
-TODO: Not tested if this really works!
+Copy the file F<imcc.xml> to F<~/.kde/share/apps/katepart/syntax>.
=head2 Emacs
@@ -84,7 +83,7 @@
(function (lambda ()
(setq indent-tabs-mode nil))))
-to F<~/.emacs> as this seems to prevent the odd behavior that is noted when
+to F<~/.emacs> as this seems to prevent the odd behavior that is noted when
using tabs in the pasm mode.
=back
More information about the parrot-commits
mailing list