-
Notifications
You must be signed in to change notification settings - Fork 0
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
Contents of folder not shown in file tree #14354
Comments
Comment by kenzo44 Have you tried this with a different project? |
Comment by ShumailAhmed123 Hi, I am new to GitHub and I am computer science student. I would like to contribute in something. Please can some one help me or guide me to contribute? Thanks |
Comment by e553y I have tried it with several projects the results are the same. The On Sat, Nov 10, 2018, 11:02 PM Kenzo notifications@github.com wrote:
|
Comment by ShumailAhmed123 Hi, Can I have your files to try them on my side? If you don't mind. Thanks |
Comment by LKPridgeon Hi, When I look at the brackets debug console: ErrorNotification.js:122 Exception in 'projectOpen' listener on Object RangeError: Invalid language tag: c RangeError: Invalid language tag: c This was with extensions disabled. |
Comment by LKPridgeon This could be to do with ubuntu 18.04.1 LTS using libcurl 4 instead of 3. |
Comment by srlopez I have the same problem on Ubuntu Budgie 18.10
with Brackets version:
Just open Brackets, installed as snap, and nothing in selected folder. If i try to launch Brackets from the command line:
|
Comment by joao-a-cruz Having the exact same issue Ubuntu 18.04.1 LTS |
Comment by brandonschabell As a workaround, you can run the following command in the devtools console for Brackets: |
Comment by zQueenBlossom I had the same issue and for me it seems to occur when the language is set to 'system default'. So I went to Debug -> Switch Language menu and choose english, and it solve the issue. I tried with several other languages and it works perfectly. |
Comment by Cvilec
|
Comment by zQueenBlossom I am glad I could help |
Comment by birozz mackomando thank you, switching to English worked :) The previous |
Comment by shubhsnov
Seems like an issue with locales, where Strings.localeCompare fails on execution. A cursory glance on google yields this result: https://askubuntu.com/questions/359753/gtk-warning-locale-not-supported-by-c-library-when-starting-apps-from-th Can somebody try the solution to fix the locales shown in the link above and see if it solves the issue? Thanks. |
Comment by eyadfareh debug > switch language > any language |
Comment by Sajjad-s
|
Comment by chypmonk Thanks, Mackomando - That fixed it for me! |
Comment by CodePint Just been hit with this issue and spent longer than i care to admit trying to find the solution. I am using a recent version of brackets: 1.14 build 1.14.1-1775 (2019 release) As a naive fix you can cat the contents of the system language and set it automatically. I am still getting errors when launching from terminal
looks like the root issue is caused by this: why not automatically run the recommended fix here if the error occurs or on install? |
Comment by CodePint After several hours of googling, it seems this is an endemic issue with debian/ubuntu...rather than brackets itself. This actually lends more credence to implementing my "naive fix" above. No one seems to have a consistent solution that actually works to fix the language locale issue I have tried every which way of changing locales and regenerating language packages. |
Comment by JJ-ind
This Thing Works |
Comment by anonymous-ramsey
|
Comment by ghost thank you so much |
Comment by cue8ig
Works like magic! |
Comment by chypmonk I fixed it a while back and I can't remember what I did - your answer sounds familiar. Whatever the case, it's working ok now. Susan
I had the same issue and for me it seems to occur when the language is set to 'system default'. So I went to Debug -> Switch Language menu and choose english, and it solve the issue. I tried with several other languages and it works perfectly. I had the same issue and for me it seems to occur when the language is set to 'system default'. So I went to Debug -> Switch Language menu and choose english, and it solve the issue. I tried with several other languages and it works perfectly. Works like magic! — |
Comment by sukrosono I am on Linux Mint 20.1 Cinnamon with 5.4.0-64-generic 72-Ubuntu SMP Fri Jan 15 10:27:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux brackets: which installed with snap. which is not the lastest strangely enough!! I think #2794 is similar to this, but I am just guessing.
|
Comment by chypmonk HI Adi - I am on Linux Mint 20.1 Cinnamon with 5.4.0-64-generic #72-Ubuntu SMP Fri Jan 15 10:27:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux brackets: which installed with snap. which is not the lastest strangely enough!! I think #2794 is similar to this, but I am just guessing.
— |
Issue by e553y
Sunday Oct 28, 2018 at 21:38 GMT
Originally opened as adobe/brackets#14581
Prerequisites
Debug -> Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
File tree is not visible on the left pane.
Even though there are files inside the opened folder, they will not be shown under the folder name on the file tree. Only the folder name is shown.
Steps to Reproduce
Expected behavior:
Expected the contents of the active folder be shown on the file tree.
Actual behavior:
Nothing is displayed under the folder name on the file tree.
Versions
OS: Ubuntu 18.04.1 LTS
Brackets: Release 1.13 build 1.13.0-17696 (release 49d29a8bc)
The text was updated successfully, but these errors were encountered: