Commit Graph

90679 Commits

Author SHA1 Message Date
Benjamin Pasero
5906207073 workbench api linting 2015-12-21 18:51:51 +01:00
Benjamin Pasero
acd6a190c3 debt: move extHostStatusBar to common 2015-12-21 18:36:40 +01:00
Benjamin Pasero
b2cbd89d82 more services cleanup 2015-12-21 18:20:08 +01:00
Benjamin Pasero
570ed794a9 more tslint of workbench parts 2015-12-21 18:03:08 +01:00
Benjamin Pasero
ae33727a08 lint workbench services 2015-12-21 17:45:14 +01:00
Benjamin Pasero
465fc4f58b more linting in workbench 2015-12-21 17:35:25 +01:00
Benjamin Pasero
54782e5a5f some tslint in platform 2015-12-21 17:01:25 +01:00
Benjamin Pasero
19ed5bfc98 some tslinting in base 2015-12-21 16:56:38 +01:00
Benjamin Gerfelder
6fd5778af9 fix typos in htmlTags.ts angular globalattributes
Fix typos as per Angular API reference, fixes Microsoft/vscode#1402
2015-12-21 16:11:58 +01:00
Johannes Rieken
6485896c97 debt - no code is the best code, remove unsued types and functions 2015-12-21 15:54:10 +01:00
Johannes Rieken
e68b01935b debt - no code is the best code, remove more unsued types and functions 2015-12-21 15:49:20 +01:00
Johannes Rieken
575cbbde6e debt - Delete event provider, #1522 2015-12-21 15:46:48 +01:00
Johannes Rieken
53d6395138 debt - reuse converter code in marshalling 2015-12-21 15:43:12 +01:00
Benjamin Pasero
63f8136c51 remove usage of EventSource in favour of Event & Emitter (fixes #1522) 2015-12-21 15:32:12 +01:00
Johannes Rieken
263a9551b7 debt - add toJSON methods to ext host types 2015-12-21 15:27:18 +01:00
isidor
f802678265 debug: try to send source reference when possible to adapter.
fixes #1514
2015-12-21 14:55:42 +01:00
Benjamin Pasero
ba04fe4c0e remove unused variable 2015-12-21 14:40:37 +01:00
Johannes Rieken
0542c7e775 remove .m setting from C 2015-12-21 13:42:28 +01:00
Johannes Rieken
dfaa347b1b missing change after rename 2015-12-21 13:40:26 +01:00
Johannes Rieken
a066421a78 fix issue #1532 2015-12-21 12:40:36 +01:00
isidor
a5f3b8acf5 debug: respect message box size when layouting call stack view
fixes #1362
2015-12-21 12:01:44 +01:00
isidor
f81295e9d8 debug: outter container in split view should have a class, not the tree itself. 2015-12-21 12:01:43 +01:00
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