liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

Randomly causing plugin_host crashes when doing swap_line_up and swap_line_down #59

Open Sawtaytoes opened 10 years ago

Sawtaytoes commented 10 years ago

This plugin is randomly causing plugin_host crashes when doing swap_line_up and swap_line_down and possibly other commands. I've tested this in Windows 8.1 64-bit on multiple machines.

{ "keys": ["ctrl+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+shift+down"], "command": "swap_line_down" }
liamcain commented 10 years ago

I can't seem to reproduce this behavior. Can you give me any more information?

Thanks!

Sawtaytoes commented 10 years ago

I have plenty of other plugins installed. I also think some combination could've been causing it, but I don't know. I know that when I disabled this plugin in particular, it stopped happening. Any file I used would cause this issue. I would just hit it a bunch or hold it down for a while to move large blocks of text around, and I'd get the error.

My package control settings:

{
    "auto_upgrade_last_run": null,
    "installed_packages":
    [
        "All Autocomplete",
        "ApacheConf.tmLanguage",
        "ApplySyntax",
        "AutoBackups",
        "AutoHotkey",
        "Autoprefixer",
        "Better CoffeeScript",
        "Blade Snippets",
        "BracketHighlighter",
        "Ciapre Color Scheme",
        "Codeivate",
        "Dotfiles Syntax Highlighting",
        "EditorConfig",
        "Emmet",
        "Emmet Css Snippets",
        "FileDiffs",
        "HTML-CSS-JS Prettify",
        "Inc-Dec-Value",
        "INI",
        "Jade",
        "Jade Snippets",
        "jQuery",
        "JS Snippets",
        "Laravel Blade Highlighter",
        "LESS",
        "Local History",
        "Lua Dev",
        "Markdown Preview",
        "Missing Palette Commands",
        "Modific",
        "Package Control",
        "Placeholders",
        "Red Planet Color Scheme",
        "RevertFontSize",
        "Sass",
        "SASS Snippets",
        "SCSS",
        "SCSS Snippets",
        "Stylus",
        "Stylus-Snippets",
        "SublimeCodeIntel",
        "SublimeLinter",
        "SublimeLinter-coffee",
        "SublimeLinter-coffeelint",
        "SublimeLinter-contrib-jslint",
        "SublimeLinter-contrib-scss-lint",
        "SublimeLinter-csslint",
        "SublimeLinter-json",
        "SublimeLinter-lua",
        "SublimeLinter-php",
        "Syntax Matcher",
        "Tab Filter",
        "Theme - Phoenix",
        "Tomorrow Color Schemes",
        "UnindentPreprocessor",
        "wpseek.com WordPress Function Lookup"
    ]
}
liamcain commented 10 years ago

Okay, thanks for the info. From the looks of it, it might be related a conflict between AutoFileName and All Autocomplete or some other autocompletion plugin. I'll look more into this later.

Sawtaytoes commented 10 years ago

That was my guess as well.

On Wed, Apr 23, 2014 at 9:03 PM, Liam Cain notifications@github.com wrote:

Okay, thanks for the info. From the looks of it, it might be related a conflict between AutoFileName and All Autocomplete or some other autocompletion plugin. I'll look more into this later.

— Reply to this email directly or view it on GitHubhttps://github.com/BoundInCode/AutoFileName/issues/59#issuecomment-41235606 .