From c0b08444b85053fc4b725e08ceeb6c5b0c9cf1f7 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 23 Oct 2013 16:35:17 +0200 Subject: [PATCH] Sprinkled some unicode over the README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d9a40dbf..d138e4c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I love the [Sublime Text](http://www.sublimetext.com) editor. [I have](https://github.com/quarnster/SublimeClang) [created](https://github.com/quarnster/SublimeJava) [several](https://github.com/quarnster/CompleteSharp) [plugins](https://github.com/quarnster/SublimeGDB) [to make](https://github.com/quarnster/ADBView) it even better. One thing that scares me though is that it is not open sourced and the [pace of nightly releases](http://www.sublimetext.com/nightly) have recently been anything but nightly, even now that version 3 is out in Beta. -There was a period of about 6 months after the Sublime Text 2 "stable" version was released where pretty much nothing at all was communicated to the users about what to expect in the future, nor was there much support offered in the forums. People including myself were wondering if the product was dead and I personally wondered what would happen to all the bugs, crashes and annoyances that still existed in ST2. This lack of communication is a dealbreaker to me and I decided that I will not spend any more money on that product because of it. +There was a period of about 6 months after the Sublime Text 2 “stable“ version was released where pretty much nothing at all was communicated to the users about what to expect in the future, nor was there much support offered in the forums. People including myself were wondering if the product was dead and I personally wondered what would happen to all the bugs, crashes and annoyances that still existed in ST2. This lack of communication is a dealbreaker to me and I decided that I will not spend any more money on that product because of it. As none of the other text editors I've tried come close to the love I had for Sublime Text, I decided I had to create my own. @@ -12,23 +12,23 @@ The frontend(s) are not ready to replace your favourite editor, but the backend # Goals -- [x] 100% Open source -- [x] Compatible with Textmate color schemes (which is what ST is using) -- [x] Compatible with Textmate syntax definitions (which again is what ST is using) -- [ ] Compatible with Textmate snippets -- [ ] Compatible with Sublime Text's python plugin api. I'll probably never implement this 100%, only the api bits I need for the plugins I use. -- [ ] Compatible with Sublime Text's keybindings and settings -- [ ] Compatible with Sublime Text snippets -- [ ] Sublime Text's Goto anything panel -- [x] Multiple cursors -- [x] Regression tests (Programming in [Go](http://golang.org) makes it trivial and even fun to write them ;)) -- [ ] Support for plugging in a custom parser for more advanced syntax highlighting. -- [ ] Terminal UI (*Maybe* I'll work on a simple non-terminal UI at some point) -- [ ] Cross platform (It appears to be compiling and running on OSX and Linux last I tried, but needs further validation.) - -# Why can't I open up an issue? - -Because I'm just a single person and I don't want to offer up my spare time doing support or dealing with feature requests that I don't care about myself. If you want a feature implemented or a bug fixed, fork it and implement it yourself and submit a pull request when you're happy with the implementation. +- ☑ 100% Open source +- ☑ Compatible with Textmate color schemes (which is what ST is using) +- ☑ Compatible with Textmate syntax definitions (which again is what ST is using) +- ☐ Compatible with Textmate snippets +- ☐ Compatible with Sublime Text’s python plugin API. I’ll probably never implement this 100%, only the api bits I need for the plugins I use. +- ☐ Compatible with Sublime Text’s keybindings and settings +- ☐ Compatible with Sublime Text snippets +- ☐ Sublime Text’s Goto anything panel +- ☑ Multiple cursors +- ☑ Regression tests (Programming in [Go](http://golang.org) makes it trivial and even fun to write them ;)) +- ☐ Support for plugging in a custom parser for more advanced syntax highlighting. +- ☐ Terminal UI (*Maybe* I’ll work on a simple non-terminal UI at some point) +- ☐ Cross platform (It appears to be compiling and running on OSX and Linux last I tried, but needs further validation.) + +# Why can’t I open up an issue? + +Because I’m just a single person and I don’t want to offer up my spare time doing support or dealing with feature requests that I don’t care about myself. If you want a feature implemented or a bug fixed, fork it and implement it yourself and submit a pull request when you’re happy with the implementation. # Build instructions