Commit Graph

2125 Commits

Author SHA1 Message Date
Michel Kaporin
2af1e01b44 Implemented transifex push and pull for translations together with json->xlf->json parsing. 2017-03-27 15:45:43 +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
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
Benjamin Pasero
236690d90c 💄 2017-03-23 07:16:25 -07:00
Dirk Baeumer
f70b0b3ecb Fixes #22069: Define extension story for tasks 2017-03-23 14:32:31 +01:00
Johannes Rieken
4cb14c4af1 use CompletionItemKind.Constant in TS provider, #2628 2017-03-23 11:57:45 +01:00
Johannes Rieken
a6a41fd6c3 adding TextDocument#isVisible and internals for a visbility change event, #15723 2017-03-23 11:21:16 +01:00
Matt Bierner
ac5eb01a3c Add warning message when tsserver log fails to open 2017-03-22 17:18:10 -07:00
Matt Bierner
f70f643809 Add reloading when log level changes. Fixes #23061 2017-03-22 17:12:29 -07:00
Matt Bierner
4c3cdfbb5b Fix one more ts cancelation token gating issue 2017-03-22 17:03:48 -07:00
Martin Aeschlimann
4454c86977 [theme] linenumbers theming 2017-03-22 22:50:46 +01:00
Matt Bierner
00187b0065 Add font-src csp rule for default markdown content to allow custom fonts 2017-03-22 12:59:04 -07:00
Matt Bierner
301d64ef82 Gate cancelation token to ts 2.2.2 since support for this feature is broken in 2.2.1. Fixes #22996 2017-03-22 12:52:14 -07:00
Martin Aeschlimann
80a1033180 [theme] peek widget theming 2017-03-22 16:56:35 +01:00