forked from eclipse-theia/theia
-
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
Add context-menu to hide/unhide items in statusbar #24
Open
DucNgn
wants to merge
15
commits into
master
Choose a base branch
from
dn/statusbar-items
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DucNgn
changed the title
initial commit
Add context-menu to hide/unhide items in statusbar
Apr 12, 2021
DucNgn
force-pushed
the
dn/statusbar-items
branch
7 times, most recently
from
April 19, 2021 13:16
07fbdbd
to
ac821ad
Compare
setContext method wasn't invoked because of that code Signed-off-by: Dan Arad <[email protected]>
Signed-off-by: Mark Sujew <[email protected]>
DucNgn
force-pushed
the
dn/statusbar-items
branch
from
April 19, 2021 15:41
ac821ad
to
c3c90cd
Compare
The following commit sanitizes the `htmlContent` used by the `ansi-console` to prevent cross-site-scripting (xss). The commit makes use of `DOMPurify.sanitize` to sanitize the content of the html content. Signed-off-by: vince-fugnitto <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Colin Grant <[email protected]>
In case where error is logged as console.error(error) it gets stringified to [object Object]. So replaced such occurrences with the format console.error('<Method> failed:', e). Signed-off-by: Anish Bhanwala <[email protected]>
Signed-off-by: Colin Grant <[email protected]>
Signed-off-by: Alexander Kozinko <[email protected]>
Signed-off-by: Colin Grant <[email protected]>
Signed-off-by: Colin Grant <[email protected]>
Signed-off-by: thegecko <[email protected]>
Signed-off-by: Thomas Mäder <[email protected]>
The following commit refactors the `getting-started` widget to make use of the `WindowService` when opening links in external windows since it is properly implemented by both the browser and electron targets. Signed-off-by: vince-fugnitto <[email protected]>
+ This commit adds a new context menu in the status bar, allowing users to hide/unhide the visibility of an item. Signed-off-by: Duc Nguyen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
How to test
Review checklist
Reminder for reviewers