Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.3/ErrorBookmark.cs

    r3742 r4068  
    1919 */
    2020#endregion
    21 using System;
    22 using System.Collections.Generic;
    23 using System.Linq;
    24 using System.Text;
    2521using System.Drawing;
     22using ICSharpCode.TextEditor;
    2623using ICSharpCode.TextEditor.Document;
    27 using ICSharpCode.TextEditor;
    2824
    2925namespace HeuristicLab.CodeEditor {
     
    3632    }
    3733
    38     public override void Draw(IconBarMargin margin, System.Drawing.Graphics g, System.Drawing.Point p) {     
     34    public override void Draw(IconBarMargin margin, System.Drawing.Graphics g, System.Drawing.Point p) {
    3935      int delta = margin.TextArea.TextView.FontHeight / 4;
    40       Rectangle rect = new Rectangle(
     36      Rectangle rect = new Rectangle(
    4137        2,
    4238        p.Y + delta,
Note: See TracChangeset for help on using the changeset viewer.