Daniel Imms
b24bbdf666
Have terminal runSelectedText run current line with no selection
...
Fixes #19863
Related #19375
2017-02-03 17:01:53 -08:00
Martin Aeschlimann
c377fce1e3
Code folding click on elipsis does not expand. Fixes #19716
2017-02-03 22:54:01 +01:00
Christof Marti
2b271002cd
Check for root folder ( fixes #19572 )
2017-02-03 12:10:27 -08:00
Sandeep Somavarapu
2dad5b71a6
Much simpler fix for #19743
2017-02-03 20:50:20 +01:00
Daniel Imms
348c77dcb6
Fix --new-window-if-not-first
...
The setting will now correctly open a new window when no file is specified, but if
a file is specified it will reuse. This is so opening via the file manager will reuse
the window.
Fixes #19775
2017-02-03 10:56:48 -08:00
Christof Marti
4ebb8a2ffc
Don't wrap title ( fixes #19489 )
2017-02-03 10:44:22 -08:00
Alex Dima
f869a1ef9d
Fixes #10074 : CMD+D and multicursor selection
2017-02-03 18:05:46 +01:00
Sandeep Somavarapu
c89c54a0bd
Fix #19743
2017-02-03 18:05:18 +01:00
Christof Marti
b0033cb76b
Add openRecentFolder telemetry ( fixes #19865 )
2017-02-03 08:59:46 -08:00
Joao Moreno
3eddf71678
scm: hide input box model from extension host
2017-02-03 17:20:26 +01:00
Sandeep Somavarapu
66ca1a1ff6
#19627 Distinguish labels in Problmes view
...
- Do not use scheme for files
- Use scheme for non files
2017-02-03 15:48:58 +01:00
Alex Dima
ee4a912216
Fixes #19740 : Find and replace capture group/backreference inserts undefined instead of empty string
2017-02-03 15:45:30 +01:00
Johannes Rieken
2e5379ca64
include commit in prof timers
2017-02-03 15:24:16 +01:00
Sandeep Somavarapu
6d799695db
Fix #19753
2017-02-03 14:28:42 +01:00
Alex Dima
02fa69d251
Fixes #19808 : Block cursor is not rendered properly (visual glitches)
2017-02-03 13:46:53 +01:00
Johannes Rieken
0a7e22163a
perf - add flag to store timer to disk and then quit
2017-02-03 12:20:03 +01:00
Sandeep Somavarapu
196307bb84
Fix #19791
2017-02-03 12:16:58 +01:00
Benjamin Pasero
1a813ef39d
Menu Bar Resets to Visible When Reopening Window ( fixes #19777 )
2017-02-03 11:26:52 +01:00
Joao Moreno
97f04b60a6
weird backticks
2017-02-03 11:21:28 +01:00
João Moreno
7a9470db31
Merge pull request #19717 from joaomoreno/modal-message-api
...
Implement modal message API
2017-02-03 11:19:55 +01:00
isidor
5aa30a0df0
output scroll lock
...
fixes #19362
2017-02-03 10:54:14 +01:00
Benjamin Pasero
c4690c6506
prevent editor open when control is not ready yet
2017-02-03 10:19:00 +01:00
Benjamin Pasero
13f23dbbbd
shorter command ids (for #4557 )
2017-02-03 08:20:49 +01:00
Daniel Imms
723b20093d
Only enable flow control on bash for now
...
Fixes #19766
Related #19474
2017-02-02 17:50:04 -08:00
Matt Bierner
e962d7f3c1
Remove unused webview methods
2017-02-02 16:33:14 -08:00
Christof Marti
d974a505d0
Put Command Palette under labels ( fixes #19476 )
2017-02-02 16:23:50 -08:00
Christof Marti
adebaa3e53
Handle root in Recent ( fixes #19448 )
2017-02-02 16:17:27 -08:00
Christof Marti
6a3a623442
Cleanup welcomeOverlay.ts ( fixes #19097 )
2017-02-02 15:58:31 -08:00
Christof Marti
53cbf40759
Consolidate under single 'welcome' folder ( fixes #19065 )
2017-02-02 14:39:44 -08:00
Matt Bierner
a87586c7c3
Add Type Definition Provider API ( #19699 )
...
* Add Type Definition Provider API
Adds a new API to support type definition providers and adds an initial type definition provider for TypeScript
* Fix comment
* Addressing comments
* Fixer menu option ordering
* Added simple test
2017-02-02 14:01:23 -08:00
Christof Marti
7907093430
Show message when writing configuration fails ( fixes #18923 )
2017-02-02 13:59:51 -08:00
Christof Marti
e5eb2fe586
Improve arguments example ( fixes #18903 )
2017-02-02 12:52:18 -08:00
Sandeep Somavarapu
09c324fef8
Fix #19741
2017-02-02 21:24:54 +01:00
Christof Marti
73d4cb23b3
Apply editor config ( fixes #18898 )
2017-02-02 11:54:59 -08:00
isidor
4fe4c88945
debug: minor polish with return undefined
2017-02-02 19:00:52 +01:00
isidor
e2dffeed93
debug: null guard on session end
2017-02-02 18:44:22 +01:00
Alex Dima
5b92ca3514
No need for a lineNumber attribute on view lines
2017-02-02 18:35:29 +01:00
Alex Dima
f86d894939
Create char offset in FastRenderedViewLine only when needed
2017-02-02 18:35:29 +01:00
Alex Dima
15627c7403
View improvements:
...
- add a prefix sum cache that is warmed up for the viewport
- improve some of the position mapping/validation code
2017-02-02 18:35:29 +01:00
Alex Dima
cf67c68b90
Resolve centered line in viewport when the frame is painted
2017-02-02 18:35:29 +01:00
Alex Dima
cedc357c22
Don't hold onto the rendered html in viewLine
2017-02-02 18:35:29 +01:00
Joao Moreno
ee0316de2a
refactor parseMessageArguments
2017-02-02 18:21:21 +01:00
isidor
d6b4af1078
debug: column breakpoints
...
#14784
2017-02-02 17:58:00 +01:00
Johannes Rieken
6d879597f7
uglify is ugly!
2017-02-02 17:41:50 +01:00
Joao Moreno
c2ad779c60
fix check in parseMessageArguments
2017-02-02 17:33:05 +01:00
Joao Moreno
ee7de5d404
use boolean instead of number
2017-02-02 17:31:30 +01:00
Johannes Rieken
4cb2c7da7e
getNodeCachedData ignores all errors, #19662
2017-02-02 17:16:49 +01:00
Sandeep Somavarapu
c7c00d5afe
Fix #19625
2017-02-02 16:54:56 +01:00
Benjamin Pasero
5d7b9e89fe
fix wrong opening of folder in editor when creating
2017-02-02 16:29:13 +01:00
Joao Moreno
ed153774f2
add comments for new interfaces
2017-02-02 16:18:01 +01:00