Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Bug Fix for #12111 and #12144#12145

Closed
swmitra wants to merge 1 commit intomasterfrom
swmitra/BugFixesFor1.6
Closed

Bug Fix for #12111 and #12144#12145
swmitra wants to merge 1 commit intomasterfrom
swmitra/BugFixesFor1.6

Conversation

@swmitra
Copy link
Copy Markdown
Collaborator

@swmitra swmitra commented Jan 23, 2016

This PR fixes the file close issue.

@swmitra
Copy link
Copy Markdown
Collaborator Author

swmitra commented Jan 23, 2016

ping @ficristo @petetnt @abose Can you guys please confirm the fix using this branch.

@petetnt
Copy link
Copy Markdown
Collaborator

petetnt commented Jan 23, 2016

Fixes #12111 and #12144. Working set items close correctly and integration tests pass.

On related note, why is the event variable a global on src/project/FileViewController.js? Seems... weird?

@swmitra
Copy link
Copy Markdown
Collaborator Author

swmitra commented Jan 25, 2016

@petetnt This "event" handle is from the global context. If the the current execution frame is a result of an event triggered by user or system , this handle is always set at the global context. As the actual event handle is never passed through the call stack , I have used the global handle to verify the context.

@petetnt
Copy link
Copy Markdown
Collaborator

petetnt commented Jan 25, 2016

Thanks for the explanation @swmitra 👍

@abose
Copy link
Copy Markdown
Contributor

abose commented Feb 4, 2016

@swmitra three document integration integration tests are failing with this PR.

@ficristo
Copy link
Copy Markdown
Collaborator

@abose If you are referring to the Document Integration tests they are failing on master too.

@abose @swmitra Are you going to fix all the tests in this PR? Otherwise can you land this? It will be a bit easier to see the other failures.

@Siphon880gh
Copy link
Copy Markdown

Hey guys, how do I get this release with the CMD+W bug fix? There hasn't been a release uploaded here:
https://github.com/adobe/brackets/releases

Could I clone it to my computer using git? How do I compile it for Mac afterwards? Thanks.

@petetnt
Copy link
Copy Markdown
Collaborator

petetnt commented Feb 21, 2016

Hi @Siphon880gh,

there's a guide called How to hack on Brackets, which takes you through step by step on how to use a development build of Brackets (no building needed, just using git and running an single tool).

After you have a dev build running you'll need to merge this branch. For example on git commandline:

git fetch upstream swmitra/BugFixesFor1.6
git merge upstream/swmitra/BugFixesFor1.6

Restart Brackets and the fix should be applied and working

@swmitra
Copy link
Copy Markdown
Collaborator Author

swmitra commented Feb 25, 2016

Re-Targeting to release branch.

@swmitra swmitra closed this Feb 25, 2016
@Siphon880gh
Copy link
Copy Markdown

Thanks!

@abose
Copy link
Copy Markdown
Contributor

abose commented Feb 25, 2016

A build refresh is scheduled by his week or next for 1.6and after that the new installers posted will contain this patch.

@abose abose modified the milestones: Release 1.6, Release 1.7 Feb 25, 2016
@abose abose deleted the swmitra/BugFixesFor1.6 branch February 25, 2016 09:16
@schroef
Copy link
Copy Markdown

schroef commented Mar 26, 2016

Srry for asking, im kinda a new to this all.. is also see this error with file not closing in the tree list. Im using v1.6 rev1.6.0-16680 on osx 10.11.4

@n0nag0n
Copy link
Copy Markdown

n0nag0n commented Apr 20, 2016

I installed this like......3-4 days ago, checked if there was an update (which it says there isn't) and I'm having the same issue. On a Mac, El Capitan with Release 1.6 build 1.6.0-16680 (release 3df0ac6) installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants