Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2262, comment 17


Ignore:
Timestamp:
01/15/15 13:49:15 (9 years ago)
Author:
jkarder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2262, comment 17

    v2 v3  
    33 * ~~Script.DoCompile should call CodeProvider.CompileAssemblyFromSource instead of CodeProvider.CompileAssemblyFromDom~~
    44 * ~~the call of CodeProvider.GenerateCodeFromCompileUnit is not necessary in Script.DoCompile~~
    5  * it would be nice to read the CodeTemplate code from an embedded resource instead of using a large string literal in CSharpScript (I have done it that way for programmable network items and programmable nodes in optimization networks)
     5 * ~~it would be nice to read the CodeTemplate code from an embedded resource instead of using a large string literal in CSharpScript (I have done it that way for programmable network items and programmable nodes in optimization networks)~~
    66 * ~~the code field should be initialized with CodeTemplate instead of string.Empty in the Script ctor~~
    77 * Used in the CodeEditor 3.4 ~~is there a special reason why the TextEditorTextChanged event is used in ScriptView to update Content.Code instead of the Validated event of the codeEditor? (in the ProgrammableOperatorView the Validated event is used)~~