Пример #1
0
        protected override void OnInitialized(EventArgs e)
        {
            base.OnInitialized(e);

            var code           = GetHashCode();
            var formattingType = LanguageFeatureInfo.GetFormattingType(CodingLang);

            ConfigManager.AddEditorConfig(code, new Config {
                Language       = CodingLang,
                FormattingType = formattingType
            });

            HelpersPanel.SetUpMessaging();
            InputPanel.SetUpMessaging();
        }