Mike 9.13.2010

  • Combined all the flex classes which make up the scripting text area: PrettyPrintTextArea extends CodingTextArea extends AutoCompleteTextArea
  • added a language selector to the scripting editor screen, currently only python with my test language turned off
  • Worked through bugs and oddities which appeared from combining all the text functionality (example, the auto indent spaces were still appearing after an auto complete insert even though a newline wasn’t started)
  • The autocomplete stuff is incorporated, checked in, and turned on, not the most robust but it does work for the basic cases and reports errors when it gets confused (as opposed to the crash and burn method)