ATMLCommonLibrary.controls.awb.AWBEditor.InitForXML C# (CSharp) Method

InitForXML() public method

public InitForXML ( ) : void
return void
        public void InitForXML()
        {
            ConfigurationManager.Language = "xml";
            MatchBraces = true;
            IsBraceMatching = true;
            Lexing.Lexer = Lexer.Xml;
            Folding.IsEnabled = true;
            Lexing.SetProperty("fold", "1");
            Lexing.SetProperty("fold.html", "1");
            Margins[0].Width = 60;
            Margins[1].Width = 16;
            Margins[2].Width = 40;
            UndoRedo.EmptyUndoBuffer();
            Modified = false;
        }