VERSION 1.1
* separated out mayaEditor() procedure from plugin
* mayaEditor.mel contains code to setup commandPort and mayaEditor() procedure
* added mayaEditor.bsh macro to do a search/replace for all occurances of
"mayaEditor();" string in the buffer
* macro will also move cursor to start of last Maya response
* plugin no longer requires Console or ErrorList plugins
VERSION 1.2
* added option to specify a different commandPort number. Default is 2566 but it can now be modified.
VERSION 1.3
* added FileListener to allow jEdit to get Maya script editor output automatically
per user defined interval
VERSION 1.4
* added Display Docs command that searches for highlighted text in the Mel and API documentation
and displays it in the InfoViewer window (plugin available at www.jedit.org)
VERSION 1.5
* updated for jEdit4.3pre9 and later
* updated for Maya 8.5 and later
* DocViewer now displays Maya python commands
VERSION 1.6
* updated plugin for jEdit4.3pre13
* added functionality to communicate with Maya through Python
VERSION 1.7
* added support for searching Pymel documentation