Commit Graph

1445 Commits

Author SHA1 Message Date
Benjamin Pasero
3c276ed22e finalize 2016-01-14 11:06:49 +01:00
Benjamin Pasero
2ef91b81a4 Merge branch 'master' into cdias/viewMenu 2016-01-14 11:00:46 +01:00
Benjamin Pasero
d6284c3854 fix fuzzy matching for commands handler 2016-01-14 10:17:21 +01:00
Benjamin Pasero
07e76cae2a remove unused variable 2016-01-14 10:08:34 +01:00
Benjamin Pasero
776f9f7406 debt - drop support for URL preview 2016-01-14 10:06:37 +01:00
Benjamin Pasero
b98f99c50d debt - push down iframe editor actions to workbench/browser 2016-01-14 09:58:08 +01:00
Benjamin Pasero
9e8b080430 debt - merge iframeeditorinput with derivededitorinput 2016-01-14 09:58:08 +01:00
Benjamin Pasero
7be1530c0d debt - towards no derived input 2016-01-14 09:58:08 +01:00
Benjamin Pasero
10d5b92762 debt - archive html iframe editor input 2016-01-14 09:58:08 +01:00
Johannes Rieken
f704f917ae work around travis-extension bug 2016-01-13 18:22:57 +01:00
Alex Dima
1b2ae42e73 Fixes #1580: sync eol change to extension host documents 2016-01-13 17:32:01 +01:00
Joao Moreno
2de43b858b fix #1988 2016-01-13 17:09:16 +01:00
Benjamin Pasero
fb3f387f53 Add fuzzy search to commands in palette (fixes #1964) 2016-01-13 16:54:02 +01:00
Benjamin Pasero
e027a8aa12 push down compare by score 2016-01-13 16:48:13 +01:00
Benjamin Pasero
b82b39af71 enable fuzzy matching for file packer by default 2016-01-13 16:19:25 +01:00
Johannes Rieken
68e5439a08 support octicon in highlighted label 2016-01-13 16:04:03 +01:00
Alex Dima
2cdf977a34 Add edit stack element before and after accepting a completion 2016-01-13 16:00:11 +01:00
Johannes Rieken
4839128904 only report virtual document as unreferenced, fixes #1986 2016-01-13 15:54:20 +01:00
Martin Aeschlimann
ce84f1a8d0 Fixes #1560: remove deprecated CSS colorKeywords 2016-01-13 15:40:32 +01:00
Alex Dima
bcd90ace21 Fixes #192: Add editor.fontLigatures option 2016-01-13 15:14:21 +01:00
isidor
f8b1e3d292 debug: make sure to send a breakpoints request when all bps have been removed
fixes #1985
2016-01-13 15:12:07 +01:00
isidor
6561cfae17 debug: wait for sendBreakpoint response before sending sendExceptionBreakpoints for backwards compatibility with adapters 2016-01-13 15:12:06 +01:00
Joao Moreno
0e17d138ca use strictSSL on windows update download call 2016-01-13 15:11:05 +01:00
Joao Moreno
f8e85f50f7 also use strictSSL on call to download extensions 2016-01-13 15:11:05 +01:00
Johannes Rieken
9eebf6657f move up octicon logic so that it can be reused in quick open 2016-01-13 15:06:38 +01:00
Martin Aeschlimann
c2b4f23fee Fixes #1504: [theme] Monokai theme: parameters are not colored in Orange 2016-01-13 14:59:56 +01:00
Johannes Rieken
b05f6abcaf no DOM in commen 2016-01-13 14:35:06 +01:00
Johannes Rieken
7862546261 Merge pull request #1979 from Microsoft/joh/quickPick
quick pick enhancements
2016-01-13 14:24:03 +01:00
isidor
b20fb63789 debug: make sure to send configurationDone only after breakpoints response arrives. 2016-01-13 12:37:57 +01:00
isidor
0799ac0570 debug: do not specially massage some configurations 2016-01-13 12:16:45 +01:00
Alex Dima
0bdc1c373b Fixes #1977 2016-01-13 11:26:47 +01:00
Alex Dima
8853529090 Clean up contentWidgets.ts 2016-01-13 11:26:46 +01:00
Alex Dima
73e190e3d4 Fixes #1448: reveal editor cursor position only if contextmenu is triggered via keyboard 2016-01-13 11:10:20 +01:00
Johannes Rieken
7e55f101fb proposal for knowning when an item in pick quick pick was selected 2016-01-13 10:58:25 +01:00
Johannes Rieken
7731ac9760 💄 tslint 2016-01-13 10:29:36 +01:00
Johannes Rieken
66bb68f59b 💄 fix typo 2016-01-13 09:06:23 +01:00
Benjamin Pasero
edc06871b2 better focus element for "open recent" 2016-01-13 07:28:40 +01:00
Benjamin Pasero
f694e26ade move more inputs from browser => common 2016-01-13 07:26:53 +01:00
isidor
2bc11998d8 debug: improve simple wording 2016-01-12 17:43:27 +01:00
Benjamin Pasero
0d0fea0fa4 Migrated autoSaveDelay formatting issues (fixes #1949) 2016-01-12 17:25:08 +01:00
Johannes Rieken
443a902d6a introduce the concept fo ContentProvider to the ResourceEditorInput
Instead of just letting the API layer know about content provider we must push it lower because only than we can handle uri's opaque.
2016-01-12 17:24:24 +01:00
Martin Aeschlimann
1b409e306c Fixes #1960: [html] Cannot read property 'attributes' of undefined in htmlTags 2016-01-12 17:21:33 +01:00
isidor
f4dfed42a5 debug: show warnings in launch.json for relative paths
fixes #1575
2016-01-12 17:12:45 +01:00
isidor
48127859ec debug: dipose breakpoint widget on model changed. 2016-01-12 17:12:45 +01:00
Martin Aeschlimann
114b0a766d Fixes #1502 [css] restriction attribute in css-scheme.xml doesn't work as expected for some types 2016-01-12 17:10:37 +01:00
Martin Aeschlimann
5f38d20061 [css] Evaluate the 2 browser rule for CSS auto-complete. Fixes #1233 2016-01-12 17:10:37 +01:00
Martin Aeschlimann
20a44f51c9 Merge pull request #1543 from bgse/bgse-html-angularjs-typos
[html] typos of angularjs attributes(directives)
2016-01-12 16:11:35 +01:00
Joao Moreno
17682edf40 use auth in proxies
related to #1942
2016-01-12 15:41:37 +01:00
Johannes Rieken
5273e35321 💄 tslint 2016-01-12 15:06:47 +01:00
Martin Aeschlimann
4ad3d6d00f [css] Browsers without version number don’t show in CSS IntelliSense. Fixes #1224 2016-01-12 12:37:48 +01:00