Commit Graph

3291 Commits

Author SHA1 Message Date
Alex Dima
18c4629511 Rename gulp tasks around extensions 2016-03-01 11:40:18 +01:00
Alex Dima
1a97264011 gulpfile.plugins -> gulpfile.extensions 2016-03-01 11:40:17 +01:00
Alex Dima
ffb400f89a Remove remaining internal declares.d.ts 2016-03-01 11:40:16 +01:00
Alex Dima
58c1cdd3eb php extension compiles to commonjs 2016-03-01 11:40:14 +01:00
Dirk Baeumer
16eb8abc87 Add eol setting 2016-03-01 11:35:17 +01:00
Dirk Baeumer
e7e927db00 Polish code complete in Configure Task Runner 2016-03-01 11:35:15 +01:00
Benjamin Pasero
5350b1daf8 "Some projects have trouble loading" error makes viewport smaller than entire editor (fixes #3574) 2016-03-01 10:46:09 +01:00
Alex Dima
050622610d Fixes #3538: Order of "Cut, Copy, Paste" in editor context menu is wrong 2016-03-01 10:35:34 +01:00
isidor
12447be6a3 remove unused NullConfigurationService 2016-03-01 10:14:51 +01:00
Daniel Imms
572be7e529 Register code to the Debian alternatives system
Fixes #3541
2016-02-29 15:44:47 -08:00
Daniel Imms
2212fbbb6c Add application/xhtml+xml as a HTML mimetype
Related #3521
2016-02-29 15:29:03 -08:00
Daniel Imms
346b45740b Merge pull request #3513 from Tyriar/2973_deb_register_apt_repository
Register the apt repository as a source for official .deb builds
2016-02-29 14:45:42 -08:00
Daniel Imms
1a90953b4f Add remaining CLI args to --help usage
Fixes #3565
2016-02-29 14:30:49 -08:00
Martin Aeschlimann
675317b6b8 Fixes #3171: [debt] Actions should be allowed to be created with no service dependency 2016-02-29 23:04:52 +01:00
Martin Aeschlimann
f0c6ccccce Fixes #3494: [snippets] [debt] don't allow snippet syntax in default values 2016-02-29 22:30:11 +01:00
isidor
c676ceb733 debug: only send exception breakpoints if there are some. Remove hard coded 'all' and 'uncaught'
fixes #3161
2016-02-29 21:27:23 +01:00
isidor
516a1fbfa9 debug: better error handling when 'type' missing
fixes #3343
2016-02-29 21:09:50 +01:00
isidor
5e17b014c2 indentation: more tuning based on feedback
fixes #3551
2016-02-29 20:59:29 +01:00
Benjamin Pasero
725e9c7948 'Revert File' in working files context menu (fixes #3498) 2016-02-29 20:07:26 +01:00
Benjamin Pasero
122053ea86 Uncaught exception when calling connection.console.info() (fixes #3128) 2016-02-29 19:34:53 +01:00
Benjamin Pasero
78ab6b776f tweak settings wording 2016-02-29 19:02:51 +01:00
Daniel Imms
2428e2516e Revise deb package wording
Fixes #3457
2016-02-29 09:54:18 -08:00
Daniel Imms
4b8c6d8501 Trim '.' characters from paths on Windows
This prevents Code from opening/attempting to open invalid file names.

Fixes #1579
2016-02-29 09:09:10 -08:00
Alex Dima
9c2c2212ca Add column selection with mouse 2016-02-29 17:33:10 +01:00
Alex Dima
c258692ce4 Send a new mouseColumn hint to viewController 2016-02-29 17:33:09 +01:00
Alex Dima
e4e99dedf8 Further simplifications in mouseHandler 2016-02-29 17:33:08 +01:00
Alex Dima
eb30417869 Work with positions instead of lineNumber, column 2016-02-29 17:33:07 +01:00
Alex Dima
c6f77ca3cc Mouse dispatching is done in the viewController 2016-02-29 17:33:06 +01:00
Alex Dima
2034708418 Renames in MouseDownOperation 2016-02-29 17:33:04 +01:00
Alex Dima
69615c7d93 var -> let 2016-02-29 17:33:03 +01:00
Alex Dima
0e804ffa42 Extract mouse down code to MouseDownOperation 2016-02-29 17:33:02 +01:00
Alex Dima
02fc18abdb Don't use IMouseEvent in mouseTarget 2016-02-29 17:33:01 +01:00
Daniel Imms
0217c327ed Merge pull request #3531 from Tyriar/3524_add_text_decoration_none
Add text-decoration: none to intellisense
2016-02-29 08:32:48 -08:00
Daniel Imms
a66123b62f Merge pull request #3535 from Tyriar/3521_xhtml_lang
Associate .xhtml with HTML language mode
2016-02-29 08:32:15 -08:00
Daniel Imms
3f54c4ae46 Merge pull request #3534 from Tyriar/1656_css_property_value_dark_plus
Highlight CSS property values in Dark+
2016-02-29 08:31:56 -08:00
Dirk Baeumer
a2971791b2 Reverting #3304 2016-02-29 15:29:50 +01:00
Dirk Baeumer
4c27e1bc56 Fixed #3434: Have to reload vscode in order to pick up jsconfig.json 2016-02-29 15:17:00 +01:00
isidor
e0d729b97c debug: remove 'reapply all breakpoints' as a top level action in the breakpoints pane 2016-02-29 12:55:59 +01:00
isidor
198ff4c2fb debug: better breakpoint action enablement
fixes #3483
2016-02-29 12:52:02 +01:00
isidor
5a8b9b221a indentation: tune text, focus current tab size
fixes #3551
2016-02-29 12:43:32 +01:00
isidor
41f8098cb8 move indentation right of column / line indicator 2016-02-29 11:39:32 +01:00
isidor
fe58564553 output panel does not support folding 2016-02-29 11:37:10 +01:00
Daniel Imms
98e9498df5 Associate .xhtml with HTML language mode
Fixes #3521
2016-02-27 21:39:21 -08:00
Daniel Imms
8cba807a63 Highlight CSS property values in Dark+
This makes highlighting more consistent with Light+ and adds some much needed
color to CSS files.

Fixes #1656
2016-02-27 21:00:11 -08:00
Daniel Imms
e537cc17cf Add text-decoration: none to intellisense
Simplify its description.
2016-02-27 20:07:13 -08:00
Daniel Imms
d624636afe Register the apt repository as a source for official .deb builds
Part of #2973
2016-02-26 09:01:39 -08:00
Joao Moreno
8b7f21e10b version bump 2016-02-26 15:42:28 +01:00
Martin Aeschlimann
97d4ad1c55 workaround for json autocomplete does not escape \ in strings? #3485 0.10.10-insiders 2016-02-26 15:24:45 +01:00
Martin Aeschlimann
20d655fd2b Revert "Addresses #2984 adds fade in to folding icons."
This reverts commit 8d3a88e7e0.
2016-02-26 14:50:10 +01:00
Martin Aeschlimann
b0ca83ffd9 Revert "folding fade out"
This reverts commit 698fa9b30b.
2016-02-26 14:49:28 +01:00