Commit Graph
4205 Commits
Author SHA1 Message Date
Alex Dima 71dcb8069d Adopt latest loader that adds nodeModules option to disambiguate node modules from AMD modules at bundle time and adopt it in the gulp tasks 2016-05-17 18:22:38 +02:00
Johannes Rieken e78309f17e add a new config to enable word-based suggestions, fixes #5574 2016-05-17 18:01:56 +02:00
Johannes Rieken d8f6ac3501 add new api command to compare two resources, fixes #1865 2016-05-17 16:22:05 +02:00
isidor 6af3db5d8d fixes #6425 2016-05-17 15:58:33 +02:00
Johannes Rieken 372dbdb7bd use idGenerator 2016-05-17 15:11:43 +02:00
Johannes Rieken d301b07e47 move id generator to core 2016-05-17 15:07:09 +02:00
Benjamin Pasero 11d1eb090e Insiders Build: Add message to switch over to the alpha build (fixes #6416) 2016-05-17 12:09:16 +02:00
Benjamin Pasero a3f3b7562b Revert "quick open: do not handle Enter on key_down, otherwise it bubbles to editor on key_up"
This reverts commit ce3fb81e22.
2016-05-17 11:59:29 +02:00
Johannes Rieken a16a9a2f46 update jsdoc for DiagnosticCollection#set and tuples, #6373 2016-05-17 11:27:50 +02:00
Johannes Rieken 4458bdf5c0 merge tuples of equal Uri, #6373 2016-05-17 11:22:28 +02:00
Johannes Rieken bc3837edef Merge pull request #6386 from rebornix/TouchSupport4RefSearch
add touch screen tap support for reference search
2016-05-17 10:28:35 +02:00
Daniel Imms e9ef53ff76 Merge pull request #5985 from Microsoft/tyriar/integrated_terminal
integrated terminal
2016-05-16 10:50:04 -07:00
isidor 593122fe02 fixes #6396 2016-05-16 19:06:36 +02:00
isidor e1f9857424 debug: smarter lazy transition to running state
fixes #5966
fixes #5812
2016-05-16 16:47:40 +02:00
Benjamin Pasero df0e5235c5 clean up some todos 2016-05-16 16:41:38 +02:00
isidor 97f7bdd677 debug: allow to set focussed thread with no call stack
fixes #6214
2016-05-16 16:01:35 +02:00
isidor f2baddbf2f debug: move more logic into breakpoints controller 2016-05-16 15:05:12 +02:00
isidor 8877119bd6 debug: move more logic to call stack controller 2016-05-16 14:56:30 +02:00
isidor 8a3a8d0f67 debug: move show more stack frames logic to call stack controller
fixes #6299
2016-05-16 14:41:11 +02:00
isidor d1236f740f debug: do not trim whitespace in repl
fixes #6275
2016-05-16 12:07:22 +02:00
isidor 60fe78cfa9 fixes #6297 2016-05-16 10:21:31 +02:00
isidor 323dec0c51 debug: reveal auto expanded element in repl
fixes #6343
2016-05-16 10:08:18 +02:00
rebornix 1b31ce6bab add touch screen tap support for reference search 2016-05-15 14:26:41 -07:00
Martin Aeschlimann 48e8164164 Update json.ts to latest jsonc-parser 2016-05-15 21:19:22 +02:00
Martin Aeschlimann 3c748fa195 html.ts: Typo in comment 2016-05-15 21:03:21 +02:00
Daniel Imms cd1d4d8f55 Clearing WorkingFilesModel should only add file types to recently closed files
Fixes #5997
2016-05-13 19:35:42 -07:00
Daniel Imms 9cff38ac88 Improve external terminal support on xfce
Fixes #5780
2016-05-13 19:07:14 -07:00
Daniel Imms a631525fbb Have --install-extension exit earlier if already installed
Fixes #6364
2016-05-13 18:49:43 -07:00
Daniel Imms 4d215d87a9 Improve Linux external terminal defaults
Related #5780
2016-05-13 17:59:26 -07:00
Daniel Imms 36acfe6b17 Enable integrated terminal in alpha channel only 2016-05-13 12:09:08 -07:00
Daniel Imms f39ca65cc3 Dispose terminal scrollbar and event listeners 2016-05-13 11:39:15 -07:00
Daniel Imms 55541cc58d Have createTerminal execute asynchronously 2016-05-13 11:32:49 -07:00
Daniel Imms f48a0723fc Encapsulated interfaces with part/panel services in terminalService 2016-05-13 11:22:41 -07:00
Daniel Imms 613777fbe6 Move integrated terminal from node -> electron-browser 2016-05-13 11:17:14 -07:00
Daniel Imms 18d8a43f85 Remove initial col and row as it's immediately overridden 2016-05-13 11:00:20 -07:00
Daniel Imms 18d11591a9 Fix integrated terminal scrollbar after merge 2016-05-13 10:59:14 -07:00
Daniel Imms 7689b1c8e0 Merge remote-tracking branch 'origin' into tyriar/integrated_terminal 2016-05-13 10:46:31 -07:00
Johannes Rieken 564c04b8c1 more cleanup and better default selection for references/definitions, #5893 2016-05-13 17:59:55 +02:00
Johannes Rieken d4d14888ae move things around a little bit 2016-05-13 16:25:13 +02:00
Johannes Rieken 6e2c573596 fix typo, #5893 2016-05-13 15:27:43 +02:00
Alex Dima 8cd47bb55e Fixes #6281: Do not truncate line number, column in position 2016-05-13 15:09:57 +02:00
Johannes Rieken de77d32034 remove unused type declaration support 2016-05-13 12:35:13 +02:00
Johannes Rieken 0d827d8e35 for multiple definitions open peek at the first location and close it when jumping to another, fixes #5893 2016-05-13 12:35:13 +02:00
Johannes Rieken e086d4ec54 some refactorings in reference search, prep for #5893 2016-05-13 12:35:13 +02:00
Daniel Imms 186094c724 Use correct path on Windows 2016-05-12 10:47:01 -07:00
isidor bbe22d2072 debug: handle php one thread stop behavior as a special case not as a general rule
fixes #6304
2016-05-12 18:54:10 +02:00
Johannes Rieken ba09fd7fad use 'property' instead of 'text' when CompletionItem define no kind 2016-05-12 17:46:14 +02:00
Johannes Rieken 41467b74b7 use padding-left of 20px for preview part, fixes #5883 2016-05-12 12:53:21 +02:00
Johannes Rieken aaa65451f6 set focus on iframe window and on webview, fixes #5070 2016-05-12 12:48:10 +02:00
Johannes Rieken e2da5725c1 move webview into its own source file, use css variables for webview default styles, #5737 2016-05-12 12:18:24 +02:00