brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] File List Not Being Updated After Addition of New Files to a Folder #5744

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by adhithyan15 Monday Dec 23, 2013 at 09:43 GMT Originally opened as https://github.com/adobe/brackets/issues/6309


First of all, I want to say that Brackets is super awesome and I really enjoy using it.

But I have been running into this problem for a while. I am learning Coffeescript. I will usually open a folder containing my Coffeescript files into brackets. Then I will compile one of the files using the terminal. But Brackets will not update the File List on the left hand side of the window to include the newly generated .js file. This is a big problem for me because I have to go back to the folder and drag the generated Javascript file into the folder to see the Javascript output. Is there anyway that you guys can fix this? I looked over all the Mac OS issues and couldn't find any issues relating to this problem.

Here is some information about my dev environment. I am running Mac OSX 10.9 and I use Brackets Sprint 34 (I will be updating to 35 soon).

core-ai-bot commented 3 years ago

Comment by redmunds Monday Dec 23, 2013 at 16:37 GMT


This is a known issue that we're working on. The workaround for now is pressing Cmd-R to refresh the tree.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Dec 24, 2013 at 01:15 GMT


Note: Cmd+R will reload Brackets (equivalent to quitting and re-launching). For a less disruptive workaround, use these steps:

  1. Either (a) stay in the Terminal until compilation is done, or (b) when compilation is done, briefly switch away from Brackets to a different app
  2. Switch back to Brackets
  3. Right-click in the tree and choose Refresh File Tree

This will not be needed starting with the next release of Brackets, Sprint 36 in January. Closing since this is already tracked as part of the sprint's "file watchers" work.