예제 #1
0
        public MyEditor()
        {
            InitializeComponent();
            this.richTextBoxCtrl.WordWrap      = false;
            this.richTextBoxCtrl.HideSelection = false;

            m_Recorder = new VSMacroRecorder(GuidList.guid % ProjectClass % EditorFactory);
        }
예제 #2
0
파일: MyEditor.cs 프로젝트: jda808/NPL
        public MyEditor()
        {
            InitializeComponent();
            this.richTextBoxCtrl.WordWrap = false;
            this.richTextBoxCtrl.HideSelection = false;

            m_Recorder = new VSMacroRecorder(GuidList.guidNPLLanguageServiceEditorFactory);
        }