Commit graph

34 commits

Author SHA1 Message Date
Andrea Mah b540ba7b27
Unexpected link highlighting in search editor (#187091)
Fixes #180813
2023-07-05 23:11:27 +02:00
Johannes 0656d21d11
auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Jackson Kearl 99f3c2c7e7
Fix #140280 2022-02-04 11:56:21 -08:00
Johannes Rieken 4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Johannes Rieken 68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken 9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Stephen Sigwart dbea36b57a
Search editor go to location improvements (#135227)
* Search editor go to location improvements

- Added option to go to and select the match
- Fixed cursor placement with initial whitespace

* Remove #128927 changes

* Fix up seprartor logic

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-10-25 21:20:36 -07:00
Jackson Kearl 65a9aa1776 Use "(Settings) " as a prefix for userdata paaths in web
Closes #114979
2021-03-03 03:19:31 -08:00
Jackson Kearl 6312db1e01 Fix #115041: Path to untitled file from search editor is wrong 2021-02-22 19:01:26 -08:00
Jackson Kearl b50bd5d094 Close #114342 2021-01-19 19:45:15 -08:00
Jackson Kearl 3a9daf3e34 Adopt new vscode-userdata path format 2021-01-15 13:00:42 -08:00
Jackson Kearl 6184addcd1 fall back to homepath if home unset.
closes #112775
2021-01-12 15:44:20 -08:00
Connor Peet 49d1396aeb
update pattern and add to grammar 2020-11-11 10:11:04 -08:00
Connor Peet f5898a0e59
surround match in zero-width spaces to avoid clobbering 2020-11-10 22:47:32 -08:00
Connor Peet 00f32f9a26
make search editor ranges work for hidden text 2020-11-10 16:04:00 -08:00
Connor Peet 046654ae65
make search editor ranges work for hidden text 2020-11-10 15:57:03 -08:00
Jackson Kearl 339681f631 Use excludive selectors for search editor contributions to fix #91453.
cc @jrieken
2020-11-06 11:23:45 -08:00
Jackson Kearl f88b86d714 vscode.Uri.joinPath instead of Node's path.join
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1280
2020-10-05 08:52:44 -07:00
Jackson Kearl d4ae4a64ec Enable search editor in non-HOME envs 2020-09-23 11:36:35 -07:00
Jackson Kearl c2224dab6c Allow for non-file uri's in search editor 2020-07-29 17:08:41 -07:00
Matt Bierner 2344d7cf7e Revert "add todo for matt"
This reverts commit cd93eaacd5.

Fixes #97636
2020-05-12 13:16:13 -07:00
João Moreno cd93eaacd5 add todo for matt 2020-05-12 21:24:59 +02:00
Jackson Kearl 6da863f768 Double click on file name to peek. Closes #89467 2020-01-29 00:43:03 -08:00
Jackson Kearl 3a1e245648 Remove outdated extension contributed commands 2020-01-24 17:24:03 -08:00
Jackson Kearl 542b0145b3 Dim the line numbers of context results 2019-12-11 16:31:10 -08:00
Jackson Kearl 26c955f0da More conservative parse caching in search editor 2019-12-11 09:18:30 -08:00
Jackson Kearl 73c7887496 [Search Editor] Make clicking take you to the location you clicked. Ref #86190. 2019-12-04 15:35:19 -08:00
Jackson Kearl eae6eca8cf [Search Editor] Add option for context lines 2019-12-02 19:39:34 -08:00
Jackson Kearl 3d4d0bf324 Keep track of disposeables 2019-12-02 14:40:54 -08:00
Jackson Kearl 9b537cafe9 [Search Editor] Make file result blocks symbols 2019-11-26 11:20:30 -08:00
Jackson Kearl c324ac445d [Search Editor] Add completion items for query construction 2019-11-26 10:52:05 -08:00
Jackson Kearl c2e11d41f5 Add re-run search editor search action 2019-11-24 16:47:58 -08:00
Jackson Kearl c41d9dc9b4 Remove multi-match peek UX. 2019-11-24 14:37:34 -08:00
Jackson Kearl 695bc30383
Add initial search editor implementation (#85424)
* Initial search editor implementation

* Merge fixes

* Exclude search result untitled editors from localresults results

* Remove unneeded keybinding

* .vsc-search => .code-search

* Add extension readme

* Fix extra space inserted on Windows

* Fixup some escaping issues

* Add highlighting of result matches
2019-11-24 02:35:39 -08:00