Skip to content
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

refactored debuggerUI #2866

Merged
merged 5 commits into from
May 31, 2020
Merged

refactored debuggerUI #2866

merged 5 commits into from
May 31, 2020

Conversation

LianaHus
Copy link
Collaborator

@LianaHus LianaHus requested a review from yann300 May 28, 2020 15:25
}
})

this.debugger.event.register('debuggerUnloaded', self.unLoad.bind(this))
this.debugger.event.register('debuggerUnloaded', () => unLoad)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unLoad is this working

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no shouldn't

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yann300 pushed another commit

@@ -71,7 +71,7 @@ class DebuggerTab extends ViewPlugin {
}

deactivate () {
this.debuggerUI.unLoad()
this.debuggerUI.deletHighlights()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo deletHighlights

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushed the fix

@yann300 yann300 self-requested a review May 31, 2020 20:36
@yann300 yann300 merged commit 9674951 into master May 31, 2020
@yann300 yann300 deleted the debugerHighlight branch May 31, 2020 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source highlighter should keep one copy of highlight
2 participants