Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/15 17:35:50 (9 years ago)
Author:
jkarder
Message:

#2077:

  • added fancy xml documentation
  • fixed configurations and plattforms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CodeEditor/HeuristicLab.CodeEditor/3.4/CodeEditor.cs

    r11785 r11804  
    3434using ICSharpCode.AvalonEdit.Editing;
    3535using ICSharpCode.AvalonEdit.Highlighting;
     36using ICSharpCode.AvalonEdit.Indentation.CSharp;
    3637using ICSharpCode.AvalonEdit.Search;
    3738using ICSharpCode.NRefactory.Editor;
     
    240241      TextEditor.FontSize = DefaultTextEditorFontSize;
    241242      TextEditor.Options.EnableVirtualSpace = true;
     243      TextEditor.TextArea.IndentationStrategy = new CSharpIndentationStrategy(TextEditor.Options);
    242244
    243245      TextEditor.TextChanged += (sender, args) => {
Note: See TracChangeset for help on using the changeset viewer.