CARVIEW |
Select Language
HTTP/2 200
date: Thu, 17 Jul 2025 18:03:43 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/"24eb77c8d3c99df46c44f758b8064f1a"
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=PFp1c6bW8NZc87KVh9e%2F24S902N69rNETuVcXzNxKTlkjnTJ2CBhmzwtvBA6vPWfu1hVrC%2FPw7lXIFiaIVIO3QHI41%2FufpWDyk3xPJS%2BWQbOKyrgOZKPRHRMQz7sEZ8rRJJT3E2UEF4MVlr026T7HCLkrLmZHkdsusLmRbjIX3MXpeEQi8JO7rqm9GCCtum3pGqnRyV%2Bi3dR3j6J8za08hAzWm3PBPd3WtuLQzkK3%2FTdk9p8F2wY02wZUgX291WVyDrkpQxnFFv7vUaZzSz1QA%3D%3D--IIeEKd8BucovOvee--JmLi53Vv1YRi83lLE07qcQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1407755088.1752775422; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 18:03:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 17 Jul 2026 18:03:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9BDE:E7E74:3E3E32:488F8B:68793AFE
Add a feature to toggle between panes in the core #10555 (#12853) · adobe/brackets@e78688a · GitHub
Copy file name to clipboardExpand all lines: src/view/MainViewManager.js
Copy file name to clipboardExpand all lines: test/spec/MainViewManager-test.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 e78688a
* Added the feature to toggle between panes as requested by petetnt in issues #10555
* Added the feature to toggle between panes as requested by petetnt in issues #10555
* Bumping version Number to 1.9
* Edited the files and added a unit test for this feature as requested by petetnt and swmitra
* Removed duplicate/unnecessary code in Pane.js
* Removed additional duplicate/unnecessary code in Pane.js
* Edited 'should switch pane when alt-w is pressed' function in MainViewManager-test.js and the test is now passing
* Revert package.json and src/config.json to previous commit
* Added the feature to toggle between panes as requested by petetnt in issues #10555
* Added the feature to toggle between panes as requested by petetnt in issues #10555
* Edited the files and added a unit test for this feature as requested by petetnt and swmitra
* Removed duplicate/unnecessary code in Pane.js
* Removed additional duplicate/unnecessary code in Pane.js
* Edited 'should switch pane when alt-w is pressed' function in MainViewManager-test.js and the test is now passing
* Revert package.json and src/config.json to previous commit
* Modified test code to test CMD_SWITCH_PANE_FOCUS
* Removed unnecessary code in MainViewManager-test.js
1 parent b092dea commit e78688aCopy full SHA for e78688a
File tree
Expand file treeCollapse file tree
4 files changed
+52
-3
lines changedFilter options
- src
- command
- nls/root
- view
- test/spec
Expand file treeCollapse file tree
4 files changed
+52
-3
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| 156 | + | |
156 | 157 |
| |
157 | 158 |
| |
158 | 159 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
| 421 | + | |
421 | 422 |
| |
422 | 423 |
| |
423 | 424 |
| |
|
src/view/MainViewManager.js
Copy file name to clipboardExpand all lines: src/view/MainViewManager.js+22-3Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
844 | 845 |
| |
845 | 846 |
| |
846 | 847 |
| |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
847 | 861 |
| |
848 | 862 |
| |
849 | 863 |
| |
| |||
1616 | 1630 |
| |
1617 | 1631 |
| |
1618 | 1632 |
| |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
1619 | 1637 |
| |
1620 | 1638 |
| |
1621 | 1639 |
| |
| |||
1658 | 1676 |
| |
1659 | 1677 |
| |
1660 | 1678 |
| |
1661 |
| - | |
1662 |
| - | |
| 1679 | + | |
| 1680 | + | |
1663 | 1681 |
| |
1664 | 1682 |
| |
1665 | 1683 |
| |
| |||
1729 | 1747 |
| |
1730 | 1748 |
| |
1731 | 1749 |
| |
| 1750 | + | |
1732 | 1751 |
| |
1733 | 1752 |
| |
1734 | 1753 |
| |
|
test/spec/MainViewManager-test.js
Copy file name to clipboardExpand all lines: test/spec/MainViewManager-test.js+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
539 | 567 |
| |
540 | 568 |
| |
541 | 569 |
| |
|
You can’t perform that action at this time.
0 commit comments