Commit Graph

6414 Commits

Author SHA1 Message Date
Kai Maetzel
480850fe31 Merge pull request #9538 from bradyholt/patch-1
Fix minor spelling mistake in comment: Iff > If
2016-07-20 08:00:30 -07:00
Johannes Rieken
fccc1f9e48 compare functions are hard, fix #9421 2016-07-20 16:54:29 +02:00
Johannes Rieken
fc0260d242 simplify snippet registry 2016-07-20 16:48:19 +02:00
Andre Weinand
e5fef0e5b8 debug protocol: add variables paging 2016-07-20 16:29:54 +02:00
Brady Holt
a00260bb41 Fix minor spelling mistake in comment: Iff > If 2016-07-20 09:18:01 -05:00
Johannes Rieken
9b3d529474 first cut of tab completion, #9286 2016-07-20 16:12:48 +02:00
Joao Moreno
b7cfce2c26 set Ctrl R to open recent 2016-07-20 12:09:27 +02:00
isidor
a9cd4ddfbb don't load source for stack frames without source
fixes #9420
2016-07-20 12:05:00 +02:00
isidor
082cfeee65 debug: introduce breakpoints extension point
fixes #9037
2016-07-20 11:48:32 +02:00
isidor
f368e01cd9 debug: only hide the hover widget if the mouse leave event is outside the hover
fixes #3528
2016-07-20 10:42:04 +02:00
Martin Aeschlimann
0aa920603e fixes #8612: Editor inherits Abyss theme in find widget 2016-07-19 17:37:05 +02:00
isidor
5713403add Fix successive attempts to run Debug:Evaluate
fixes #9417
2016-07-19 16:10:22 +02:00
isidor
a7409d1377 debug: remove context menu action 'add to watch' 2016-07-19 15:58:27 +02:00
Martin Aeschlimann
a87026dec5 Fixes #8986: Double tab tag closing removes one space from the tab 2016-07-19 15:50:30 +02:00
isidor
a07bcd6732 debug: differentiate telemetry and user visible message 2016-07-19 15:50:23 +02:00
isidor
e50fe199a4 debug: listen on 'continued' event
fixes #9149
2016-07-19 15:02:40 +02:00
isidor
e55338a1f6 debug polish: use full name 2016-07-19 14:43:47 +02:00
isidor
f15f320a79 open editors: null guards 2016-07-19 14:43:47 +02:00
Andre Weinand
577fe47c20 add ContinuedEvent to debug protocol 2016-07-19 14:26:13 +02:00
Sandeep Somavarapu
77b19e5024 Implement line up and down for cursor move #9143 2016-07-19 12:54:36 +02:00
isidor
09b0012115 fix merge compile error 2016-07-19 10:11:14 +02:00
Isidor Nikolic
971ed279d8 Merge pull request #8784 from DonJayamanne/replaceSettingsInDebugger
replace settings variables in debugger config #8042
2016-07-19 09:46:32 +02:00
Daniel Imms
a6f3aa89cd Move panel event handlers to panel
Fixes #9460
2016-07-18 22:09:24 -07:00
Daniel Imms
81f4334e22 Add a context menu to the terminal
Fixes #8333
2016-07-18 14:52:41 -07:00
chrmarti
8a91288634 #55: Batch results for IPC (#9380) 2016-07-18 10:07:58 -07:00
Sandeep Somavarapu
999ebd3a28 delayed tree refresh in problems view #9197 2016-07-18 18:41:39 +02:00
Sandeep Somavarapu
710f0749ef fix #9442 2016-07-18 17:43:59 +02:00
Sandeep Somavarapu
dfa1a20878 Use space to open file preview in editor 2016-07-18 17:27:33 +02:00
Sandeep Somavarapu
68468a80df fix #8624 2016-07-18 13:02:21 +02:00
Joao Moreno
4dff48ca3f fixes #9250 2016-07-18 12:19:34 +02:00
Sandeep Somavarapu
a8074f7e9a dispose replace preview diff editor 2016-07-18 11:02:36 +02:00
Sandeep Somavarapu
e3cc6afb28 fix formatting 2016-07-18 09:37:59 +02:00
Sandeep Somavarapu
f39db001af Merge pull request #9292 from Microsoft/sandy081/editorCommands
Introduce a move command for the editor
2016-07-18 09:36:30 +02:00
Joao Moreno
96d38458f0 enable telemetry for git status bar actions 2016-07-18 08:39:38 +02:00
Joao Moreno
706aa88f6e fix casing 2016-07-18 08:39:15 +02:00
Joao Moreno
17c862fe9b format null telemetry service for debugging 2016-07-18 08:32:11 +02:00
Daniel Imms
72c408815c Windows external terminal default to %COMSPEC%
Fixes #5874
2016-07-16 13:25:59 -07:00
Daniel Imms
9342ea6c21 Fix tests 2016-07-15 23:51:09 -07:00
Daniel Imms
1930f890d8 Disable ctrl+shift+c/v keybindings on mac
Fixes #6451
2016-07-15 23:48:33 -07:00
Daniel Imms
f46136d372 Use constant line-height of terminal
Fixes #8219
2016-07-15 20:35:35 -07:00
Daniel Imms
66f637aa6d Add note about Windows\sysnative in terminal settings
Part of #7095
2016-07-15 10:53:24 -07:00
Johannes Rieken
5ebf587b6c extract SnippetConfig type, #9286 2016-07-15 17:41:50 +02:00
Sandeep Somavarapu
978065adc8 Code review 2016-07-15 17:25:00 +02:00
Alex Dima
7fa48d2d42 Fixes #7682: Always respect tab preference 2016-07-15 17:42:39 +03:00
Alex Dima
c335f1473c Fixes #9331: animate the container and not each individual cursor 2016-07-15 17:26:02 +03:00
Johannes Rieken
13d2f973ac tests for snippet options, #9286 2016-07-15 16:09:25 +02:00
Alex Dima
70a083d54b Fixes #8133: Expose overwritable commands compositionStart and compositionEnd 2016-07-15 16:59:10 +03:00
Johannes Rieken
8b7906000e update 'snippetSuggestions' config, #9286 2016-07-15 15:44:35 +02:00
Johannes Rieken
1e27b8226d move sorting and snippet selection into low level function, #9286 2016-07-15 15:44:35 +02:00
Benjamin Pasero
8b907d7f85 Moving an editor across groups does not carry over text view state (fixes #9339) 2016-07-15 15:09:55 +02:00