Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Merged
merged 100 commits into from
Nov 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
c10aa8e
Enable regex's ^, $ and ^$ to be matched in file dialog
Tyriar Nov 20, 2015
15ffb3d
Function calls not highlighted in JS
Jakeii Nov 21, 2015
c89555b
Visual Studio Code is no longer responding #160
aeschli Nov 21, 2015
bff376d
update debug adapters
weinand Nov 22, 2015
c1b1d60
remove unnecessary files
kheiakiyama Nov 22, 2015
98f9564
Add ARIA widget role values to auto-complete
dstorey Nov 22, 2015
0861d82
Add the composite widgets aria role values to auto-complete
dstorey Nov 22, 2015
c878d1e
Add ARIA document structure role values to auto-complete
dstorey Nov 22, 2015
29e3294
Add ARIA landmark role values to auto-complete
dstorey Nov 22, 2015
1dcf795
Add ARIA 1.1 attributes to global attributes list
dstorey Nov 22, 2015
2d54b7e
Add tests for ARIA 1.1 attribute auto-complete
dstorey Nov 22, 2015
2b6ba9e
prevent an extension from process.exit() (fixes #411)
bpasero Nov 22, 2015
ed9a93c
fix message list ordering (fixes #279)
bpasero Nov 22, 2015
cfbddb8
improve settings parsing readability
bpasero Nov 22, 2015
46c0393
try workaround for not being able to focus window on win & linux
bpasero Nov 22, 2015
c3094f3
OutputChannel.hide throws error (fix #377)
bpasero Nov 22, 2015
9d1ae7b
trace the stack when process.exit is called from an extension
bpasero Nov 22, 2015
6be95ed
less hectic quick open visibility changes
bpasero Nov 22, 2015
7a780d7
dont use lambda in this case
bpasero Nov 22, 2015
ccbcf78
Fixes typos in the javascript.contribution
claudioc Nov 22, 2015
b75d17c
support to release "shift" key in quick open (fixes #265)
bpasero Nov 22, 2015
e807c0e
Merge pull request #436 from dstorey/aria-role-values
aeschli Nov 22, 2015
c7451c1
PHP autocompletion: $_GET completes into $$_GET #86
aeschli Nov 22, 2015
16fc6b7
Fixed typos
pborreli Nov 22, 2015
97874e9
Add <main> to valid HTML IntelliSense elements
dstorey Nov 22, 2015
71ff1b4
Remove obsolete HTML elements from CSS syntax highlight
dstorey Nov 22, 2015
b1e6e55
Add missing HTML5 elements to CSS syntax highlighting
dstorey Nov 22, 2015
933a511
Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
dstorey Nov 22, 2015
1a98e23
Remove <eventsource> (Server-Sent Events) from syntax highlight
dstorey Nov 22, 2015
e00710d
Merge branch 'Microsoft/master' into main-element
dstorey Nov 22, 2015
911ba94
Fix order of CSS transition snippet and remove old -o- prefix
dstorey Nov 22, 2015
f2417f3
Remove global inert attribute from HTML auto-complete
dstorey Nov 23, 2015
911958a
Update valid HTML <a> & <area> attributes. + download, - media
dstorey Nov 23, 2015
19a1c43
Update valid HTML body attributes
dstorey Nov 23, 2015
b4288d9
Remove option attribute from HTML <datalist> element
dstorey Nov 23, 2015
55b9777
Update valid iframe attributes for auto-complete
dstorey Nov 23, 2015
b3e1987
Update valid input attributes for auto-complete
dstorey Nov 23, 2015
6766719
Add HTML crossorigin attribute to <link> and <script> elements
dstorey Nov 23, 2015
88347ed
Add type attribute to <ol> and specify valid values
dstorey Nov 23, 2015
1872ea5
Add the various HTML ruby attributes to auto-complete
dstorey Nov 23, 2015
d28360a
Add nonce attribute to <script> and <style> elements
dstorey Nov 23, 2015
ab59845
Add autocomplete attribute to <select> auto-complete
dstorey Nov 23, 2015
a6ccea1
Remove media attribute from <source> element
dstorey Nov 23, 2015
5e28c65
Add valid <table> attributes to HTML auto-complete
dstorey Nov 23, 2015
bb27baf
Add <template> element
dstorey Nov 23, 2015
95645da
Add minlength attribute to <textarea> auto-complete
dstorey Nov 23, 2015
72de9a7
Add sorted attribute to <th> element auto-complete
dstorey Nov 23, 2015
649a6f5
Remove no longer valid pubdate attribute from time element
dstorey Nov 23, 2015
5991c9f
Add valid values to track kind attribute for auto-complete
dstorey Nov 23, 2015
2df7cf8
Add valid values for the preload attribute for audio/video elements
dstorey Nov 23, 2015
84b65a3
Add <menuitem> el to HTML autocomplete & update <menu>
dstorey Nov 23, 2015
0ce3ab1
Add auto to valid dir attribute values
dstorey Nov 23, 2015
051a797
Set draggable attribute to a true/false bool, and remove t/f/a set
dstorey Nov 23, 2015
9d8b624
Add valid encoding type values for enctype/formenctype attributes
dstorey Nov 23, 2015
4a68465
Set valid input mode values for the inputmode attribute
dstorey Nov 23, 2015
4a7291e
Add additional set for <form method> inc. dialog value
dstorey Nov 23, 2015
dcb0a77
Add valid shape and scope values
dstorey Nov 23, 2015
917d624
Add yes/no set and assign to global translate attribute
dstorey Nov 23, 2015
29ccc32
Add set for valid wrap values
dstorey Nov 23, 2015
335aee1
Remove no longer valid elements from emptyElements list
dstorey Nov 23, 2015
4279850
Fix function keyword syntax
Jaykul Nov 23, 2015
abad7fb
increase test timeout
bpasero Nov 23, 2015
144eda7
Merge pull request #431 from kheiakiyama/rm_inputbox2
bpasero Nov 23, 2015
150c33d
Merge pull request #445 from claudioc/claudioc/typo_fix
bpasero Nov 23, 2015
0e06936
Add Edge to list of browsers
dstorey Nov 23, 2015
fc6faeb
Merge pull request #453 from pborreli/typos
bpasero Nov 23, 2015
60713ed
mkdirp: don't try to create fs roots
joaomoreno Nov 23, 2015
3e6df16
Merge pull request #475 from joaomoreno/issue379
bpasero Nov 23, 2015
f84dd4e
window.openInNewWindow => window.openFilesInNewWindow
bpasero Nov 23, 2015
e186bb3
Correcting documentation to better match JSDoc's style.
Protectator Nov 23, 2015
6e37036
Merge pull request #476 from Protectator/master
joaomoreno Nov 23, 2015
c00ea5b
Tabs don't update column counter (fixes #103)
bpasero Nov 23, 2015
ad4f706
file tests: set timeout in suits
bpasero Nov 23, 2015
3efb36e
Bad Default/Regression: C++ .h headers colored as C files #145
aeschli Nov 22, 2015
13594d8
Markdown syntax broken since last update #273
aeschli Nov 23, 2015
b124abd
Merge pull request #473 from dstorey/add-edge-browser
aeschli Nov 23, 2015
5b657a5
Merge pull request #461 from dstorey/main-element
aeschli Nov 23, 2015
e1fb6c4
move timeout into test
bpasero Nov 23, 2015
5ae0e8c
run tests in Electron
joaomoreno Nov 23, 2015
4f35633
Merge pull request #484 from joaomoreno/travis-tests
joaomoreno Nov 23, 2015
4d4be18
fix whitespace
joaomoreno Nov 23, 2015
956a8f0
Merge pull request #403 from Jakeii/patch-1
aeschli Nov 23, 2015
5521642
Enable source maps for TS extension
dbaeumer Nov 23, 2015
4d78a2e
Format changes
dbaeumer Nov 23, 2015
7569a9a
Javascript mode instantiated twice, issue #34
aeschli Nov 17, 2015
5ad728f
run tests in linux and osx
joaomoreno Nov 23, 2015
4b8ad58
travis: just linux for now
joaomoreno Nov 23, 2015
b3f68a5
OS X Travis CI
joaomoreno Nov 23, 2015
9799b57
DiffEditorInput => BaseDiffEditorInput
bpasero Nov 23, 2015
c79f772
add comment
bpasero Nov 23, 2015
2543816
debug: in case of an error when retrieving scopes return [].
isidorn Nov 23, 2015
cef9583
Merge pull request #314 from Tyriar/278_blank_line_regex
alexdima Nov 23, 2015
1722b6d
Dispose all models in tests
alexdima Nov 23, 2015
ccda7c8
Merge pull request #472 from Jaykul/feature/fixfunctions
aeschli Nov 23, 2015
203f945
update node-debug
weinand Nov 23, 2015
47b7ef5
Fixes #312
alexdima Nov 23, 2015
08c019a
debugService: minor polish
isidorn Nov 23, 2015
eceef7a
Copyright polish.
isidorn Nov 23, 2015
958bdd6
copyrights: use nicer gulp globing
isidorn Nov 23, 2015
28e29d7
line endings.
isidorn Nov 23, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
language: cpp

node_js:
- "0.12"
os:
- linux
- osx

addons:
apt:
Expand All @@ -17,8 +18,20 @@ addons:
- libgtk2.0-0

before_install:
- export CXX="g++-4.9" CC="gcc-4.9"
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 0.12
- nvm use 0.12
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9";
fi

install:
- ./scripts/npm.sh install
- gulp electron compile

script:
- ./test/run.sh
Loading