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

mixture subdirectories in file view #35

Open
ghost opened this issue Aug 28, 2015 · 2 comments
Open

mixture subdirectories in file view #35

ghost opened this issue Aug 28, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2015

The view mixture subdirectories files when they have the same name, in the image I have asked the history of root/index.php.

ss232

@ghost
Copy link
Author

ghost commented Aug 29, 2015

My knowledge of the atom environment are practically nil, but I wonder if it would be enough to replace in lib/utils.js:

  // list the directory (recursively) of the file
  list = fs.listTreeSync(path.join(
    this.getLocalHistoryPath(),
    pathDirName
  ));

by:

  list = fs.listSync(path.join(
    this.getLocalHistoryPath(),
    pathDirName
  ));

@Nicolab
Copy link
Owner

Nicolab commented Sep 23, 2015

Why not, I look as soon as possible :)

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

No branches or pull requests

1 participant