2295 Commits

Author SHA1 Message Date
Joao Moreno
96b655b184 cli updates 2016-02-17 11:34:08 +01:00
isidor
9323a3ad5a HTMLSelectElement.add 2016-02-17 11:27:36 +01:00
Shared Wollishofen
ba7cb0a308 Fixes #2829: Update window dirty state asynchronously 2016-02-17 09:34:28 +01:00
Brad Gashler
66d9c92bd3 Merge branches 'master' and 'master' of https://github.com/Microsoft/vscode 2016-02-16 15:17:05 -08:00
Sofian Hnaide
f1989c5a2b add common properties to debug adapter telemetry 2016-02-16 14:40:29 -08:00
Brad Gashler
89110456c2 Changed "unsupported breakpoint" icon to have exclamation mark. 2016-02-16 12:57:57 -08:00
Sofian Hnaide
05c236fcc9 Merge pull request #3054 from Microsoft/isidorn/debug-telemetry
debug: telemetry key contributed by debug adapters
2016-02-16 12:33:52 -08:00
Joao Moreno
cdf2a79021 💄 tshint 2016-02-16 18:10:33 +01:00
isidor
40eb4cfa45 errorList: minor polish 2016-02-16 18:09:32 +01:00
Alex Dima
1fdc2b15f4 tslint 2016-02-16 17:15:37 +01:00
Alex Dima
6c1d083fcc Merge branch 'alex/brackets'
Conflicts:
	src/vs/languages/handlebars/common/handlebars.ts
2016-02-16 17:00:07 +01:00
Alex Dima
088acbb745 Adopt richEditSupport brackets in tokenSelectionSupport 2016-02-16 16:57:25 +01:00
isidor
2de7cface3 debug: rename function breakpoint as context menu aciton 2016-02-16 16:32:24 +01:00
isidor
f5e70c33fa debug: rename function breakpoints 2016-02-16 16:32:23 +01:00
Alex Dima
45ddf92f27 tslint 2016-02-16 16:04:14 +01:00
Alex Dima
f3b4865401 tslint 2016-02-16 15:55:53 +01:00
Alex Dima
5109e55b79 Move more methods from modesRegistry to modeService 2016-02-16 15:55:51 +01:00
Alex Dima
066eb26f8b modesRegistry.getRegisteredModes -> modeService.getRegisteredModes 2016-02-16 15:55:50 +01:00
Alex Dima
a617815df1 modesRegistry.isRegisteredMode -> modeService.isRegisteredMode 2016-02-16 15:55:48 +01:00
Alex Dima
dad95cee20 Tiny thread service refactoring 2016-02-16 15:55:47 +01:00
Joao Moreno
d2a151fcc6 darwin: cli install/uninstall 2016-02-16 15:53:50 +01:00
Joao Moreno
771eedb435 propagate configuration settings 2016-02-16 15:53:50 +01:00
Joao Moreno
105397c92d pfs: lstat, symlink, readlink 2016-02-16 15:53:50 +01:00
Joao Moreno
558ac07faa add os.homedir to typings 2016-02-16 15:53:50 +01:00
isidor
f08128f331 debug: aiKey 2016-02-16 15:36:12 +01:00
isidor
8c578ecd9a debug: telemetry key contributed by debug adapters
fixes #2931
2016-02-16 15:24:59 +01:00
Alex Dima
8502145c4c Fixes #2953: Always seed search string from selection when starting replace 2016-02-16 12:53:31 +01:00
isidor
a2139d82f5 debug: fix breakpoint helper glyph 2016-02-16 09:59:23 +01:00
isidor
45becdd368 debug: polish interfaces, add comments 2016-02-16 09:59:23 +01:00
Alex Dima
99c16f06d2 ErrorList: Location in one div 2016-02-16 09:55:57 +01:00
Alexandru Dima
155f5b8eaa Merge pull request #3046 from Microsoft/alex/error-list
Add Error List
2016-02-16 09:50:52 +01:00
Alex Dima
f5fcd05667 easy textarea revealing 2016-02-16 09:29:39 +01:00
isidor
9be8c03040 debug: do not send breakpoints to adapter if file is dirty
fixes #2975
2016-02-15 13:01:59 +01:00
isidor
353efc5490 debug: show breakpoints as dirty if file modified 2016-02-15 13:01:58 +01:00
Dirk Baeumer
dc7bb0c64a Merge branch 'dbaeumer/nls-package-json' 2016-02-15 12:23:08 +01:00
Dirk Baeumer
3595a3af33 Externalize strings for TypeScript extensions 2016-02-15 12:20:28 +01:00
Alex Dima
9eff529eca Add Error List 2016-02-15 12:04:12 +01:00
isidor
71765d1fb2 debug: do not color 'not avaible' in red, it is too prominent. 2016-02-15 12:03:27 +01:00
isidor
7e7cc0a9cf debug: null guard 2016-02-15 12:02:34 +01:00
Dirk Baeumer
786f40122b Added additional | signatures 2016-02-15 11:52:06 +01:00
isidor
d8e101a0d6 debug: save vertical space when showing paused reason 2016-02-15 11:44:32 +01:00
Joao Moreno
d46c0646f2 move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
isidor
de60490b30 debug: do not show unsupported breakpoint is session is not acrive 2016-02-15 09:46:28 +01:00
Andre Weinand
ab6fe3ff4b add exceptionBreakpointFilters capability 2016-02-15 00:24:25 +01:00
Alex Dima
2706f731f3 Add tests for tokenSelectionSupport 2016-02-14 23:54:37 +01:00
Isidor Nikolic
974cacbaee Merge pull request #2991 from SofianHn/master
refactor AIAdatper out of ai telemetry appender
2016-02-14 17:47:41 +01:00
isidor
7b5387f3c4 debug: decorate conditional breakpoints as unsupported when adapter does not support them. 2016-02-14 17:35:14 +01:00
isidor
74ca4c3680 debugProtocol: supportsConditionalBreakpoints 2016-02-14 17:34:05 +01:00
Alex Dima
d561058791 Better handling of cross-mode bracket matching 2016-02-13 14:19:25 +01:00
Brad Gashler
ae75a36b3b Added icons for unsupported breakpoints 2016-02-12 17:31:30 -08:00