architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
500 stars 115 forks source link

Better interactive shell #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current scheme (the dialog "RevitPythonShell - Output") is horrible as an 
interactive shell! It lacks some basic functionality:

  * copy/paste with CTRL-C/CTRL-V does not work
  * using the up arrow to repeat previously entered lines does not work
  * moving about with left and right arrow keys does not work
  * no code completion
  * no syntax highlighting
  * oh, tons of other stuff I haven't found yet

The cure? Either beef this up or look for a replacement - how hard can it be 
to get PyCrust integrated into RevitPythonShell? Would mean shipping 
wxWindows etc., though :(

Original issue reported on code.google.com by dthomas.ch on 21 Jan 2010 at 7:08

GoogleCodeExporter commented 9 years ago
Fixed in r55 with the inclusion of the IronTextBox control.

Original comment by dthomas.ch on 11 Mar 2010 at 8:08