Commit Graph

89088 Commits

Author SHA1 Message Date
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
Benjamin Pasero 144eda776f Merge pull request #431 from kheiakiyama/rm_inputbox2
Delete files not using
2015-11-23 08:04:33 +01:00
Benjamin Pasero abad7fb787 increase test timeout 2015-11-23 07:42:20 +01:00
Joel Bennett 4279850edf Fix function keyword syntax
Avoid matching "function" at the end of other words
Fix highlighting of scope keywords
2015-11-23 00:57:36 -05:00
David Storey 335aee1cd1 Remove no longer valid elements from emptyElements list 2015-11-22 20:23:56 -08:00
David Storey 29ccc32e0c Add set for valid wrap values 2015-11-22 20:19:48 -08:00
David Storey 917d624fbb Add yes/no set and assign to global translate attribute 2015-11-22 20:17:37 -08:00
David Storey dcb0a77640 Add valid shape and scope values 2015-11-22 20:14:53 -08:00
David Storey 4a7291e035 Add additional set for <form method> inc. dialog value
…and capitalise GET / POST. Old get/post set is still needed for
formmethod on input and button.
2015-11-22 20:10:55 -08:00
David Storey 4a68465f12 Set valid input mode values for the inputmode attribute 2015-11-22 20:03:21 -08:00
David Storey 9d8b6245e8 Add valid encoding type values for enctype/formenctype attributes 2015-11-22 19:58:00 -08:00
David Storey 051a797a1a Set draggable attribute to a true/false bool, and remove t/f/a set
…auto isn’t a valid value for draggable. true/false/auto isn’t needed
once that uses a boolean.
2015-11-22 19:50:55 -08:00
David Storey 0ce3ab1c20 Add auto to valid dir attribute values
…auto isn’t valid when using on <bdo> element, so need to find how to
show that. It is valid for the global dir attribute.
2015-11-22 19:46:04 -08:00
David Storey 84b65a36ed Add <menuitem> el to HTML autocomplete & update <menu>
* Add menuitem element and define valid values for menuitem type
attribute
* Add valid values for menu type attribute
* Add menu to valid button values
* Remove old command element
2015-11-22 19:41:20 -08:00
David Storey 2df7cf8d4c Add valid values for the preload attribute for audio/video elements 2015-11-22 19:10:25 -08:00
David Storey 5991c9fc12 Add valid values to track kind attribute for auto-complete 2015-11-22 19:04:07 -08:00
David Storey 649a6f5c8c Remove no longer valid pubdate attribute from time element 2015-11-22 18:57:46 -08:00
David Storey 72de9a7001 Add sorted attribute to <th> element auto-complete 2015-11-22 18:55:59 -08:00
David Storey 95645dad5b Add minlength attribute to <textarea> auto-complete 2015-11-22 18:50:24 -08:00