14747 Commits

Author SHA1 Message Date
chrisdias
c8a6aaafce fix #19362, update scroll lock icons 2017-02-01 17:15:29 -08:00
Matt Bierner
909d79f36a Add no unused local and no unused parameter checks to ts extension 2017-02-01 13:41:59 -08:00
Daniel Imms
8fee7c8e58 Use shorter pointer to xterm github dependency 2017-02-01 13:41:03 -08:00
Daniel Imms
a841b5f10f Enable process to write to terminal before the panel exists
Fixes #12000
2017-02-01 13:36:05 -08:00
Daniel Imms
5c64c4c6ce Uplevel xterm.js
This brings in:

- eraseRight/Left null exception
- Animation frame idle performance
- Pull renderer out

Fixes Microsoft/vscode#19640
Part of Microsoft/vscode#12000
Fixes Microsoft/vscode#19651
2017-02-01 13:36:04 -08:00
Matt Bierner
4afd014791 Add no unused paramter option to markdown extension 2017-02-01 13:34:35 -08:00
Sandeep Somavarapu
5ef651d251 Preferences editor clean up - Create settings renderer after resolving default settings 2017-02-01 22:13:54 +01:00
Matt Bierner
21b7cba0da Fix Detected Link Style For Links With Underscores (#19645)
Fixes #12226

**Bug**
Current styling hides underscores in detected links

**Fix**
Instead of using `text-decoration: underline`, use `border-bottom` to offset the underline a bit further from the text
2017-02-01 12:47:10 -08:00
Matt Bierner
ae3f254e35 Flag errors in TSconfig.json (#19656)
Fixes #3783

From https://github.com/Microsoft/TypeScript/issues/10473
2017-02-01 12:37:09 -08:00
Matt Bierner
c7c9530cd7 Bump bundled extension ts version to 2.1.5 (#19657) 2017-02-01 12:35:12 -08:00
Matt Bierner
7c633148b3 Remove unneeded d.ts files from extensions (#19653)
* Remove unneeded d.ts files from extensions

Moves most extensions to use the lib files for the standard library that typescript provides.

* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Sandeep Somavarapu
d6e7de0cea Clean up preferences editor 2017-02-01 17:54:14 +01:00
Sandeep Somavarapu
a850993cf4 Prefrences editor Clean up: Oraganize preferences renderers and listeners 2017-02-01 17:54:14 +01:00
Sandeep Somavarapu
b074cdae35 Add null checks for renderers 2017-02-01 17:54:14 +01:00
isidor
f6c19a7767 debug: before starting debug save all files via workbench command
fixes #19415
2017-02-01 17:40:14 +01:00
isidor
40093c6c09 debug: when more than 1 adapter is interested in a language let the user choose
fixes #19670
2017-02-01 17:21:50 +01:00
Benjamin Pasero
b3ddcbd4c9 💄 2017-02-01 16:41:53 +01:00
Alex Dima
b795358075 Some perf tweaks 2017-02-01 06:59:32 -08:00
Benjamin Pasero
76a920c169 first cut of commands for explorer (for #4557) 2017-02-01 15:39:07 +01:00
isidor
f3d7631816 actions: do not run on right mouse click
fixes #19369
2017-02-01 12:50:14 +01:00
Joao Moreno
968bd57112 fixes #19638 2017-02-01 12:26:05 +01:00
Martin Aeschlimann
76e7a3c3ee [less] Update less.tmLanguage.json to atom/language-less@9123663 (2017-01-31) 2017-02-01 12:21:13 +01:00
isidor
db7d305c4d debug: null guard
fixes #16622
2017-02-01 11:12:37 +01:00
isidor
c335bde263 debug: if variable type is not provided show name on hover
fixes #19578
2017-02-01 10:54:22 +01:00
Dirk Baeumer
a035361751 Wording change if php.validate.executablePath points to an invalid executable 2017-02-01 10:49:55 +01:00
Martin Aeschlimann
69bec97f08 Merge pull request #19661 from Microsoft/tyriar/19647
Use important for vs-whitespace
2017-02-01 10:02:42 +01:00
Benjamin Pasero
d3a27c3155 fix #19504 2017-02-01 07:46:18 +01:00
Daniel Imms
ae23244715 Use important for vs-whitespace
Fixes #19647
2017-01-31 21:35:27 -08:00
Matt Bierner
1ee3f9dc6c Added command for selecting ts version (#19641)
* Added command for selecting the ts version

* Update name

* Update name
2017-01-31 14:27:24 -08:00
Martin Aeschlimann
d133a5e17c [coffeescript] switch to atom/language-coffee-script. Fixes #14953, #14945, #15008 2017-01-31 22:44:17 +01:00
Martin Aeschlimann
d7fb58ecac [less] update grammar 2017-01-31 22:00:15 +01:00
kieferrm
4aa8211328 clean-up: rename to reflect actual purpose 2017-01-31 12:53:50 -08:00
Matt Bierner
ab91538237 Small cleanup of markdown extensions.ts 2017-01-31 11:47:40 -08:00
kieferrm
04c9644bf9 clean-up: tsdk is no longer untrusted 2017-01-31 11:39:47 -08:00
Matt Bierner
4d9dc7479b Fixes #19612 script tag on same line breaks markdown colorization 2017-01-31 11:26:16 -08:00
Dirk Baeumer
4038b7a7d7 Small wording change for PHP linter confirmation. 2017-01-31 20:18:34 +01:00
Matt Bierner
2e0df7fc38 Fixes #19610 2017-01-31 11:09:41 -08:00
Matt Bierner
7c96cd3c4a Support Fragments for intra document markdown editor links (#19639)
Adds support for editor links with fragements for markdown. This jumps to the correct header location if one can be found
2017-01-31 11:05:06 -08:00
Sandeep Somavarapu
9b8f344a56 Return mode id not language name 2017-01-31 18:19:02 +01:00
Andre Weinand
ab22a3514f update node-debug 2017-01-31 17:45:55 +01:00
Joao Moreno
c0c25a3f6c git: checkoutType config 2017-01-31 17:14:03 +01:00
Martin Aeschlimann
60bbe61489 [css] change grammar to atom/language-css 2017-01-31 17:10:28 +01:00
Joao Moreno
da1a21d1de git: countBadge config 2017-01-31 17:06:27 +01:00
Joao Moreno
adb32aa444 git: enableLongCommitWarning config 2017-01-31 17:06:27 +01:00
Joao Moreno
51f3f40a1a git: path config 2017-01-31 17:06:27 +01:00
Benjamin Pasero
1d8b5444b2 💄 2017-01-31 17:02:34 +01:00
isidor
622c3b4031 debug: no folder workspace focus first view on debug viewlet focus 2017-01-31 16:49:21 +01:00
Sandeep Somavarapu
9c56607cc1 #19511 Define and use ITextSource2
- Wraps processed information from file
- Helper methods in TextModel to create RawText
2017-01-31 16:48:47 +01:00
Joao Moreno
16694c32b8 git: add commit toolbar menu item 2017-01-31 16:47:09 +01:00
Joao Moreno
cc8351eb95 git: autorefresh config 2017-01-31 16:47:09 +01:00