Commit Graph

2645 Commits

Author SHA1 Message Date
Alex Dima
a2a48e3ba8 Simplify IExtensionService 2016-03-01 12:13:17 +01:00
Benjamin Pasero
3d311aee43 lint errors 2016-03-01 12:04:37 +01:00
Alex Dima
104d779af2 IPluginService -> IExtensionService 2016-03-01 12:01:36 +01:00
Benjamin Pasero
71871de49e remove migration code 2016-03-01 12:00:53 +01:00
Alex Dima
07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +01:00
Dirk Baeumer
77e25ac921 Fixes #3306: If we generate a non empty tasks.json it should not trigger intelisense 2016-03-01 11:50:14 +01:00
Alex Dima
3dfbf9058c Remove support for isAMD since php is now also commonjs 2016-03-01 11:40:20 +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
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
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
Dirk Baeumer
a2971791b2 Reverting #3304 2016-02-29 15:29:50 +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
e537cc17cf Add text-decoration: none to intellisense
Simplify its description.
2016-02-27 20:07:13 -08:00
Martin Aeschlimann
97d4ad1c55 workaround for json autocomplete does not escape \ in strings? #3485 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
Alex Dima
3b667bb841 Minor word tweak 2016-02-26 12:48:11 +01:00
Alex Dima
8b702c2696 Fixes #3486: Make constructLines friendly with hidden areas (don't remove hidden areas unless needed) 2016-02-26 12:26:44 +01:00
Alex Dima
e99b95778f Fixes #3488 2016-02-26 12:15:17 +01:00
isidor
fe345e73f5 fixes #3290 2016-02-26 12:01:39 +01:00
Alex Dima
665182cd1d Fixes #3487 2016-02-26 11:59:43 +01:00
isidor
e062f38102 debug: preLaucnhTask default value is null
fixes #3335
2016-02-26 11:55:38 +01:00
isidor
dbf260b03f extension tips: offer mono debug for cs projects
fixes #3332
2016-02-26 11:44:31 +01:00
Alex Dima
c08cfd1704 Fixes #3056 2016-02-26 11:20:43 +01:00
Joao Moreno
b534d175c8 fixes #3477 2016-02-26 10:24:58 +01:00