diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 14:05:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:50 +0200 |
commit | 74534b2106bd57083114812c2740de1b82970349 (patch) | |
tree | 8af0fd1b676bd5bd170908e4da79be9294f4a3df /development/cssed/README | |
parent | ac82954665edda529b341ca9aede9390c40d6102 (diff) | |
download | slackbuilds-74534b2106bd57083114812c2740de1b82970349.tar.gz |
development/cssed: Initial import
Diffstat (limited to 'development/cssed/README')
-rw-r--r-- | development/cssed/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/cssed/README b/development/cssed/README new file mode 100644 index 0000000000..fd1d7a15ed --- /dev/null +++ b/development/cssed/README @@ -0,0 +1,16 @@ +cssed is a GTK2 application to help create and maintain CSS style sheets +for web developing.cssed is a small developer editor and validator, that +tries to ease the CSS editing. + +It features syntax highlighting, syntax validation, MDI notebook based +interface, quick CSS properties and values insertion, auto-completion +and dialog-based insertion of CSS complex values. + +Being a CSS editor, it's not limited to this language. cssed haved some +support for HTML (with embbeded Javascript), XML, Javascript, Java, PHP, +JSP, C, C++, Apache configuration files, .htaccess, Python, Perl, SQL, +SH and other languages so it can serve quite well as multi-purpose editor. + +It can be extended through plugins and scripted with Python, so it's +quite easy to extend its functionality. The plugins are available from the +cssed website. |