4.6.0.1
Pre-release
Pre-release
- fix:
- uncomment Reset call when file changed, was preventing compiled assembly from being
released when a script was edited externally, which in turn prevented the toolbar
buttons from updating, which in turn prevented recompiling the assembly.
- uncomment Reset call when file changed, was preventing compiled assembly from being
- change:
- PAK Item tab Paste now uses regex to extract item path from clipboard text.
- number of warnings and failures added to Build tab "Finished executing all mods ..." log entry.
- ebin highlighting for enum assignments e.g. fooEnum.bar in "blah = fooEnum.bar"
- public AS_T CreateMbin<AS_T>( string PATH, bool NORMALIZE = true, bool LOG = true )
to
public AS_T CreateMbin<AS_T>( string PATH, bool NORMALIZE = true, AS_T NMSTEMPLATE = null, bool LOG = true )
- add:
- Summary of multiple scripts that extracted a given modified item rolled into app instead of being in script.
- PAK Item tab has another toolbar combobox to select the lhs pak item tree.
Can only select if rhs tree is a mod.