https://github.com/agrison/kree
Simple indentation Guide for Eclipse
https://github.com/agrison/kree
Last synced: 4 months ago
JSON representation
Simple indentation Guide for Eclipse
- Host: GitHub
- URL: https://github.com/agrison/kree
- Owner: agrison
- Created: 2012-02-23T14:48:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T06:49:33.000Z (over 13 years ago)
- Last Synced: 2025-03-06T10:43:04.955Z (over 1 year ago)
- Homepage:
- Size: 504 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kree
Kree is a minimalistic Eclipse plugin to show an indentation guide in text files. It aims firstly at Java code, or C-brace-style code, but it should work for languages clearly indented (Python, Ruby, you name it).
It has been a long time since I first read on eclipse forums that a small feature like this is planned, but it isn't out yet.
That's why I made this plugin, in order to learn and because sometimes it can be useful to see clearly the indentation through the code.
# Screenshot
[](https://github.com/agrison/kree/raw/master/doc/screens/win1.png)
# About the name
I like the Stargate universe a lot, I needed a name, here it is.
*Kree* means a lot of things in [Goa'uld](http://en.wikipedia.org/wiki/Goa'uld), since it's a fictionnal language, it could even means *Show me the indentation, you Sholva*.
# Todos
* Preference pane for setting guide colors (cycle)
* Highlighting parens with different colors (if = green, else = blue, ...; ala CodeKana)
* More features
* Less bugs.
## License
Distributed under the Eclipse Public License.