jps wrote:I can't replicate that crash... if it's happening consistently for you, would you be able to send me the crash report?
Yes. Find attached the crash report from "View details".
Added a Rails application folder, went to "Sublime Text 2", Preferences, User Global Preferences.
Edit the file (copied from from Default since these values are not append but instead replaced):
- Code: Select all
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".bundle", "tmp"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.pdf"],
"new_window_settings":
{
"show_minimap": false
}
}
Added ".bundle" and "tmp", Cmd+S and program crashed.
Hope that helps.