Skip to content

Instantly share code, notes, and snippets.

@marek-safar
Created February 21, 2012 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/1877442 to your computer and use it in GitHub Desktop.
Save marek-safar/1877442 to your computer and use it in GitHub Desktop.
Moving tooltip window to 2290, 361
at MonoDevelop.SourceEditor.DebugValueWindow.OnSizeAllocated(Rectangle allocation)
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.ShowAll()
at Mono.TextEditor.TextEditor.DoShowTooltip(ITooltipProvider provider, Gtk.Window tooltip, Int32 xloc, Int32 yloc)
at Mono.TextEditor.TextEditor.TooltipTimer()
at GLib.Timeout+TimeoutProxy.Handler()
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at MonoDevelop.Ide.IdeApp.Run()
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelop.Ide.MonoDevelopOptions options)
at MonoDevelop.Ide.IdeStartup.Main(System.String[] args)
at MonoDevelop.Startup.MonoDevelopMain.Main(System.String[] args)
DebugValueWindow.OnSizeAllocated()
initial x = 2290, y = 361
allocation x = 0, y = 0
geometry: 1920, 0, 1600, 1200
at MonoDevelop.SourceEditor.DebugValueWindow.OnSizeAllocated(Rectangle allocation)
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.ShowAll()
at Mono.TextEditor.TextEditor.DoShowTooltip(ITooltipProvider provider, Gtk.Window tooltip, Int32 xloc, Int32 yloc)
at Mono.TextEditor.TextEditor.TooltipTimer()
at GLib.Timeout+TimeoutProxy.Handler()
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at MonoDevelop.Ide.IdeApp.Run()
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelop.Ide.MonoDevelopOptions options)
at MonoDevelop.Ide.IdeStartup.Main(System.String[] args)
at MonoDevelop.Startup.MonoDevelopMain.Main(System.String[] args)
DebugValueWindow.OnSizeAllocated()
initial x = 2290, y = 361
allocation x = 0, y = 0
geometry: 1920, 0, 1600, 1200
at MonoDevelop.SourceEditor.DebugValueWindow.OnSizeAllocated(Rectangle allocation)
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at MonoDevelop.Ide.IdeApp.Run()
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelop.Ide.MonoDevelopOptions options)
at MonoDevelop.Ide.IdeStartup.Main(System.String[] args)
at MonoDevelop.Startup.MonoDevelopMain.Main(System.String[] args)
DebugValueWindow.OnSizeAllocated()
initial x = 0, y = 0
allocation x = 0, y = 0
geometry: 0, 105, 1920, 1080
code path 2
moving to 0, 107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment