Commit Graph

124157 Commits

Author SHA1 Message Date
David Storey 1cc471e8e2 Add missing invert keyword to ouline property 2015-12-21 02:51:22 -08:00
David Storey 3995a92fa0 Move duplicative <line-style> values to a restriction
…they're used in multiple border poperties plus mult-column, outline properties, etc. and they're defined as a data type in the Background and Borders spec.
2015-12-21 02:47:59 -08:00
Johannes Rieken 8aadd81678 debt - rename PluginHostXYZ to ExtHostXYZ, do the same for filenames 2015-12-21 11:46:00 +01:00
Johannes Rieken 74f7a2b276 debt - remove obsolete use of EventSource 2015-12-21 11:02:33 +01:00
Johannes Rieken 9c13fee737 debt - use Event over EventSource 2015-12-21 10:58:17 +01:00
David Storey 11dc2d5a4c Update spec links for CSS text-decoration-* and text-emphasis-*
Properties have moved to the text decoration spec
2015-12-21 01:49:57 -08:00
Benjamin Pasero f566d06a41 workaround win10 focus issue 2015-12-21 10:25:07 +01:00
David Storey 514280e08e Move duplicative CSS <position> values to a restiction
…just as they are defined in the CSS Values/Units spec
2015-12-21 01:10:19 -08:00
Johannes Rieken 2a2167344e debt - remove suggest participants 2015-12-21 10:04:20 +01:00
Johannes Rieken a4e13a9a82 debt - remove validation participants 2015-12-21 10:01:52 +01:00
Benjamin Pasero c9c8b0f6ec Opening a path with a space in it from the command line doesn't work correctly (fixes #1498) 2015-12-21 09:25:51 +01:00
David Storey 7797ed7b37 colorKeywords should be values, not functions 2015-12-21 00:11:52 -08:00
Benjamin Pasero 45b3e7e25d Caret jumps to start on "Save As" or save new document (fixes #1497) 2015-12-21 08:57:04 +01:00
David Storey 882fccc354 Add CSS Wide keywords to default declaration value completions.
initial, unset, inherit.
2015-12-20 23:55:08 -08:00
Benjamin Pasero 651a52e066 file picker: tweak to sort prefix matches over non prefix matches 2015-12-21 08:33:20 +01:00
Benjamin Pasero c9e016e8bc file picker: support for searching workspace relative paths independent from exclude settings 2015-12-21 08:33:20 +01:00
Benjamin Pasero d8cbd12ffb fs - add test to assert UTF 8 BOM is getting removed 2015-12-21 08:33:20 +01:00
Benjamin Pasero 609d845cde Avoid 3x file size memory pressure when resolving file contents (fixes #1117) 2015-12-21 08:33:20 +01:00
David Storey 5edb58f65c Add SVG2 elements to CSS selector auto-complete
…including SVG elements from Masking and Filters specs. Excluding deprecated SVG1.1 elements (such as fonts)and elements already defined in HTML (video, audio, a, etc.)
2015-12-20 13:41:10 -08:00
David Storey 8864f0309a Remove 'none' from color keywords. Not valid color. 2015-12-20 00:24:34 -08:00
David Storey 3f9cb0330e Remove duplicative color declarations in css-schema
…and fix stroke, which was missing the ulr() function
2015-12-20 00:15:10 -08:00
Chris Dias c4e19af9e6 fixes issue #1489 2015-12-19 17:16:29 -08:00
Richard Natal 37a95d0fcd Rename variable and class to be more meaningfull
Signed-off-by: Richard Natal <bigous@gmail.com>
2015-12-19 22:19:34 -02:00
Richard Natal 47f69deed8 Implementation of editor.action.insertCursorAsEndOfEachSelectedLine - inspired by issue #950 and pull #961 - the same behaviour of Sublime Text ctrl+shift+l command...
Signed-off-by: Richard Natal <Bigous@Github.com>
2015-12-19 13:42:57 -02:00
Johannes Rieken c173586638 Merge pull request #1471 from Microsoft/joh/1463
use version 0.1.2 of native-keymap
2015-12-19 12:21:08 +01:00
Johannes Rieken 2e42d6502f use version 0.1.2 of native-keymap 2015-12-19 11:44:48 +01:00
Johannes Rieken fde7e23f98 debt - remove more unused string utils 2015-12-19 10:36:05 +01:00
Xaver Hellauer b848fc2527 C++11 keyword "noexcept" added 2015-12-18 20:03:02 +01:00
isidor 222eb56abd debug: second click on stop session force kills the server
fixes #1225
2015-12-18 16:18:53 +01:00
Benjamin Pasero dd3ee5a56b whoopsey 2015-12-18 15:53:01 +01:00
Benjamin Pasero c34d2e771b There should be an option to hide the menu bar. (fixes #945) 2015-12-18 15:37:00 +01:00
isidor ca683b5667 debug: improve getFullExpressionName
fixes #1375
2015-12-18 15:36:45 +01:00
Johannes Rieken 517145bcb6 Revert "debt - remove unused sortedList"
This reverts commit 5de62a110b.
2015-12-18 15:11:28 +01:00
Johannes Rieken 407aa34d88 remove unused string utils 2015-12-18 15:11:25 +01:00
Johannes Rieken 5de62a110b debt - remove unused sortedList 2015-12-18 15:06:44 +01:00
isidor 8192f7577c debug: introduce arguments to pass to adapter.
fixes #1199
2015-12-18 15:01:36 +01:00
Benjamin Pasero 6c1cd984aa Merge pull request #1446 from HammyHavoc/patch-1
Changed code.visualstudio.com hyperlink to HTTPS
2015-12-18 14:39:56 +01:00
Benjamin Pasero e1b4ade218 Windows: still allow to bring up the menu when in full screen 2015-12-18 13:25:17 +01:00
Johannes Rieken 71ca416768 debt - remove unused trie 2015-12-18 13:19:04 +01:00
Johannes Rieken 04239c5afe debt - remove unused injector 2015-12-18 13:18:57 +01:00
Johannes Rieken 1eaa90ed46 remove filename suggestion 2015-12-18 13:13:08 +01:00
isidor 98050acdd3 debug: not available should be italic even if selected
fixes #1418
2015-12-18 12:59:52 +01:00
Hammy Havoc bab67e8c5f Changed code.visualstudio.com hyperlink to HTTPS
Was previously HTTP; server automatically redirects to HTTPS, but irritating when using it on a phone as it adds a few seconds of additional loading.
2015-12-18 11:57:10 +00:00
Benjamin Pasero edf624c157 fuzzy file picker: favor shorter matches over longer 2015-12-18 12:56:26 +01:00
isidor 9f4e851316 debug: warning to no longer use relative paths in launch.json. 2015-12-18 12:42:45 +01:00
Benjamin Pasero 1f152ab530 File picker: bypass exclude rules when picking a full file path (fixes #1445) 2015-12-18 12:24:39 +01:00
Benjamin Pasero b20452d331 dev: restore last active viewlet to speed up dev flow 2015-12-18 11:54:18 +01:00
isidor b0fe390fa3 debug: resolve all values from launch.config.
fixes #1180
2015-12-18 11:47:06 +01:00
isidor 61b97289fe systemVarialbes replacment: if you can not resolve a value, return the passed value. 2015-12-18 11:46:40 +01:00
isidor 86302fe84a debug: put margin-right to the .stack-frame div not the children.
#627
2015-12-18 11:17:27 +01:00