Changeset 11436 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 10/09/14 16:59:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.CodeEditor/3.3/CodeEditor.cs ΒΆ
r10359 r11436 133 133 } 134 134 135 public bool ReadOnly { 136 get { return Doc.ReadOnly; } 137 set { Doc.ReadOnly = value; } 138 } 139 135 140 #endregion 136 141
Note: See TracChangeset
for help on using the changeset viewer.