Commit Graph

28074 Commits

Author SHA1 Message Date
Johannes Rieken
b10ef64bc9 fix #41207 2018-01-09 09:41:50 -08:00
Johannes Rieken
779152cdb5 Merge pull request #41275 from Microsoft/fix-21692
Adopt list commands for editor's "Find References" peek UI
2018-01-09 18:11:15 +01:00
Andre Weinand
1f4a001f8c always quote args for PowerShell; fixes #39530 2018-01-09 17:47:52 +01:00
Johannes Rieken
f277f7edf1 Merge pull request #41307 from seanpoulter/issue-40653
Add note to differentiate btw TextDoc & TextEditor
2018-01-09 17:27:39 +01:00
isidor
f595471471 fixes #41347 2018-01-09 17:26:24 +01:00
Joao Moreno
c3ed46fa72 remove console.log 2018-01-09 16:33:46 +01:00
Joao Moreno
534e8f46fb fixes #41145 2018-01-09 16:29:16 +01:00
Joao Moreno
90ef303fec Merge branch 'fix-41218' 2018-01-09 16:02:08 +01:00
isidor
5bcca1c1e2 remove done todo 2018-01-09 16:00:03 +01:00
Joao Moreno
43a9bab906 fix buffer log 2018-01-09 15:57:59 +01:00
Joao Moreno
9914a95ddf buffer spdlog calls in main until singleton
fixes #41218
2018-01-09 15:55:10 +01:00
Sandeep Somavarapu
9ff5abedf9 Merge pull request #29763 from stringham/fix-search-history
Fix history navigator to change the position when adding an existing element.
2018-01-09 15:12:55 +01:00
Sandeep Somavarapu
337277fb12 Merge branch 'master' into fix-search-history 2018-01-09 15:12:41 +01:00
Sean Poulter
2c40789de9 Fix markdown, change wording 2018-01-09 08:37:05 -05:00
isidor
e5cbf75500 commands use precondition for enablement
fixes #41103
2018-01-09 12:44:02 +01:00
isidor
64b5169c3a fix npe 2018-01-09 12:42:28 +01:00
isidor
627d4fd04d commands in explorer now support alt commands, no need for the warning
#41157
2018-01-09 12:12:33 +01:00
Dirk Baeumer
105d2d8241 Fixing compile error 2018-01-09 11:48:18 +01:00
isidor
dbcae0f796 Commands resource proper computation
Commands can get exeucted from a command pallete, from a context menu or from some list using a keybinding
To cover all these cases we need to properly compute the resource on which the command is being executed

fixes #41263
fixes #41314
2018-01-09 11:38:32 +01:00
Benjamin Pasero
94efa7871d fix #40114 2018-01-09 11:22:17 +01:00
Benjamin Pasero
23c3596ef8 fix weight for "open to side" 2018-01-09 11:04:22 +01:00
Benjamin Pasero
50bc1270ff list.select should not register on CtrlCmd | Enter 2018-01-09 10:59:41 +01:00
Benjamin Pasero
1ab3f8caa5 fix #41196 2018-01-09 10:42:20 +01:00
Benjamin Pasero
6ebd589d9a fix more issues 2018-01-09 07:27:07 +01:00
Benjamin Pasero
daeac8e6c6 Merge branch 'master' into fix-21692 2018-01-09 07:09:04 +01:00
Benjamin Pasero
64f9e8a98b fix broken "open to side" with mouse 2018-01-09 07:05:02 +01:00
Ramya Achutha Rao
f4ed56b0d6 Ignore php tag when deciding if cursor is inside open tag Fixes #41216 2018-01-08 18:56:51 -08:00
Matt Bierner
5fe3f97edb Pre-support for backeted property completions in js/ts
Requires a build of TS with https://github.com/Microsoft/TypeScript/pull/20547 Fixes #36429

Also relaxes the matching logic for suggestion items with filter texts
2018-01-08 17:51:37 -08:00
Matt Bierner
61955244ab Move escapeRegExp to own function 2018-01-08 17:51:37 -08:00
Johannes Rieken
61a035c642 fix #37005 2018-01-08 17:08:39 -08:00
Johannes Rieken
16e4888a80 add ICommandAction#precondition, #41103 2018-01-08 16:47:23 -08:00
Johannes Rieken
3698d3235d remove ICommand#precondition, #41103 2018-01-08 16:47:22 -08:00
Rob Lourens
a17bdc15d7 Remove incorrect HistoryNavigator test case -
Doesn't test what it describes. 'adding an existing item changes the order' covers this. See c84be6409a
2018-01-08 15:59:56 -08:00
Johannes Rieken
643f651027 fix an issue with fs events, #13182 2018-01-08 15:58:29 -08:00
Johannes Rieken
1a0cce8e54 fix #41298 2018-01-08 15:28:06 -08:00
Johannes Rieken
5f3a2e87a3 Merge pull request #41242 from mlewand/open-link-multi-selections
Added support for multiple selections in Open Link action
2018-01-09 00:08:50 +01:00
Andre Weinand
7a8fa121f0 protect '--status' against customized 'ps' command; fixes #40660 2018-01-09 00:06:27 +01:00
Marek Lewandowski
0106603a60 💄 2018-01-08 22:55:39 +01:00
Sean Poulter
78cebea1e9 Add note to differentiate btw TextDoc & TextEditor
These are some of the things I wish I had known before using the
TextDocument event listeners.

cc @jrieken, Microsoft/vscode#40653
2018-01-08 14:03:19 -05:00
Matt Bierner
4f13c4e6ab Fix bad merge 2018-01-08 10:34:32 -08:00
Daniel Imms
4eea7798c4 vscode-xterm@3.1.0-beta2
Fixes #41281
2018-01-08 09:57:10 -08:00
Matt Bierner
ea55eda7aa Mark TS optional fields with ? in suggestion list
Fixes #30334
2018-01-08 08:57:12 -08:00
Matt Bierner
435488274f Revert includeExternalModuleExports for now 2018-01-08 08:50:00 -08:00
Matt Bierner
570b032d05 Update to latest TS 2.7 insiders 2018-01-08 08:45:17 -08:00
Matt Bierner
0a42cc1c8c Save off full ts completion entry 2018-01-08 08:45:17 -08:00
Sandeep Somavarapu
5d99b29558 Fix #40722 2018-01-08 16:56:15 +01:00
isidor
726774a832 use uri.isUri 2018-01-08 16:14:37 +01:00
isidor
538db0666c contextMenuService.onDidContextMenu
fixes #41157
2018-01-08 16:05:06 +01:00
Benjamin Pasero
278b78fc5c cleanup 2018-01-08 15:46:58 +01:00
Joao Moreno
94b5920995 fixes #41174 2018-01-08 15:33:22 +01:00