Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/19 14:16:21 (5 years ago)
Author:
jkarder
Message:

#2967: fixed ctrl+z removing all code and improved code handling in programmable operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.cs

    r16430 r16528  
    8282      if (Content == null) {
    8383        codeEditor.UserCode = string.Empty;
     84        codeEditor.ClearEditHistory();
    8485      } else {
    8586        codeEditor.UserCode = Content.Code;
     87        codeEditor.ClearEditHistory();
    8688        codeEditor.AddAssembliesAsync(Content.GetAssemblies());
    8789        if (Content.CompileErrors == null) {
Note: See TracChangeset for help on using the changeset viewer.