Commit Graph

131056 Commits

Author SHA1 Message Date
Bruce Mitchener
2ad838560b Fix typos in LineCommentCommand comments. 2015-11-24 07:52:21 +07:00
Bruce Mitchener
2a04b47136 Fix typo in comment in sample tasks.json. 2015-11-24 07:49:44 +07:00
Mahmoud Ali
418a76fa16 Add "Show Extensions Updates" command
Shows all installed  extensions that have updates available. Can also be accessed by "ext update"
2015-11-23 21:15:00 -03:00
isidor
d801f13d11 debug: wait for preLaunchTask to finish if it is not watching.
fixes #170
2015-11-23 20:45:55 +01:00
isidor
28e29d7977 line endings. 2015-11-23 20:28:42 +01:00
isidor
958bdd6ad2 copyrights: use nicer gulp globing
fixes #260
2015-11-23 20:27:54 +01:00
isidor
eceef7a61e Copyright polish. 2015-11-23 20:26:01 +01:00
isidor
08c019a265 debugService: minor polish 2015-11-23 19:15:20 +01:00
Alex Dima
47b7ef5d29 Fixes #312 2015-11-23 18:34:45 +01:00
Andre Weinand
203f945e73 update node-debug 2015-11-23 17:44:20 +01:00
Benjamin Pasero
d66f6f47ef add the "Sync" command to the command palette as global command 2015-11-23 17:42:39 +01:00
Martin Aeschlimann
ccda7c8174 Merge pull request #472 from Jaykul/feature/fixfunctions
Fix function keyword syntax
2015-11-23 16:55:56 +01:00
Alex Dima
1722b6d112 Dispose all models in tests 2015-11-23 16:53:23 +01:00
Alexandru Dima
cef95835ec Merge pull request #314 from Tyriar/278_blank_line_regex
Enable regex's ^, $ and ^$ to be matched in file dialog
2015-11-23 16:48:15 +01:00
isidor
254381688c debug: in case of an error when retrieving scopes return [].
fixes #30
2015-11-23 15:59:13 +01:00
Benjamin Pasero
c79f772364 add comment 2015-11-23 15:55:57 +01:00
Benjamin Pasero
9799b57a01 DiffEditorInput => BaseDiffEditorInput 2015-11-23 15:55:57 +01:00
Kewin Dousse
5568b5625a Updating cursor blink on config change 2015-11-23 15:47:58 +01:00
Joao Moreno
b3f68a5d49 OS X Travis CI 2015-11-23 15:27:06 +01:00
Kewin Dousse
092944b7df Implementing configurable cursor blinking 2015-11-23 15:20:20 +01:00
João Moreno
4b8ad58cef travis: just linux for now 2015-11-23 14:32:13 +01:00
João Moreno
5ad728f84d run tests in linux and osx 2015-11-23 14:12:40 +01:00
Martin Aeschlimann
7569a9a775 Javascript mode instantiated twice, issue #34 2015-11-23 13:21:10 +01:00
Dirk Baeumer
4d78a2e833 Format changes 2015-11-23 12:36:51 +01:00
Dirk Baeumer
5521642662 Enable source maps for TS extension 2015-11-23 12:28:29 +01:00
Martin Aeschlimann
956a8f0e06 Merge pull request #403 from Jakeii/patch-1
Function calls not highlighted in JS
2015-11-23 11:38:11 +01:00
Joao Moreno
4d4be18c5e fix whitespace 2015-11-23 11:34:17 +01:00
João Moreno
4f356332ec Merge pull request #484 from joaomoreno/travis-tests
Run tests in Electron
2015-11-23 11:33:06 +01:00
Joao Moreno
5ae0e8cc2c run tests in Electron 2015-11-23 11:15:11 +01:00
Benjamin Pasero
e1fb6c4d91 move timeout into test 2015-11-23 11:09:33 +01:00
Martin Aeschlimann
5b657a5382 Merge pull request #461 from dstorey/main-element
Update HTML highlighting & IntelliSense
2015-11-23 11:09:06 +01:00
Martin Aeschlimann
b124abd66e Merge pull request #473 from dstorey/add-edge-browser
Add Edge to list of browsers
2015-11-23 11:07:26 +01:00
Martin Aeschlimann
13594d8d9a Markdown syntax broken since last update #273 2015-11-23 11:05:41 +01:00
Martin Aeschlimann
3efb36ec02 Bad Default/Regression: C++ .h headers colored as C files #145 2015-11-23 11:05:41 +01:00
Lucas Araujo
98cc590065 Undoing some changes 2015-11-23 07:59:03 -02:00
Benjamin Pasero
ad4f706d37 file tests: set timeout in suits 2015-11-23 10:50:29 +01:00
Benjamin Pasero
c00ea5bf41 Tabs don't update column counter (fixes #103) 2015-11-23 10:38:40 +01:00
David Storey
fcfccc4fe5 Update CSS flex box property values
* auto as new (default) value for min-height and min-width
* content as valid value of flex-basis
* correct browser support for display: flex and display: inline-flex
* remove IE support for old unprefixed flexbox display values
(incorrect info)
* add -webkit-flex and -webkit-inline-flex values for display.
2015-11-23 01:24:00 -08:00
João Moreno
6e3703638e Merge pull request #476 from Protectator/master
Correcting documentation to better match JSDoc's style.
2015-11-23 10:11:51 +01:00
Kewin Dousse
e186bb34b7 Correcting documentation to better match JSDoc's style. 2015-11-23 09:50:11 +01:00
David Storey
c55f04ac94 Update browser support for CSS Flexbox
Generally E,C29,FF22,IE11,O12.1,S9, except flex-flow and flex-wrap,
where they were not unprefixed until FF28
2015-11-23 00:45:39 -08:00
David Storey
2a28bebbf1 Add Edge support info for Pseudo classes and elements
…and fixed issues where it claims IE10 supports pseudo elements that it
doesn’t.
2015-11-23 00:33:26 -08:00
Benjamin Pasero
f84dd4e7ee window.openInNewWindow => window.openFilesInNewWindow 2015-11-23 09:32:54 +01:00
Benjamin Pasero
3e6df16f93 Merge pull request #475 from joaomoreno/issue379
mkdirp: don't try to create fs roots
2015-11-23 09:32:09 +01:00
Joao Moreno
60713ed94f mkdirp: don't try to create fs roots
fixes #379
2015-11-23 09:23:24 +01:00
David Storey
81f52187b3 Update browser support info for @supports, @keyframes 2015-11-23 00:00:38 -08:00
David Storey
ab6f1c56de Add Edge support info to CSS At-rules 2015-11-22 23:55:15 -08:00
Benjamin Pasero
fc6faebbdd Merge pull request #453 from pborreli/typos
Fixed typos
2015-11-23 08:09:13 +01:00
David Storey
0e06936a51 Add Edge to list of browsers
…so it can be used to add browser support info in CSS IntelliSense.
2015-11-22 23:08:21 -08:00
Benjamin Pasero
150c33d0d7 Merge pull request #445 from claudioc/claudioc/typo_fix
Fixes typos in the javascript.contribution
2015-11-23 08:07:32 +01:00