Ejemplo n.º 1
0
 static void OnDebugStopped(object sender, EventArgs e)
 {
     CurrentLineBookmark.Remove();
     WorkbenchSingleton.Workbench.WorkbenchLayout.StoreConfiguration();
     LayoutConfiguration.CurrentLayoutName = oldLayoutConfiguration;
     if (DebugStopped != null)
     {
         DebugStopped(null, e);
     }
 }
Ejemplo n.º 2
0
        /* TODO: reimplement this stuff
         * static void ViewContentOpened(object sender, ViewContentEventArgs e)
         * {
         *              textArea.IconBarMargin.MouseDown += IconBarMouseDown;
         *              textArea.ToolTipRequest          += TextAreaToolTipRequest;
         *              textArea.MouseLeave              += TextAreaMouseLeave;
         * }*/

        public static void RemoveCurrentLineMarker()
        {
            CurrentLineBookmark.Remove();
        }