First commit
This commit is contained in:
21
tools/WEE/README.md
Normal file
21
tools/WEE/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# WEE
|
||||
A small code-aware editor for Euphoria programming
|
||||
|
||||
### Featuring
|
||||
* [Scintilla](http://www.scintilla.org/) editor control with syntax highlighting
|
||||
* subroutines list
|
||||
* automatic if/while/for/procedure/function expansion
|
||||
* code identifier completion
|
||||
* jump to subroutine declaration
|
||||
* ex.err monitoring
|
||||
* show subroutine arguments
|
||||
|
||||
Supports Windows
|
||||
|
||||
Supports Linux and Mac OS using [EuGTK](https://sites.google.com/site/euphoriagtk/Home)
|
||||
|
||||
Requires [Euphoria 4.1.0 Beta 2](http://openeuphoria.org/wiki/view/DownloadEuphoria.wc) or later.
|
||||
|
||||
### How to Get It
|
||||
|
||||
Create a folder called "Wee" and download [updater.ex](https://github.com/peberlein/WEE/raw/master/updater.ex). Run "eui updater.ex" to download/update the files for your platform. Run "eui wee" to run the editor, or compile/bind/shroud it for convenience.
|
Reference in New Issue
Block a user