Notes:
Changes:
0.3.1 - Martin DeMello - 2006/12/21
* Fallback chain for requiring fxruby
* Packaged as a gem
0.3 - Martin DeMello - 2006/12/17
* Code cleanups:
- Removed Fox:: from keynames
- added FxEvent#ctrl? and FxEvent#shift?
- moved FxText method calls outside the onKeyPress function
- changed a bunch of methods from camelcase to underscores
- public and private methods marked off clearly
* Bugfixes
- {Ctrl, Shift}-{backspace, del} not passed through to FxText
- Ctrl-D only exits if the current line is empty
- Lots of fixes for multiline input
* Features
- Unique history entries
- Ignore 'enter' on empty line
0.2.1 - Martin DeMello - 2005/04/13
* 'gets' implemented (with much help from Csaba Henk)
0.2.0 - Martin DeMello - 2005/04/10
* Multiline edit
* Settable on_exit proc
0.1.4 - Martin DeMello - 2005/02/19
* Minor code cleanup
* Dedentation on ], } or end
* Ctrl-D, Ctrl-U and Ctrl-K keys bound
0.1.3 - Martin DeMello - 2004/03/21
* Added ability to select text, and return the cursor to the proper position
* Changed font to Lucida Console
* Added indentation
0.1.2 - Frailis - 2003/01/10
* Fixed commands history
0.1.1 - Frailis - 2003/01/07
* Removed IOEmulate module because it redirects every "p" operation in a
program which embeds FXIrb
0.1.0 - Frailis - 2003/01/02
* Tested on ruby 1.6.7 and 1.7.3
* Added commands history and terminal behaviour
|