CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 16:47:04 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/"3dcb2f18560ccbcbdb2379b750f90a87"
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=uQ568fajGQvcDByb3fIkli29oRBjryDu2%2FNr9F07SCEf4ThIYwTspvrhSVKeIeVgXKFmbimcICvcFDSPiQ1JJhlzX%2B05ACJRZ2%2FFWRA2Ni6gZj5%2F8RcqxAVMAHRZlpeBnrfe1qK%2FBd%2BZ0pHhKfrdsk35KrSXOfA5AWzzRCQxVfp7S7YFlCfWBMiJT6JkuWwt0WM6pwIxJUMTJfO9OQnMG%2FoEcLFN%2FjBTP%2F92lGcxA96%2BTK0NL9yKkoAZt8AH59wpTdqt2MgQRknHOLv5utB03A%3D%3D--DLBqxqjpZIlXCBWv--sVdvmXCHrztsy6z%2Bt%2B9pwQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1783929393.1752943623; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 16:47:03 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 16:47:03 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DE02:46557:6ABF13:85CEF2:687BCC07
Fix for issue #8142: "Ctrl + Space" should move to the next entry whe… · adobe/brackets@63962ce · GitHub
Copy file name to clipboardExpand all lines: src/editor/CodeHintManager.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 63962ce
* Can now move up with ctrl+space.
* Changes made suggested by PR
* Found a cleaner way to do the alreadyOpen Bool. Still having trouble with the javascript '.' character hints
* Remove unneeded var
* Fix issues with CodeHints starting with dots
* Fix wrong parameter
* Changes made suggested by PR
* Fix issues with CodeHints starting with dots
* Fix issues with CodeHints starting with dots
* Fix issues with CodeHints starting with dots
* Remove unneeded var
* All tests pass.
1 parent 8cce5ec commit 63962ceCopy full SHA for 63962ce
File tree
Expand file treeCollapse file tree
3 files changed
+157
-39
lines changedFilter options
- src/editor
- test/spec
Expand file treeCollapse file tree
3 files changed
+157
-39
lines changed+26-10Lines changed: 26 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 |
| - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
312 | 316 |
| |
313 | 317 |
| |
314 | 318 |
| |
| 319 | + | |
| 320 | + | |
| 321 | + | |
315 | 322 |
| |
316 | 323 |
| |
317 | 324 |
| |
| |||
382 | 389 |
| |
383 | 390 |
| |
384 | 391 |
| |
385 |
| - | |
| 392 | + | |
386 | 393 |
| |
387 | 394 |
| |
388 |
| - | |
| 395 | + | |
| 396 | + | |
389 | 397 |
| |
390 | 398 |
| |
391 | 399 |
| |
392 |
| - | |
| 400 | + | |
393 | 401 |
| |
394 | 402 |
| |
395 | 403 |
| |
396 | 404 |
| |
397 | 405 |
| |
398 | 406 |
| |
399 |
| - | |
| 407 | + | |
| 408 | + | |
400 | 409 |
| |
401 | 410 |
| |
402 | 411 |
| |
| |||
478 | 487 |
| |
479 | 488 |
| |
480 | 489 |
| |
481 |
| - | |
482 |
| - | |
483 | 490 |
| |
484 | 491 |
| |
485 | 492 |
| |
| |||
501 | 508 |
| |
502 | 509 |
| |
503 | 510 |
| |
504 |
| - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
505 | 521 |
| |
506 | 522 |
| |
507 | 523 |
| |
|
src/editor/CodeHintManager.js
Copy file name to clipboardExpand all lines: src/editor/CodeHintManager.js+49-29Lines changed: 49 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
| 250 | + | |
250 | 251 |
| |
251 | 252 |
| |
252 | 253 |
| |
| |||
376 | 377 |
| |
377 | 378 |
| |
378 | 379 |
| |
| 380 | + | |
379 | 381 |
| |
380 | 382 |
| |
381 | 383 |
| |
| |||
407 | 409 |
| |
408 | 410 |
| |
409 | 411 |
| |
410 |
| - | |
411 | 412 |
| |
412 | 413 |
| |
413 | 414 |
| |
414 | 415 |
| |
415 | 416 |
| |
416 | 417 |
| |
417 |
| - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
418 | 422 |
| |
419 | 423 |
| |
420 | 424 |
| |
421 | 425 |
| |
422 | 426 |
| |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
423 | 431 |
| |
424 | 432 |
| |
425 | 433 |
| |
| |||
430 | 438 |
| |
431 | 439 |
| |
432 | 440 |
| |
| 441 | + | |
433 | 442 |
| |
434 | 443 |
| |
435 | 444 |
| |
| |||
466 | 475 |
| |
467 | 476 |
| |
468 | 477 |
| |
| 478 | + | |
469 | 479 |
| |
470 | 480 |
| |
471 | 481 |
| |
| |||
497 | 507 |
| |
498 | 508 |
| |
499 | 509 |
| |
500 |
| - | |
501 | 510 |
| |
502 | 511 |
| |
503 | 512 |
| |
| |||
515 | 524 |
| |
516 | 525 |
| |
517 | 526 |
| |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 |
| - | |
523 |
| - | |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
537 |
| - | |
538 | 527 |
| |
539 | 528 |
| |
540 | 529 |
| |
| |||
571 | 560 |
| |
572 | 561 |
| |
573 | 562 |
| |
574 |
| - | |
| 563 | + | |
| 564 | + | |
575 | 565 |
| |
576 | 566 |
| |
577 | 567 |
| |
| |||
580 | 570 |
| |
581 | 571 |
| |
582 | 572 |
| |
| 573 | + | |
| 574 | + | |
583 | 575 |
| |
584 | 576 |
| |
585 | 577 |
| |
| |||
664 | 656 |
| |
665 | 657 |
| |
666 | 658 |
| |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
667 | 683 |
| |
668 | 684 |
| |
669 | 685 |
| |
| |||
693 | 709 |
| |
694 | 710 |
| |
695 | 711 |
| |
696 |
| - | |
697 |
| - | |
| 712 | + | |
| 713 | + | |
698 | 714 |
| |
699 | 715 |
| |
700 |
| - | |
701 |
| - | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
702 | 722 |
| |
703 | 723 |
| |
704 | 724 |
| |
|
+82Lines changed: 82 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 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 | + | |
281 | 363 |
| |
282 | 364 |
| |
283 | 365 |
| |
|
You can’t perform that action at this time.
0 commit comments