Ejemplo n.º 1
0
        //(MonoDevelop.Projects.Dom.Error info, LineSegment line)
        //StyleTextMarker marker;
        public HoverMarker(LineSegment line,int startOffset, int endOffset)
        {
            this.Line = line; // may be null if no line is assigned to the error.

            //string underlineColor; = Mono.TextEditor.Highlighting.Style.WarningUnderlineString;

            marker = new UsageMarker (startOffset,endOffset);
        }
Ejemplo n.º 2
0
        //StyleTextMarker marker;

        public HoverMarker(LineSegment line, int startOffset, int endOffset) //(MonoDevelop.Projects.Dom.Error info, LineSegment line)
        {
            this.Line = line;                                                // may be null if no line is assigned to the error.

            //string underlineColor; = Mono.TextEditor.Highlighting.Style.WarningUnderlineString;

            marker = new UsageMarker(startOffset, endOffset);
        }