-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Contents of folder not shown in file tree #14581
Comments
Have you tried this with a different project? |
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 |
I have tried it with several projects the results are the same. The
folder/file tree is never shown
…On Sat, Nov 10, 2018, 11:02 PM Kenzo ***@***.***> wrote:
Have you tried this with a different project?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14581 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APvvZ9cHO49Idcxm7So-Tm7_U0a-CvaXks5ut8uRgaJpZM4X-Mrm>
.
|
Hi, Can I have your files to try them on my side? If you don't mind. Thanks |
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. |
Having the exact same issue Ubuntu 18.04.1 LTS |
As a workaround, you can run the following command in the devtools console for Brackets: |
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. |
@mackomando |
I am glad I could help |
mackomando thank you, switching to English worked :) The previous |
@srlopez @mackomando @birozz
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. |
debug > switch language > any language |
@mackomando |
Thanks, Mackomando - That fixed it for me! |
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? |
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. |
This Thing Works |
@zQueenBlossom |
thank you so much @JJ-ind ... I had the same issue and your solution worked for me...!! |
Works like magic! |
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.
Thanks for the tip -
Susan
On Wednesday, October 21, 2020, 4:37:24 AM EDT, JakubJanda <[email protected]> wrote:
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!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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. @JJ-ind yeah but it's not the point, it would come when you annoyed because you face another problem when you trying to develop an app (which theoretically solving a problem). @chypmonk Are you the dev? I mean someone with maintainer authority? @CodePint Thanks for digging deeper 😄 It very useful when someone wants to submit a PR. Also, your 'naive fix' is far better than no fix at all. But let's hear from the maintainer. I hope a PR is merged before future release :) |
HI Adi -
I am not a dev, just a programmer, who asked a question a while back. My file tree was not showing up because of a setting in the 'navigate' tool bar, I think - I got it to work by checking something in settings.
Good luck -
Chypmonk
On Monday, February 15, 2021, 12:01:33 AM EST, Adi Prasetyo <[email protected]> wrote:
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:
Release 1.14 build 1.14.1-17752 (release-1.14.1 959fed1)
build timestamp: Thu Nov 28 2019 08:58:11 GMT+0000
which installed with snap. which is not the lastest strangely enough!!
on GitHub and the official blog, it should be 1.14.2.
I think #2794 is similar to this, but I am just guessing.
@JJ-ind yeah but it's not the point, it would come when you annoyed because you face another problem when you trying to develop an app (which theoretically solving a problem).
@chypmonk Are you the dev? I mean someone with maintainer authority?
@CodePint Thanks for digging deeper 😄 It very useful when someone wants to submit a PR. Also, your 'naive fix' is far better than no fix at all. But let's hear from the maintainer. I hope a PR is merged before future release :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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 49d29a8)
The text was updated successfully, but these errors were encountered: