CARVIEW |
Select Language
HTTP/2 200
date: Sat, 16 Aug 2025 22:04:01 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/"97bf76b6814c2ec2adb27d68a6f732d8"
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 wss://alive-staging.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=yC%2BkTwnKIGkx5ixNZLw72h46v%2FBpLg0o03lOgcVbnkF4VnCtIHp%2F%2FOv6WF3%2FzICw%2FePe%2BhzJfpJ0NHMfgv72HkVyKXBm1Gb%2B85WhDb3%2FUK58Djp684PQRFM8rK%2Bb2KHLp%2BMTsISbUfThfWa992LblmjSGRKHfGtLE2cyWu9NkYEondzd5EOjfm0ZLlEspiVlaijJqRknrJdF9BdK%2FX25cBMWK2yfeMlL2O7Xqx8Yw1aV2mcvBLdGgKuy29LVB6dtx53pzDYcXJBylmRlVYMnKQ%3D%3D--76CI63Nlf0K54yIL--QDBxE3SnMrf7D4tX4IcCBQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.179522597.1755381840; Path=/; Domain=github.com; Expires=Sun, 16 Aug 2026 22:04:00 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 16 Aug 2026 22:04:00 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 86B0:5FDF4:942F9E:C4594B:68A10050
Issue #11261: keep the search bar open (#14141) · adobe/brackets@32300dc · GitHub
Copy file name to clipboardExpand all lines: src/command/DefaultMenus.js
Copy file name to clipboardExpand all lines: src/editor/EditorOptionHandlers.js
Copy file name to clipboardExpand all lines: src/htmlContent/findreplace-bar.html
Copy file name to clipboardExpand all lines: src/search/FindInFilesUI.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 32300dc
authored
* It fixes issue #11261 by preventing the search bar from closing as a result of clicking in the main editor. This is done by commenting out the code in line 256. The search bar will also close when the ESC key is pressed while the main editor has focus
* Commented out unnecessary code around line 256
* [issue#11261] * Added in a menu option to allow find bar to stay open/automatically close
* Add a close icon to the search bar (for completeness)
* Fix escape key for in-editor searches
* Remember last search phrase if no selection for in-editor searches
* [issue#11261] Code clean up of initial mistakes of the previous commit
* [issue#11261] Strange issue with spacing in src/nls/fr/strings.js...
* [issue#11261] Strange issue with spacing in src/nls/fr/strings.js...
* [issue#11261] Further merge conflict resolution and clean up
* [issue#11261] Fix to branch and to testing
* [issue#11261] Fixes for incorrect regexp processing
* [issue#11261] Why does JSLint keep changing its own file
* [issue#11261] Not sure about the french one, let's exclude it for now until I can confirm with a Quebecois at work
* [issue#11261] Test left test file with change...
* [issue #11261] Minor fixes as per conversation of pull request
* [Issue #11261] Fixes mainly to the regular expression side of things
* [Issue #11261] Revert accidental change in JSLint
* [issue #11261] Remove loosy TODO and wording consistency change
* [Issue #11261] Remove Find Next on 'Find' option (we already have Find Next)
* [Issue #11261] (Retry the Travis CI build)
* Totally forgot to actually save the merge conflict resolution. Here it is.
* Merged master incorrectly - fix bad merge
* Fix test
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
1 parent 51a5908 commit 32300dcCopy full SHA for 32300dc
File tree
Expand file treeCollapse file tree
11 files changed
+100
-34
lines changedFilter options
- src
- command
- editor
- htmlContent
- nls/root
- search
- styles
- test/spec
Expand file treeCollapse file tree
11 files changed
+100
-34
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
src/command/DefaultMenus.js
Copy file name to clipboardExpand all lines: src/command/DefaultMenus.js+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| 154 | + | |
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
|
+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| 101 | + | |
| 102 | + | |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
| |||
228 | 230 |
| |
229 | 231 |
| |
230 | 232 |
| |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
231 | 238 |
| |
232 | 239 |
| |
233 | 240 |
| |
|
src/editor/EditorOptionHandlers.js
Copy file name to clipboardExpand all lines: src/editor/EditorOptionHandlers.js+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
| |||
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 |
| |
52 | 57 |
| |
53 | 58 |
| |
| |||
97 | 102 |
| |
98 | 103 |
| |
99 | 104 |
| |
| 105 | + | |
100 | 106 |
| |
101 | 107 |
| |
102 | 108 |
|
src/htmlContent/findreplace-bar.html
Copy file name to clipboardExpand all lines: src/htmlContent/findreplace-bar.html+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + |
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
| 412 | + | |
412 | 413 |
| |
413 | 414 |
| |
414 | 415 |
| |
| |||
813 | 814 |
| |
814 | 815 |
| |
815 | 816 |
| |
| 817 | + | |
816 | 818 |
| |
817 | 819 |
| |
818 | 820 |
| |
|
+58-25Lines changed: 58 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
| 99 | + | |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
| |||
209 | 211 |
| |
210 | 212 |
| |
211 | 213 |
| |
| 214 | + | |
212 | 215 |
| |
213 |
| - | |
| 216 | + | |
| 217 | + | |
214 | 218 |
| |
215 | 219 |
| |
216 | 220 |
| |
| |||
273 | 277 |
| |
274 | 278 |
| |
275 | 279 |
| |
276 |
| - | |
277 |
| - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
278 | 297 |
| |
279 | 298 |
| |
| 299 | + | |
| 300 | + | |
280 | 301 |
| |
281 | 302 |
| |
282 | 303 |
| |
| |||
299 | 320 |
| |
300 | 321 |
| |
301 | 322 |
| |
302 |
| - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
303 | 326 |
| |
304 | 327 |
| |
305 | 328 |
| |
| |||
334 | 357 |
| |
335 | 358 |
| |
336 | 359 |
| |
337 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
338 | 363 |
| |
| 364 | + | |
339 | 365 |
| |
340 | 366 |
| |
341 | 367 |
| |
| |||
384 | 410 |
| |
385 | 411 |
| |
386 | 412 |
| |
| 413 | + | |
| 414 | + | |
| 415 | + | |
387 | 416 |
| |
388 | 417 |
| |
389 | 418 |
| |
| |||
652 | 681 |
| |
653 | 682 |
| |
654 | 683 |
| |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
655 | 699 |
| |
656 | 700 |
| |
657 | 701 |
| |
| |||
660 | 704 |
| |
661 | 705 |
| |
662 | 706 |
| |
663 |
| - | |
| 707 | + | |
| 708 | + | |
664 | 709 |
| |
665 | 710 |
| |
666 |
| - | |
667 |
| - | |
668 |
| - | |
669 |
| - | |
670 |
| - | |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
676 |
| - | |
677 |
| - | |
678 |
| - | |
679 |
| - | |
680 |
| - | |
681 | 711 |
| |
682 | 712 |
| |
683 | 713 |
| |
684 |
| - | |
| 714 | + | |
| 715 | + | |
685 | 716 |
| |
686 | 717 |
| |
687 |
| - | |
| 718 | + | |
| 719 | + | |
688 | 720 |
| |
689 |
| - | |
| 721 | + | |
| 722 | + | |
690 | 723 |
| |
691 | 724 |
| |
692 | 725 |
| |
693 | 726 |
| |
694 | 727 |
| |
695 |
| - | |
| 728 | + | |
696 | 729 |
| |
697 | 730 |
| |
698 | 731 |
| |
|
src/search/FindInFilesUI.js
Copy file name to clipboardExpand all lines: src/search/FindInFilesUI.js+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
| 101 | + | |
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
|
+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
229 | 230 |
| |
230 | 231 |
| |
231 | 232 |
| |
| |||
583 | 584 |
| |
584 | 585 |
| |
585 | 586 |
| |
| 587 | + | |
| 588 | + | |
586 | 589 |
| |
587 | 590 |
| |
588 | 591 |
| |
| |||
603 | 606 |
| |
604 | 607 |
| |
605 | 608 |
| |
| 609 | + | |
| 610 | + | |
| 611 | + | |
606 | 612 |
| |
607 | 613 |
| |
608 | 614 |
| |
| |||
628 | 634 |
| |
629 | 635 |
| |
630 | 636 |
| |
| 637 | + | |
631 | 638 |
| |
632 | 639 |
| |
633 | 640 |
| |
| |||
647 | 654 |
| |
648 | 655 |
| |
649 | 656 |
| |
| 657 | + | |
650 | 658 |
| |
651 | 659 |
| |
652 |
| - | |
| 660 | + | |
| 661 | + | |
653 | 662 |
| |
654 |
| - | |
655 |
| - | |
656 | 663 |
| |
657 | 664 |
| |
658 | 665 |
| |
| |||
720 | 727 |
| |
721 | 728 |
| |
722 | 729 |
| |
| 730 | + | |
723 | 731 |
| |
724 | 732 |
| |
725 | 733 |
| |
|
+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
683 |
| - | |
684 |
| - | |
685 | 683 |
| |
686 | 684 |
| |
687 | 685 |
| |
| |||
1714 | 1712 |
| |
1715 | 1713 |
| |
1716 | 1714 |
| |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
1717 | 1722 |
| |
1718 | 1723 |
| |
1719 | 1724 |
| |
|
You can’t perform that action at this time.
0 commit comments