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

InitForATLAS() public method

public InitForATLAS ( ) : void
return void
        public void InitForATLAS()
        {
            ConfigurationManager.Language = "pascal";
            MatchBraces = false;
            IsBraceMatching = false;
            Lexing.Lexer = Lexer.Pascal;
            Folding.IsEnabled = false;
            Lexing.SetProperty("fold", "0");
            Lexing.SetProperty("fold.html", "0");
            Margins[0].Width = 40;
            Margins[1].Width = 16;
            Margins[2].Width = 40;
            UndoRedo.EmptyUndoBuffer();
            Indentation.ShowGuides = false;
            Modified = false;
        }