Joao Moreno
12470dccf6
🐛 make askpass work in no-workspace environment
...
fixes #23474
2017-03-29 12:11:33 +02:00
Dirk Baeumer
da5e2892e0
Fixes #23427 : Staged changes / Changes not localized
2017-03-29 12:07:31 +02:00
Dirk Baeumer
3d07c8ce55
Streamline prompts for workspace executable settings
2017-03-29 12:07:31 +02:00
Dirk Baeumer
0c8a6d5ad4
Addresses concerns in #19624
2017-03-28 09:31:16 +02:00
kieferrm
06492ab640
pick up TS 2.2.2 final
2017-03-27 16:23:49 -07:00
Benjamin Pasero
1e99dc2c03
Merge pull request #23220 from daviwil/default-language-config
...
Add new "files.defaultLanguage" configuration setting
2017-03-27 16:12:32 -07:00
David Wilson
913651fd55
Centralize language mode enumeration in settings completion provider
2017-03-27 15:47:30 -07:00
Martin Aeschlimann
1242ff5751
[html] Formatting JavaScript placed after div elements inside html file adds 12 extra tabs. Fixes #23063
2017-03-27 23:14:47 +02:00
Christof Marti
60f1c78b2d
Add telemetry to new git.clone action - take 2 ( fixes #21563 )
2017-03-27 11:08:12 -07:00
Joao Moreno
20b56e2639
🔥 remove git readme
2017-03-27 17:27:11 +02:00
Martin Aeschlimann
1e17b32406
[theme] polish Abyss theme ( fixes #23214 )
2017-03-27 15:51:45 +02:00
Joao Moreno
e06a838265
🎨 fix scm api based on @jrieken's recommendations
2017-03-27 15:35:56 +02:00
Martin Aeschlimann
7d63b291cf
[json] color decorators
2017-03-27 14:27:10 +02:00
Johannes Rieken
45378eb8d8
Merge pull request #22303 from Microsoft/joh/eol
...
TextDocument#eol
2017-03-27 12:08:42 +02:00
Joao Moreno
3d0b9755d3
💥 scm state -> stateContextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
75576e3cca
💥 scm id -> contextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Martin Aeschlimann
106b6cbce8
Merge pull request #23179 from DustinCampbell/update-csharp-grammar
...
Update to latest C# TextMate grammar
2017-03-27 09:27:42 +02:00
Benjamin Pasero
b51bed11bf
theming - activityBarDragAndDropBackground
2017-03-26 14:38:12 -07:00
Benjamin Pasero
41d87c2f4a
theming - activity bar badges
2017-03-26 14:38:12 -07:00
David Wilson
dfa42afcb8
Add new "files.defaultLanguage" configuration setting
...
This change adds a new configuration setting that sets the default
language mode of new untitled files created with Ctrl+N
(workbench.action.files.newUntitledFile). This activates the user's
desired language mode when a new untitled file is created.
Fixes #8729 .
2017-03-26 11:03:56 -07:00
Benjamin Pasero
37d0a6f5db
theming - debug toolbar background
2017-03-25 12:13:01 -07:00
Dustin Campbell
af9f1c7fd0
Update C# grammar with fix for named ref/out arguments
2017-03-25 06:52:51 -07:00
Daniel Imms
fc43e3cc12
Merge pull request #23181 from Microsoft/tyriar/23177
...
Proposed Terminal API onData
2017-03-24 21:30:31 -07:00
Richard Min
9875ae1077
Support ... terminating Yaml FrontMatter ( #23195 )
...
* FrontMatter rendered properly on markdownEngine
* FrontMatter terminates for 3 - or .
* Regex applied on both files for markdown
2017-03-24 19:56:53 -07:00
Benjamin Pasero
40c3d0a049
theming - cleanup
2017-03-24 18:13:57 -07:00
Daniel Imms
dad0c821d4
Don't run 'test' in the terminal integration test
2017-03-24 14:59:48 -07:00
Daniel Imms
1fa2d91f8c
Add integration test
2017-03-24 14:56:49 -07:00
Benjamin Pasero
a0a149c44a
theming - fix border issue when moving groups
2017-03-24 14:43:14 -07:00
Dustin Campbell
754f88280a
Update to latest C# TextMate grammar
...
Provides fixes for
https://github.com/dotnet/csharp-tmLanguage/issues/44 ,
https://github.com/dotnet/csharp-tmLanguage/issues/45 and
https://github.com/dotnet/csharp-tmLanguage/issues/50 .
2017-03-24 13:44:53 -07:00
Joao Moreno
24cd191ac2
✨ scm: require uris on resources and groups
2017-03-24 17:55:14 +01:00
Benjamin Pasero
052eabdf1f
theming - styleable inputbox
2017-03-24 09:27:21 -07:00
Joao Moreno
e4a765da2d
🔨 change how ids work in scm providers. remove drag
2017-03-24 16:44:38 +01:00
Joao Moreno
2506bfa230
🔥 removing scm.drag
2017-03-24 16:27:07 +01:00
Johannes Rieken
1849ad23a7
add TextEdit#newEol, adopt for workspace edit and onWillSave-event
2017-03-24 16:13:58 +01:00
Joao Moreno
acb29bf425
✨ registerDiffInformationCommand instead of computeDiff
2017-03-24 15:22:43 +01:00
Johannes Rieken
a15b0daea1
Merge branch 'master' into joh/eol
2017-03-24 12:37:38 +01:00
Johannes Rieken
7d0805e00f
Revert "adding TextDocument#isVisible and internals for a visbility change event, #15723 "
...
This reverts commit a6a41fd6c3 .
2017-03-24 12:26:51 +01:00
Joao Moreno
04a4fb0c87
🐛 always call git in english
...
fixes #22355
2017-03-24 09:48:39 +01:00
Matt Bierner
0185e327ab
Extract markdown preview strings to constant
2017-03-23 22:31:43 -07:00
Matt Bierner
7bc40aace8
Prototype allowing scripts to be contributed to markdown preview
2017-03-23 22:29:34 -07:00
Matt Bierner
105e5f2ea8
Allow data font sources in markdown preview
2017-03-23 20:06:10 -07:00
Matt Bierner
b5525ea11d
Pick up updated coffeescript grammar ( #23123 )
...
* Pick up updated coffeescript grammar Fixes #23104
* Updated test results
2017-03-23 16:17:16 -07:00
Ramya Rao
74a5dc99fb
Update Go grammar to atom/language-go@11ad31e7 (2016-12-30) ( #23065 )
2017-03-23 15:12:46 -07:00
Matt Bierner
cd896ba18e
Disable implementations code lens for TS < 2.2.1 Fixes #23120
2017-03-23 15:07:40 -07:00
Martin Aeschlimann
4eebba084d
[theme] style find/replace widget
2017-03-23 22:44:47 +01:00
Matt Bierner
076d135d18
Improve coloring of js template strings Fixes #23111 ( #23115 )
2017-03-23 13:31:00 -07:00
Martin Aeschlimann
8c95810bcd
[theme] marker navigation widget
2017-03-23 17:35:18 +01:00
Benjamin Pasero
ae97e9a994
theming - editorSideBySideBorder
2017-03-23 09:24:48 -07:00
Dirk Baeumer
f79bed6d73
Fixes #22655 .
2017-03-23 16:14:38 +01:00