Skip to content
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

Add ignoreFiles settings to avoid some files to be closed on timeout #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

34x
Copy link

@34x 34x commented Feb 11, 2014

Add option to avoid closing some files by regexp mask

"close_on_open_new" : false,

// List of patterns for files that won't be closed on their time is come
"ignoreFiles": [],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using snake case to keep the same coding style

@webArtisan
Copy link
Owner

Cool feature, but consider making the check for ignore patterns for all of the close methods;

  • Close tabs unrelated to a project.
  • Close tabs unrelated to a directory
  • Close tabs unrelated to the current open file directory

@34x
Copy link
Author

34x commented Mar 14, 2014

Thanks for response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants