lexrupy / gmate-editor
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 14 21:41:43 -0700 2009 | |
| |
GMATE/ | Thu Apr 16 20:07:57 -0700 2009 | |
| |
LICENCE.TXT | Fri Apr 17 06:18:28 -0700 2009 | |
| |
README.TXT | Fri Apr 17 06:16:04 -0700 2009 | |
| |
g | Tue Apr 14 21:41:43 -0700 2009 | |
| |
gmate | Tue Apr 14 21:41:43 -0700 2009 | |
| |
images/ | Tue Apr 14 21:41:43 -0700 2009 |
README.TXT
GMATE EDITOR
============
This is a DRAFT of a powerfull text editor
I have started writing it to provide some "Textmate" power to linux (and windows) users.
The first aim is to create a solid base extensible with plugins (Bundles).
Currently, I have no time to continue developing this software, so, what you will found here is just a starting point to
get a working text editor with some basic features.
WHAT SHOULD BE DONE TO GET THIS EDITOR WORKING?
===============================================
1. Finish to Write the plugins API, and All documentation needed for people to develop plugins.
2. Port some usefull plugins from Gedit, RedCar, jEdit, Scribes and other editors to add:
* Snippets Support
* Modelines Support
* Word Completion
* More, More More....
3. Write a Good FileManager that supports various encodings.
4. Write a Good search and replace with regular expressions support.
5. Port From RedCar the GtkMateView, so Textmate Syntax Highlighting and Themes could be easily used with gmate.
