-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems to crash Sublime when running 'Project and Open files' #148
Comments
I'm getting the same issue. Sublime 3 build 3126 on macOS 10.12.4 |
Sorry about the non-reply to this, I guess I accidentally dismissed the notification. To clarify, the entire editor crashes? Is it only when a certain project is scanned? Is there any steps you can recommend so I can reproduce this? |
Sorry for all the questions, but I'm unable to reproduce, and since it crashes the entire editor, it isn't possible to get an error stack trace. |
Sorry to change the message, but it does seem that it now crashes irrespective of expanded/collapsed state of folders. If you have a file open it works normally. It also occurs with command palette: not if search is open files, but does crash on project files/project and open files. This occurs it seems regardless of the expanded/collapsed state of folders. To summarise: As long as no file is open in editor, doing a TodoReview from the right hand context menu or command palette causes a crash (for me). Just tried the following:
|
Thank you for the detailed response. I am still unable to replicate on my side, so I assume there is something specific happening on your side. I think we can eliminate OS specific issues since the original issue was with Windows, as well. I combed over the code, the only two times where I see something dependent upon an open file is when someone is to run "TodoReview: Project and Open Files" (which isn't run when using the sidebar shortcut) and when actual rendering occurs (but that uses a tab the plugin instances itself). I'm really at a loss of what could possibly be the issue on this one, any recommendations welcome! |
on Mac 10.12.6 with SublimeText3 build 3126 I can right click any file and ToDoReview works fine, but if I right click any folder it crashes SublimeText editor completely. I do have the following user settings defined: UPDATE: removing the user settings completely allowed ToDoReview to work without crashing. UPDATE_2: sorry, as soon as I clicked open a subfolder and ran ToDoReview again it crashed the editor again. |
Ubuntu 16.04 with Sublime Text 3 build 3176 I tried it on a projects folder with 103 directories and 654 files - it crashed. Here's my TodoReview user settings file content: {
"exclude_files": [
"*.sublime-workspace",
"*.sublime-project",
"*.lock"
]
} |
First off thank you for making this plugin and a petty the development has ended.
Noticed a bug where SublimeTodoReview seems to crash Sublime when I run 'Project and Open files' on a Sublime instance with no open files.
I'm running Sublime 3 build 3126 on Windows 7 64bit.
The text was updated successfully, but these errors were encountered: