Esempio n. 1
0
        /// <summary>
        /// Create instance with default values
        /// </summary>
        public EditorSettings()
        {
            GeneralSettings = new DEV_GeneralSettings();

            Outlining            = new DEV_OutliningSettings();
            HighlightWord        = new DEV_HighlightWordSettings();
            HighlightCurrentLine = new DEV_CurrentLineHighlightSettings();
            BraceMatching        = new DEV_BraceMatchingSettings();
        }
 public HighlightLineProperties(DEV_CurrentLineHighlightSettings settings)
 {
     this.BackColor   = settings.BackColor;
     this.FrameColor  = settings.FrameColor;
     this.BackOpacity = settings.BackOpacity;
 }