Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 09:34:14 (5 years ago)
Author:
gkronber
Message:

#2967: merged r16528 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Scripting.Views/3.3/ScriptView.cs

    r15584 r16832  
    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.