Skip to content

[Scripter] - Prepare for component and bug fixes

Brian G requested to merge (removed):scripterupdatesfixes into master
  • NEW Reconfigure Classes and module in prep for seperate gb.scripter component
  • NEW As Plugin : Plugins to be run from file or textbuffer
  • NEW As Plugin : Scripts can be executed from file or textbuffer
  • NEW as Plugin : User can provide Post and pre Process Callbacks on entire program
  • NEW as Plugin : User can provide pre process CallBack for each line of code
  • NEW as PLIGIN : User can define Aliases for program text, single, parameterized, multiline replacements
  • OPT as PLUGIN : Line PreProcess callbacks are called before Alias processing
  • BUG End sub incorrectly processing inside class definitions in some cases
  • OPT Minor change to bypass processing of blank and null lines
  • NEW Add UnitTest for all new plugin features
  • BUG fix some unit tests which would fail due to incorrect reset of environment
  • OPT Add Documentation to most file for conversion to component

Merge request reports