This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Saurabh95/encoding support #13412
Merged
Merged
Saurabh95/encoding support #13412
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
be52e7a
Now encoding is passed as parameter on file read and it is used by wr…
saurabh95 8dff3f4
UI wiring
saurabh95 2059dc4
Code Cleanup
saurabh95 dbbfd32
Fixed failing tests
saurabh95 d487600
Added warning Dialog while changing encoding
saurabh95 fb69418
Added some Linux specific changes
saurabh95 c385b71
Fixed some linting errors
saurabh95 a93b8fc
Reverted last commit
saurabh95 45dd8de
Minor changes
saurabh95 40643ec
Now selected encoding is stored in state
saurabh95 15e1ba2
Fixed lint error
saurabh95 53e4fd5
Merge branch 'master' of https://github.com/adobe/brackets into saura…
saurabh95 d97527d
Added some more encodings
saurabh95 f175932
Merge branch 'master' of https://github.com/adobe/brackets into saura…
saurabh95 445b253
Added some more encodings
saurabh95 87a7760
Merge branch 'master' of https://github.com/adobe/brackets into saura…
saurabh95 45ce1b2
Fixed lint errors
saurabh95 8d2bb46
Removed duplicate encodings
saurabh95 c22b92e
Fixed failing tests
saurabh95 b8655fc
Merge branch 'master' of https://github.com/adobe/brackets into saura…
saurabh95 ef28d75
Used externalized strings
saurabh95 5762e71
Merge branch 'master' of https://github.com/adobe/brackets into saura…
saurabh95 39a7608
Addressed review comments
saurabh95 a232a91
Added supported encodings file
saurabh95 3af956d
Addressed review comments
saurabh95 163ba04
Addressed review comments
saurabh95 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to use a separate promise like what we do in other places.