Commit Graph

543 Commits

Author SHA1 Message Date
Benjamin Pasero
f5e97d84f3 Make the fuzzy option an option for the file picker only 2015-12-09 16:53:58 +01:00
Benjamin Pasero
219b61e7f9 reduce fuzzy use to file picker 2015-12-09 16:31:20 +01:00
Benjamin Pasero
969982df4e back to normal sort/matching for commands 2015-12-09 16:21:18 +01:00
Benjamin Pasero
aafa06ee8f scorer - fix issue with prefix scoring 2015-12-09 16:20:15 +01:00
Benjamin Pasero
eb17ea787b fix some npes 2015-12-09 07:44:30 +01:00
Benjamin Pasero
88d91e54c6 Merge branch 'master' into ben/fuzzy-quickopen
Conflicts:
	src/vs/workbench/electron-browser/main.contribution.ts
2015-12-08 13:23:35 +01:00
Benjamin Pasero
3748228406 cleanup 2015-12-08 13:22:05 +01:00
Benjamin Pasero
8465f9b463 Respect the fuzzy matching option in quick open and file search 2015-12-08 13:05:18 +01:00
Johannes Rieken
812253d28c Merge pull request #1101 from Microsoft/joh/apiCommands
add addApiCommand call which can be found by a doc tool
2015-12-08 12:53:06 +01:00
isidor
a1a01ac520 debug: add an invisible element that measures character width for word wrap
fixes #503, #226
2015-12-08 12:37:52 +01:00
isidor
45fa3a436d debug: enable word-wrap for repl 2015-12-08 12:36:05 +01:00
Benjamin Pasero
b98b4d673c Add fuzzy flag to comparer and matcher in quick open model 2015-12-08 12:09:22 +01:00
Benjamin Pasero
f9c0e7b735 Introduce a new setting to enable fuzzy for pickers 2015-12-08 12:09:01 +01:00
Benjamin Pasero
65a35be7da introduce a main quickopen contribution file 2015-12-08 11:08:25 +01:00
Benjamin Pasero
c045580763 more unified quick open sorting 2015-12-08 10:54:06 +01:00
Dirk Baeumer
e58d8de927 Fixes #909 2015-12-08 10:47:50 +01:00
Benjamin Pasero
2535843000 first cut string scorer function based on some simple rules 2015-12-08 10:23:55 +01:00
Johannes Rieken
b5220f9b19 add addApiCommand call which can be found by a doc tool 2015-12-08 09:48:19 +01:00
Benjamin Pasero
7fa66626a8 add more tests for filter 2015-12-08 08:45:16 +01:00
Alex Dima
942e9be7e4 Fixes for PR #961 2015-12-07 18:51:04 +01:00
Alexandru Dima
cab36275c5 Merge pull request #961 from edm-opensource/master
Implementation of issue #950
2015-12-07 18:23:35 +01:00
Alex Dima
3b98b0f3ea Do not colorize lines longer than 20k with TextMate (#1001) 2015-12-07 18:09:17 +01:00
Benjamin Pasero
fadeb46831 cleanup filters 2015-12-07 16:49:54 +01:00
Johannes Rieken
ba2988de9d debt - move things from browser to common that are easy to move 2015-12-07 13:04:07 +01:00
Johannes Rieken
3dd0a89aba make test less flaky 2015-12-07 12:30:22 +01:00
Benjamin Pasero
011a67aae9 Fix tests 2015-12-07 11:53:39 +01:00
Johannes Rieken
e4592ea8a3 map diag #2459 and #2460 to unknown property option, fixes #1041 2015-12-07 11:41:18 +01:00
Benjamin Pasero
3522f213b8 Merge pull request #1069 from Microsoft/ben/quickopen
Allow to match on paths in quick open (fixes #1065)
2015-12-07 11:31:48 +01:00
Benjamin Pasero
8b724be287 bugfixing for windows 2015-12-07 11:31:17 +01:00
Johannes Rieken
1c78458042 refactor excludes to be less error prone
hopefully last change for #703
2015-12-07 11:17:24 +01:00
Benjamin Pasero
5d0c089f0c Some cleanup 2015-12-07 11:08:31 +01:00
Benjamin Pasero
de8f289308 Do not let highlights decide on visiblity in result set 2015-12-07 10:50:40 +01:00
Johannes Rieken
71d3d1c061 exclude jspm_packages for perf reasons, tackles #703 2015-12-07 10:36:29 +01:00
isidor
9471736df2 debug: merge contribution files, they should live in electron-browser. 2015-12-07 10:24:52 +01:00
isidor
bd756a9aed debug: move debug actions to electron-browser.
fixes #1038
2015-12-07 10:24:51 +01:00
Benjamin Pasero
3db61dd487 Only show cached result if we have highlights 2015-12-07 10:23:28 +01:00
Erich Gamma
5d2f9add37 Insert Cursor -> Add Cursor 2015-12-07 10:13:07 +01:00
Benjamin Pasero
50512e9923 Do proper matching on cached results too 2015-12-07 10:06:16 +01:00
Benjamin Pasero
4cbc90b046 Enable caching for path search too & push down highlight method for reuse 2015-12-07 07:50:50 +01:00
Benjamin Pasero
bfef57fbab Make dirty-indicator a real concept in quick open 2015-12-05 12:20:09 +01:00
Benjamin Pasero
93d70769ef Make file results processing simpler 2015-12-05 11:47:16 +01:00
Benjamin Pasero
9e80cb2db7 Reuse one sort function for file related quick open results 2015-12-05 11:40:59 +01:00
Benjamin Pasero
2924e2b16f Enable to search on the full path when parts of the query contain path separators 2015-12-05 11:33:45 +01:00
Sofian Hnaide
0a7c9f72fc fix #674 2015-12-04 15:29:28 -08:00
Sofian Hnaide
29d13705bc remove send-a-simle 2015-12-04 14:20:52 -08:00
Alexandru Dima
4383c34cbf Merge pull request #500 from Protectator/master
Adding option to configure cursor blinking
2015-12-04 18:29:03 +01:00
Johannes Rieken
483ffb36b0 Merge pull request #1015 from Microsoft/joh/703
changes to tackle #703
2015-12-04 17:25:40 +01:00
Benjamin Pasero
d2c2ac28ad Ctrl + click on quick open does not work ( fixes #1011) 2015-12-04 15:38:31 +01:00
Benjamin Pasero
17680ec6b2 ITextFileService.save() should trigger more UI updating (fixes #939) 2015-12-04 15:24:59 +01:00
Alex Dima
f502bda8de Try to render keybindings with their physical labels 2015-12-04 13:47:07 +01:00