CARVIEW |
Select Language
HTTP/2 200
date: Thu, 17 Jul 2025 03:41:51 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/adobe/brackets.git
etag: W/"bc8e57770f47f3c03f44ee72d7c6ce85"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=nXrMh4ORdcki8ENCxkE%2B0JD6gu78PmUeVzsSaqKqwGX5reAi7O548WdoImni%2Bc3xyMcEC0BHezpv1F%2BM46kiVPLsKyI7PHrIfI4EMqsVc8iOFRqvGBBCPot%2FMZXTVRsfm9gwpqnJOwdbEkIHodG4ASsqPm28H7Khg4mSLJY9fsgoy7WAd%2BdseVAVCkC57Xhv1pgEQ6u0Cei8ttMKE79zpVDwEOD%2BWw0Zd5HdYRSAH5mYGrHpGT7xtfanCY1FJS2XHMNq3iFvHhwpOYwfRkCf%2Fw%3D%3D--b1sWv4btmzLjesyd--NtkjduadYSf7cTfeLQxkog%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.555080118.1752723710; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 03:41:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 03:41:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E3DC:3CC921:109016:182714:687870FE
Saurabh95/encoding support (#13412) · adobe/brackets@48a58fe · GitHub
Copy file name to clipboardExpand all lines: src/document/DocumentCommandHandlers.js
Copy file name to clipboardExpand all lines: src/document/DocumentManager.js
Copy file name to clipboardExpand all lines: src/editor/EditorStatusBar.js
Skip to content
Navigation Menu
{{ message }}
This repository was 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
Commit 48a58fe
Saurabh95/encoding support (#13412)
* Now encoding is passed as parameter on file read and it is used by writefile in order to preserve encoding
* UI wiring
* Code Cleanup
* Fixed failing tests
* Added warning Dialog while changing encoding
* Added some Linux specific changes
* Fixed some linting errors
* Reverted last commit
* Minor changes
* Now selected encoding is stored in state
* Fixed lint error
* Added some more encodings
* Added some more encodings
* Fixed lint errors
* Removed duplicate encodings
* Fixed failing tests
* Used externalized strings
* Addressed review comments
* Added supported encodings file
* Addressed review comments
* Addressed review comments1 parent be28282 commit 48a58feCopy full SHA for 48a58fe
File tree
Expand file treeCollapse file tree
12 files changed
+297
-11
lines changedFilter options
- src
- document
- editor
- filesystem
- impls/appshell
- file
- styles
- widgets
- test/spec
Expand file treeCollapse file tree
12 files changed
+297
-11
lines changed+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
758 | 758 |
| |
759 | 759 |
| |
760 | 760 |
| |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
761 | 780 |
| |
762 | 781 |
| |
763 | 782 |
| |
|
src/document/DocumentCommandHandlers.js
Copy file name to clipboardExpand all lines: src/document/DocumentCommandHandlers.js+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
325 | 341 |
| |
326 | 342 |
| |
327 | 343 |
| |
| |||
902 | 918 |
| |
903 | 919 |
| |
904 | 920 |
| |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
905 | 934 |
| |
| 935 | + | |
906 | 936 |
| |
907 | 937 |
| |
908 | 938 |
| |
|
src/document/DocumentManager.js
Copy file name to clipboardExpand all lines: src/document/DocumentManager.js+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
419 | 420 |
| |
420 | 421 |
| |
421 | 422 |
| |
422 |
| - | |
| 423 | + | |
423 | 424 |
| |
424 | 425 |
| |
425 | 426 |
| |
| |||
498 | 499 |
| |
499 | 500 |
| |
500 | 501 |
| |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
501 | 514 |
| |
502 | 515 |
| |
503 | 516 |
| |
|
src/editor/EditorStatusBar.js
Copy file name to clipboardExpand all lines: src/editor/EditorStatusBar.js+161-2Lines changed: 161 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
44 | 54 |
| |
45 | 55 |
| |
46 | 56 |
| |
| 57 | + | |
47 | 58 |
| |
48 | 59 |
| |
49 | 60 |
| |
| |||
74 | 85 |
| |
75 | 86 |
| |
76 | 87 |
| |
77 |
| - | |
78 |
| - | |
79 | 88 |
| |
80 | 89 |
| |
81 | 90 |
| |
82 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
83 | 106 |
| |
84 | 107 |
| |
85 | 108 |
| |
| |||
277 | 300 |
| |
278 | 301 |
| |
279 | 302 |
| |
| 303 | + | |
280 | 304 |
| |
281 | 305 |
| |
282 | 306 |
| |
| |||
305 | 329 |
| |
306 | 330 |
| |
307 | 331 |
| |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
308 | 366 |
| |
309 | 367 |
| |
310 | 368 |
| |
| |||
343 | 401 |
| |
344 | 402 |
| |
345 | 403 |
| |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
346 | 425 |
| |
347 | 426 |
| |
348 | 427 |
| |
| |||
389 | 468 |
| |
390 | 469 |
| |
391 | 470 |
| |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
392 | 513 |
| |
393 | 514 |
| |
394 | 515 |
| |
395 | 516 |
| |
396 | 517 |
| |
397 | 518 |
| |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
398 | 556 |
| |
399 | 557 |
| |
400 | 558 |
| |
401 | 559 |
| |
| 560 | + | |
402 | 561 |
| |
403 | 562 |
| |
404 | 563 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
You can’t perform that action at this time.
0 commit comments