Changeset 16528 for trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.cs
- Timestamp:
- 01/10/19 14:16:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.cs
r16430 r16528 82 82 if (Content == null) { 83 83 codeEditor.UserCode = string.Empty; 84 codeEditor.ClearEditHistory(); 84 85 } else { 85 86 codeEditor.UserCode = Content.Code; 87 codeEditor.ClearEditHistory(); 86 88 codeEditor.AddAssembliesAsync(Content.GetAssemblies()); 87 89 if (Content.CompileErrors == null) {
Note: See TracChangeset
for help on using the changeset viewer.