Commit Graph

19027 Commits

Author SHA1 Message Date
Martin Aeschlimann
d889de5bb5 [typescript] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann
3785324cc1 [css] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann
78d9446b8f [cpp] update grammar 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
b135eef992 [clojure] update grammar 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
984750930c update all grammars script 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
d57a3ab57e [ini] add update script 2017-05-26 09:27:48 +02:00
Martin Aeschlimann
2d811977f8 [scss] update grammar 2017-05-26 09:27:48 +02:00
Martin Aeschlimann
d264b70f20 [docker] update grammar 2017-05-26 09:27:47 +02:00
Benjamin Pasero
51a10b5ebe theming - fix color clash when dragging over selected or focused item 2017-05-26 09:27:47 +02:00
Benjamin Pasero
8ee8d60b83 Uncaught TypeError: Cannot read property 'isActive' of undefined (fixes #27257) 2017-05-26 09:27:47 +02:00
Benjamin Pasero
e4d9b4d9ed clean up unused code 2017-05-26 09:27:46 +02:00
Benjamin Pasero
03284d8053 a18y: avoid duplicate events when navigating trees (for #26730) 2017-05-26 09:27:46 +02:00
Benjamin Pasero
a9486e406f linting: convert double quote imports to single quote 2017-05-26 09:27:46 +02:00
Benjamin Pasero
a8fb36fc28 How to configure a window (also for reload case)? (fixes #27192) 2017-05-26 09:27:45 +02:00
Martin Aeschlimann
27625c21a2 [lua] update grammar 2017-05-26 09:27:45 +02:00
Benjamin Pasero
fc59debe99 theming - remove hardcoded list color in keybindings editor 2017-05-26 09:27:44 +02:00
Daniel Ye
819467443c 2017-05-24. Merged in translations from transifex. 2017-05-26 09:27:44 +02:00
Ramya Achutha Rao
c96f85a6d2 Fixes #26244 prevent double border 2017-05-26 09:27:43 +02:00
Ramya Achutha Rao
31875b67cc Reverting prev fix as it adds gap between docs and list 2017-05-26 09:27:42 +02:00
Daniel Imms
6d3e6cd313 Clean up termianl imports 2017-05-26 09:27:42 +02:00
rebornix
2dcccf7cc8 Fix #25783. Middle click pastes in Find Widget on Linux 2017-05-26 09:27:42 +02:00
Rob Lourens
dfff4c5e8e Fix #26634 - if a ./ include pattern contains glob characters, ignore the ./ 2017-05-26 09:27:41 +02:00
Alex Dima
eae2a774cc Show correct link hover when links open with Alt 2017-05-26 09:27:41 +02:00
Alex Dima
17ea00ea44 Implement editor.multicursorModifier 2017-05-26 09:27:41 +02:00
Alex Dima
bf4d419b79 Fixes #6910: Left mouse button up when selecting text with CTRL pressed causes to follow link 2017-05-26 09:27:40 +02:00
Alex Dima
647f1d5fc9 Extract clicking link logic to its own file 2017-05-26 09:27:40 +02:00
Alex Dima
cc270a155d Encapsulate opening a link gesture in LinkGesture 2017-05-26 09:27:40 +02:00
Alex Dima
7bb5e4a682 Group method logically 2017-05-26 09:27:39 +02:00
Alex Dima
434d941e63 Encapsulate trigger modifier logic in goToDeclarationMouse 2017-05-26 09:27:39 +02:00
Alex Dima
3aade944ae Introduce multicursorModifier editor options 2017-05-26 09:27:39 +02:00
rebornix
d21ff22a1f Fix #27144. We just need to listen to scrollTop change for FindWidget 2017-05-26 09:27:38 +02:00
Matt Bierner
2890b5d8ab Add restart TSServer command. Fixes #22335 2017-05-26 09:27:38 +02:00
Matt Bierner
59e7fbc25e use alwaysStrict in TS extension 2017-05-26 09:27:38 +02:00
Martin Aeschlimann
43003d7ff6 Fix deprecation warning on StyleSheet.insertRule 2017-05-26 09:27:37 +02:00
Martin Aeschlimann
3ef1b64d4b Allow extensions to use theme colors in status bar 2017-05-26 09:27:37 +02:00
rebornix
0ca5f1c77a make input box responsive when widget or editor resizes 2017-05-26 09:27:36 +02:00
rebornix
df32b3f947 Flex Box 2017-05-26 09:27:36 +02:00
rebornix
3c52e0de45 draft version 2017-05-26 09:27:35 +02:00
Daniel Imms
fab8dabc0d Clean up var name 2017-05-26 09:27:35 +02:00
Rob Lourens
55de700961 Fix #25422 - also search external files 2017-05-26 09:27:35 +02:00
Martin Aeschlimann
e1e5bf41b3 Allow decorations to use theme colors. For #26974 2017-05-26 09:27:34 +02:00
Martin Aeschlimann
64e1c20856 Kimbie builtin theme has dark curly braces. Fixes #27121 2017-05-26 09:27:34 +02:00
Daniel Imms
b14bde0c6a Remove debug logs 2017-05-26 09:27:34 +02:00
Matt Bierner
84f154b794 Fix 27195
Make sure we handle the case of `/**/` properly in json files
2017-05-26 09:27:33 +02:00
Matt Bierner
8178df7a1f Fix ts/js code lens for trailing special character. Fixes #27211 2017-05-26 09:27:33 +02:00
Daniel Imms
ed9cdf55b0 Fork terminalProcess using amd, convert to TS
Fixes #27182
2017-05-26 09:27:33 +02:00
Daniel Imms
e0277260b0 Add node-pty typings back 2017-05-26 09:27:32 +02:00
Daniel Imms
d3cf7e5fd8 Move terminalProcess to node/
Part of #27182
2017-05-26 09:27:32 +02:00
Amy Qiu
26aaf73ff9 Add mementos to shutdown 2017-05-26 09:27:32 +02:00
Ramya Achutha Rao
06fdcf1962 Fixes #27169 2017-05-26 09:27:31 +02:00