Changeset 16832 for stable/HeuristicLab.Scripting.Views/3.3
- Timestamp:
- 04/19/19 09:34:14 (6 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Scripting.Views/3.3/ScriptView.cs
r15584 r16832 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.