atom-project-viewer
atom-project-viewer copied to clipboard
Project Viewer - An Atom's package
# Issue Looks like the the bulk project creation is broken. ## Environment - **OS**: Windows 10 - **Atom**: 1.41.0 - **project-viewer**: 1.4.0 ## Steps - Select 'Create New Project...'...
[Enter steps to reproduce:] 1. Download zip and unpack to: `C:\Users\userId\.atom\packages` 2. Load Atom. 3. Received error message about json5 not being installed. 4. Installed json5 using npm to: `C:\Users\userId\node_modules\json5`...
# Issue Description of the **issue** For some reason this started happening recently, when I open a project from the project-viewer sidebar, the folder just gets added to the current...
``` Uncaught TypeError: Cannot read property 'onDidDestroy' of undefined C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\:14 Hide Stack Trace TypeError: Cannot read property 'onDidDestroy' of undefined at new LayerDecoration (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\:14:105382) at DecorationManager.decorateMarkerLayer (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\:11:519591) at TextEditor.decorateMarkerLayer (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\:11:27615)...
# Feature After having switched to another project and back, previously pinned tabs will be unpinned. ([Pinned tabs package](https://atom.io/packages/pinned-tabs)) ## Environment - **OS**: Windows 10; - **Atom**: 1.34.0 (x64); ##...
Hello wich files and where do i need to transfer to another computer? How to make it work with [atom-sync ](https://atom.io/packages/sync-settings)? thanks os: Windows 10
# Issue Is it possible to open a file in a specific project from the console? I.e.: I have a project called "great_project". This doesn't work: `atom --project great_project `...
# Issue Eslint messages are dublicated after switching projects. ## Environment - **OS**: Elementary OS 5.0; - **Atom**: 1.33.1; - **eslint**: 5.10.0; - **linter-eslint**: 8.4.1; ## Steps 1. Open any...
I have a setup like so: Editor | Project-Viewer | Project When I quickly move my mouse cursor across Editor to Project, the Project-Viewer menu pops opens briefly then closes....
# Issue Would love to see the ability to CMD click a project and have it open in a new window (similar to right clicking -> open in new window...