Sublime Forum

Tab Drag Crash Bug

#1

Make a new plugin:

[code]import sublime
import sublime_plugin

class CrashCommand(sublime_plugin.EventListener):
def on_activated(self, view):
view.settings().set(“color_scheme”, “Packages/Color Scheme - Default/Dawn.tmTheme”)
def on_deactivated(self, view):
view.settings().set(“color_scheme”, “Packages/Color Scheme - Default/Monokai.tmTheme”)[/code]

Click the sidebar, then try to drag a tab -> Sublime Text 2 crashes.

0 Likes

Origami: Pane traversal, creation, and destruction
Segfault on moving a tab