jccguimaraes / atom-project-viewer

Project Viewer - An Atom's package
MIT License
75 stars 15 forks source link

ISSUE: Panel not showing up until the plugin is re-enabled after restart #146

Closed jpeltoniemi closed 7 years ago

jpeltoniemi commented 7 years ago

ISSUE

When Atom starts the panel is not visible and cannot be toggled through Packages menu. Only when the plugin is disabled and re-enabled the panel shows up.

Environment

Steps

Start Atom. Project Viewer panel cannot be toggled.

Installed packages

Built-in Atom Packages (89)
├── atom-dark-syntax@0.28.0
├── atom-dark-ui@0.53.0
├── atom-light-syntax@0.29.0
├── atom-light-ui@0.46.0
├── base16-tomorrow-dark-theme@1.5.0
├── base16-tomorrow-light-theme@1.5.0
├── one-dark-ui@1.9.1
├── one-light-ui@1.9.1
├── one-dark-syntax@1.7.1
├── one-light-syntax@1.7.1
├── solarized-dark-syntax@1.1.2
├── solarized-light-syntax@1.1.2
├── about@1.7.2
├── archive-view@0.62.2
├── autocomplete-atom-api@0.10.0
├── autocomplete-css@0.15.0
├── autocomplete-html@0.7.2
├── autocomplete-plus@2.34.2
├── autocomplete-snippets@1.11.0
├── autoflow@0.29.0
├── autosave@0.24.0
├── background-tips@0.26.1
├── bookmarks@0.44.1
├── bracket-matcher@0.85.2
├── command-palette@0.40.1
├── deprecation-cop@0.56.2
├── dev-live-reload@0.47.0
├── encoding-selector@0.23.1
├── exception-reporting@0.41.0
├── find-and-replace@0.206.3
├── fuzzy-finder@1.4.1
├── git-diff@1.3.1
├── go-to-line@0.32.0
├── grammar-selector@0.49.1
├── image-view@0.60.0
├── incompatible-packages@0.26.1
├── keybinding-resolver@0.36.1
├── line-ending-selector@0.6.1
├── link@0.31.2
├── markdown-preview@0.159.6
├── metrics@1.1.3
├── notifications@0.66.2
├── open-on-github@1.2.1
├── package-generator@1.1.0
├── settings-view@0.247.0
├── snippets@1.0.5
├── spell-check@0.70.2
├── status-bar@1.8.1
├── styleguide@0.49.2
├── symbols-view@0.114.0
├── tabs@0.104.1
├── timecop@0.34.0
├── tree-view@0.214.1
├── update-package-dependencies@0.10.0
├── welcome@0.36.0
├── whitespace@0.36.2
├── wrap-guide@0.39.0
├── language-c@0.56.0
├── language-clojure@0.22.2
├── language-coffee-script@0.48.5
├── language-csharp@0.14.2
├── language-css@0.42.0
├── language-gfm@0.88.1
├── language-git@0.19.0
├── language-go@0.43.1
├── language-html@0.47.2
├── language-hyperlink@0.16.1
├── language-java@0.26.0
├── language-javascript@0.126.1
├── language-json@0.18.3
├── language-less@0.30.1
├── language-make@0.22.3
├── language-mustache@0.13.1
├── language-objective-c@0.15.1
├── language-perl@0.37.0
├── language-php@0.37.4
├── language-property-list@0.9.0
├── language-python@0.45.2
├── language-ruby@0.70.5
├── language-ruby-on-rails@0.25.2
├── language-sass@0.57.1
├── language-shellscript@0.25.0
├── language-source@0.9.0
├── language-sql@0.25.3
├── language-text@0.7.1
├── language-todo@0.29.1
├── language-toml@0.18.1
├── language-xml@0.34.16
└── language-yaml@0.28.0

Community Packages (46)
├── Sublime-Style-Column-Selection@1.7.4
├── altgr@0.1.0
├── atom-beautify@0.29.23
├── atom-css-comb@3.1.0
├── atom-easy-jsdoc@4.12.1
├── atom-less
├── atom-runner@2.7.1
├── auto-detect-indentation@1.3.0
├── autocomplete-php@0.3.7
├── block-travel@1.0.5
├── busy-signal@1.4.1
├── case-switch@2.2.4
├── change-case@0.6.5
├── color-picker@2.2.5
├── color-tabs@0.1.8
├── css-specificity@0.2.2
├── dalek@0.2.1
├── docblockr@0.9.4
├── file-icon-supplement@0.8.3
├── file-icons@2.1.4
├── file-types@0.5.5
├── filesize@2.0.4
├── highlight-line@0.12.0
├── highlight-selected@0.13.1
├── indentation-indicator@1.0.0
├── intentions@1.1.2
├── language-batch@0.4.0
├── language-ejs@0.4.0
├── language-hjson@0.3.0
├── linter@2.1.4
├── linter-eslint@8.1.7
├── linter-jshint@3.0.3
├── linter-less
├── linter-ui-default@1.2.3
├── minimap@4.28.1
├── minimap-bookmarks@0.4.2
├── mixed-indent-warning@0.3.0
├── pinned-tabs@0.4.2
├── project-colorize@0.2.0
├── project-viewer@1.0.12
├── ruby-blue-syntax@0.2.2
├── smart-tab-name@1.0.5
├── sync-settings@0.8.1
├── text-manipulation@0.6.0
├── tree-view-git-branch@0.1.2
└── tree-view-git-status@1.3.1
jpeltoniemi commented 7 years ago

Nevermind. The problem in my case was with file-types plugin.

Weird though that a faulty regex in another plugin causes this one to fail silently. I'll leave this issue open so this minor inconvenience can be noticed.

jccguimaraes commented 7 years ago

@jpeltoniemi thanks for reporting but can you update atom to it's latest stable version? 1.16.0. then please update the plugin.

hope it works

jccguimaraes commented 7 years ago

@jpeltoniemi hummm, didnt read your second. i will have a look. many thanks

jccguimaraes commented 7 years ago

please validate this issue!

jpeltoniemi commented 7 years ago

Sorry, went away for a while. I got a new work PC with Windows, so can't validate with Ubuntu :/