Commit Graph

9376 Commits

Author SHA1 Message Date
isidor
916228b072 replViewer - destructure imports 2016-11-08 10:15:03 +01:00
Benjamin Pasero
44901c208c fix issue with title bar and full screen 2016-11-08 08:40:51 +01:00
Benjamin Pasero
ef7be2de62 set default to native for now 2016-11-08 08:27:47 +01:00
Benjamin Pasero
37532dbcb1 fix keybinding conflict 2016-11-08 07:40:56 +01:00
Benjamin Pasero
a009e5118b Windows 10: Jump list no longer shows entries once you removed a single entry from "Recent Folders" (fixes #15052) 2016-11-08 07:25:52 +01:00
Alex Dima
1b6443ace2 Fixes #14777: Define brackets for plain text 2016-11-07 19:27:51 +01:00
Alex Dima
ba707c6807 Fixes #13016: Multi-line Next Match Selection (Cmd+D) 2016-11-07 19:19:25 +01:00
Sandeep Somavarapu
7f4af5cfd1 Fix #14763 - Revert the fix. 2016-11-07 18:50:47 +01:00
Johannes Rieken
881242224e Merge pull request #14878 from Microsoft/fix-callstacks
Fixes #12694 regex replace strips filepath when approot is PIIPath
2016-11-07 18:45:58 +01:00
Sandeep Somavarapu
6fc75bf6e0 Fix #14167
- Fix navigation when replacing a single match
2016-11-07 18:44:21 +01:00
Sandeep Somavarapu
d4baf8a3fc Move setup to suiteSetup 2016-11-07 18:44:21 +01:00
Johannes Rieken
a5aecf3db0 fix merge troubles 2016-11-07 17:58:59 +01:00
Johannes Rieken
85cc6ab7bf Merge pull request #15007 from Microsoft/joh/configInspect
WorkspaceConfiguration#inspect
2016-11-07 17:56:25 +01:00
Benjamin Pasero
23e41cc679 Revert "inform mac users on title change"
This reverts commit 35ee5c2719.
2016-11-07 16:58:35 +01:00
isidor
1f7698670a debug: focus thread / process when clicked upon 2016-11-07 16:56:06 +01:00
isidor
ee0d4b3f69 debug: call stack view do not react on focus stack frame changes 2016-11-07 16:56:05 +01:00
Johannes Rieken
638ea3af69 snippets - static snippets should be TextMate 2016-11-07 16:34:14 +01:00
isidor
aa6ddd89c0 debug: remove unused callstack and variables telemtry events 2016-11-07 16:27:29 +01:00
isidor
2c847cf41d debug: introduce viewModel.isMultiProcessView 2016-11-07 16:16:11 +01:00
Benjamin Pasero
35ee5c2719 inform mac users on title change 2016-11-07 16:10:03 +01:00
Benjamin Pasero
3ec707b8d7 Custom window title (#15082) 2016-11-07 15:17:27 +01:00
isidor
1710d4eb91 improve call stack running / stopped msgs
fixes #14428
fixes #14422
2016-11-07 15:17:14 +01:00
Benjamin Pasero
89a3129e3f Windows: task list not updated until doing a full restart (fixes #15093) 2016-11-07 15:15:04 +01:00
Johannes Rieken
d9fd4c1708 better telemetry event, #14758 2016-11-07 12:44:16 +01:00
Johannes Rieken
b283fc9e17 add telemetry about completion items and the use of snippet synatx, #3210 2016-11-07 12:41:27 +01:00
Johannes Rieken
20a3c1e91e resolve default value for placeholder on same line, fixes #7093 2016-11-07 11:25:52 +01:00
Johannes Rieken
ed0bfe5638 snippets - move code around 2016-11-07 11:25:52 +01:00
Benjamin Pasero
812b2a0025 Unable to open folder from task list that contains spaces (fixes #15087) 2016-11-07 10:34:27 +01:00
Johannes Rieken
fc61304932 another ExtHostConfiguration test, #10583 2016-11-07 10:26:43 +01:00
isidor
44c88fa143 nls comments fixes #14993 2016-11-07 10:18:48 +01:00
Benjamin Pasero
f5e1881aa2 call browser.setZoomLevel as early as possible 2016-11-07 10:18:14 +01:00
Benjamin Pasero
ab294b0769 fix developer related actions 2016-11-07 10:12:13 +01:00
Johannes Rieken
b95c77c34c first cut of WorkspaceConfiguration#inspect 2016-11-07 10:07:43 +01:00
Joao Moreno
31831e7482 forgot service adoption
fixes #14987
2016-11-07 10:07:05 +01:00
Alex Dima
0a50b22063 Fixes #15045: Pick a unique name for whitespace tokens 2016-11-07 10:00:30 +01:00
Joao Moreno
504877fa35 fix bad position fixed with browser zoom
fixes #14949
2016-11-07 09:49:41 +01:00
Benjamin Pasero
537b31f16b remove file from recent file list if not found 2016-11-07 09:10:34 +01:00
Benjamin Pasero
719ee0542c remove unused 2016-11-07 08:29:28 +01:00
Benjamin Pasero
78099b7097 wording 2016-11-07 08:00:36 +01:00
Benjamin Pasero
d3f14897a3 Deleting workbench.statusBar.visible doesn't update View menu (fixes #14448) 2016-11-07 07:58:53 +01:00
Alex Dima
4a75f9b5d8 Move more operations out of oneCursor 2016-11-07 00:04:35 +01:00
Alex Dima
4183dd9d04 More cleanup around editing commands 2016-11-06 13:17:56 +01:00
Alex Dima
44c9c09a9d Move column selection ops out of oneCursor 2016-11-05 18:45:50 +01:00
Alex Dima
af1cf7a4b8 Move type operations out of oneCursor 2016-11-05 12:04:00 +01:00
Alex Dima
297b28ab9c Prepare type cursor command for moving out of oneCursor 2016-11-05 11:39:53 +01:00
Alex Dima
ed259cc837 Prefer using column instead of offset 2016-11-05 11:10:17 +01:00
Alex Dima
cabb7958fe Eliminate IPostOperationRunnable 2016-11-05 11:03:36 +01:00
Tamas Kiss
5834d384b4 Make markdown image dimensions configurable using a custom image renderer (#14811)
* Make markdown image dimensions configurable using a custom image renderer

In the newly introduced syntax extension the width and height of an image
can be given in the image title using following format:
![image](someimageurl 'caption|height=200, width=100').
Both width and height parameters are optional, if they are not given the
width and height attributes remains unset on the image element

This resolves #14803

* Change size parameter location to href part
2016-11-04 12:24:20 -07:00
Alex Dima
474aab0a18 Always emit events when cursor state changes (even if the previous state is invalid) 2016-11-04 19:08:54 +01:00
Alex Dima
ce45e04b48 Add tests for electric character behaviour 2016-11-04 19:08:53 +01:00