Esempio n. 1
0
        internal DafnyQuickInfoController(ITextView textView, IList <ITextBuffer> subjectBuffers, DafnyQuickInfoControllerProvider componentContext)
        {
            _textView         = textView;
            _subjectBuffers   = subjectBuffers;
            _componentContext = componentContext;

            _textView.MouseHover += this.OnTextViewMouseHover;
        }
Esempio n. 2
0
        internal DafnyQuickInfoController(ITextView textView, IList<ITextBuffer> subjectBuffers, DafnyQuickInfoControllerProvider componentContext)
        {
            _textView = textView;
              _subjectBuffers = subjectBuffers;
              _componentContext = componentContext;

              _textView.MouseHover += this.OnTextViewMouseHover;
        }