[Lunar-commits] <moonbase> fxite: Add this FXScintilla based editor to moonbase
Terry Chan
tchan at lunar-linux.org
Sat Feb 27 21:32:23 CET 2010
commit 5cb56a72166ebe7a5776a096e27c41d4fa43cc34
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sat Feb 27 14:32:23 2010 -0600
fxite: Add this FXScintilla based editor to moonbase
---
editors/fxite/DEPENDS | 2 ++
editors/fxite/DETAILS | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/editors/fxite/DEPENDS b/editors/fxite/DEPENDS
new file mode 100644
index 0000000..489ab41
--- /dev/null
+++ b/editors/fxite/DEPENDS
@@ -0,0 +1,2 @@
+depends fxscintilla
+depends lua
diff --git a/editors/fxite/DETAILS b/editors/fxite/DETAILS
new file mode 100644
index 0000000..b4c4e07
--- /dev/null
+++ b/editors/fxite/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=fxite
+ VERSION=0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://fxite.googlecode.com/files
+ SOURCE_VFY=sha1:0d5e18d6deb8dcac668c8783ef3db93ac8277f2d
+ WEB_SITE=http://www.scintilla.org/SciTE.html
+ ENTERED=20100227
+ UPDATED=20100227
+ SHORT="A FXScintilla based Text Editor"
+
+cat << EOF
+FXiTe is the Free eXtensible Text Editor, and is an advanced cross-platform text
+editor built with the Fox GUI toolkit and the FXScintilla text widget. It
+features built-in syntax highlighting for 40+ languages, an embedded Lua
+scripting engine, macro recording and playback, multi-line regular expression
+search and replace, rudimentary ctags and calltip support, a flexible interface
+to external tools, and a built-in "message window" to capture the output of
+external commands such as compiler error messages, etc.
+EOF
More information about the Lunar-commits
mailing list