Commit graph

1747 commits

Author SHA1 Message Date
Martin Aeschlimann 0babb42991 Merge pull request #1217 from dstorey/update-css-intellisense
[css] Update css intellisense and css.plist
2016-01-12 11:17:55 +01:00
Benjamin Pasero 3a69eff8da styles 2016-01-12 11:02:23 +01:00
Johannes Rieken f345c94847 virtual doc - support content provider signalling change via onDidChange event 2016-01-12 10:50:53 +01:00
Martin Aeschlimann 0bdf9ca824 Dark+ theme: fields hard to see #1880 2016-01-12 10:21:17 +01:00
Martin Aeschlimann e68a8078b4 [themes] color field types 2016-01-12 10:21:17 +01:00
Alex Dima 5f36fc4388 Fixes #1925: Add support for letter-spacing in TextEditorDecorationType 2016-01-12 10:20:33 +01:00
Johannes Rieken 9ba657e79a 📚 jsdoc for the text document content provider 2016-01-12 10:02:58 +01:00
Joao Moreno 20ff90c932 set rejectUnauthorized in regular https requests
related to #155
2016-01-12 09:15:56 +01:00
Johannes Rieken a040433d1f destroy virtual documents/models when not being used anymore 2016-01-11 17:34:36 +01:00
Johannes Rieken b1228e5e59 💄 tslint 2016-01-11 16:58:59 +01:00
Johannes Rieken a19740d091 Merge pull request #1831 from Microsoft/joh/registerTextDocumentProvider
register text document provider
2016-01-11 16:54:37 +01:00
Martin Aeschlimann 57853442ac Merge pull request #1583 from Tyriar/patch-3
Disassociate .gn with python language
2016-01-11 16:28:28 +01:00
Benjamin Pasero 43f633c1d0 real fix for devtool focus issue 2016-01-11 16:16:51 +01:00
João Moreno 092161b189 run proper tests in appveyor 2016-01-11 16:14:46 +01:00
Benjamin Pasero 6e57a3c81c fix weird NPE with calling webContents.isDevToolsFocused 2016-01-11 16:14:44 +01:00
João Moreno c0b229aadb fix test.bat 2016-01-11 16:14:37 +01:00
isidor bbd8340d5f debug: small css cleanup 2016-01-11 15:45:19 +01:00
Martin Aeschlimann 86be59b8f4 [themes] return types coloring 2016-01-11 15:42:58 +01:00
Martin Aeschlimann 9e93648c14 [themes] fix for parameterized types 2016-01-11 15:42:57 +01:00
isidor 6c5c3f43fc debug: hover widget is a content widget 2016-01-11 15:41:11 +01:00
isidor cc19a2d04f alex: add 'overlowingContentWidgets' container 2016-01-11 15:41:10 +01:00
Benjamin Pasero 8b06fb3f4c resource input: make sure it can deal with the fact that the underlying editor model gets disposed 2016-01-11 15:40:09 +01:00
Johannes Rieken 895948c14a bring EditorService change back 2016-01-11 15:26:17 +01:00
Alex Dima 82f2a8afb2 Merge pull request #1586 from markrendle/cursor-style 2016-01-11 15:07:21 +01:00
Johannes Rieken 4728993c19 update npm-shrinkwrap 2016-01-11 14:48:29 +01:00
Johannes Rieken 81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Johannes Rieken db46719428 exclude 'weak' from build, update weak.d.ts 2016-01-11 14:30:06 +01:00
Martin Aeschlimann db1768a599 [theme] storage.type is used for types 2016-01-11 13:52:36 +01:00
Johannes Rieken 44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
markrendle 91af12c86d Implement configurable cursor style 2016-01-11 12:54:34 +01:00
Johannes Rieken 2e95c110f4 use weak references to track TextDocument that were given out to consumers 2016-01-11 12:50:40 +01:00
Alex Dima 754b25d7ab Fixes #993: Expand LineCommentCommand search range for comment start token to contain at minimum the location immediately after indentation 2016-01-11 12:20:25 +01:00
Dirk Baeumer 2c77802b0f Fixes #1913 2016-01-11 11:47:43 +01:00
Alex Dima 85de39a54d Fix matchCount contrast in dark theme 2016-01-11 11:41:03 +01:00
Alex Dima 42fa7d777b Fix replace not working in untitled file 2016-01-11 11:41:02 +01:00
Benjamin Pasero 2e3358d571 get rid of ITextInput and IFileInput 2016-01-11 11:32:47 +01:00
Johannes Rieken d7dbecc91d prepare for weak references - use ExtHostDocumentData with a TextDocument property instead of having just ExtHostDocument 2016-01-11 11:24:27 +01:00
Joao Moreno e482157763 proxy: support false strict ssl without proxy configuration 2016-01-11 11:17:13 +01:00
Benjamin Pasero 0daabfb19a get rid of untitledEditorService in browser land 2016-01-11 11:10:07 +01:00
Benjamin Pasero b3c0f238cc markdown: more from browser => common 2016-01-11 11:00:59 +01:00
Joao Moreno 5beb36f129 suggest: renable blur 2016-01-11 10:59:13 +01:00
Benjamin Pasero 9983e95ca6 move more things in files land from browser => common 2016-01-11 10:57:34 +01:00
Benjamin Pasero a7d369afef move outputMode from browser => common 2016-01-11 10:57:33 +01:00
Alex Dima 0a1e2c29b0 Fixes #1609: Tweak onEnter regexp to accept no trailing whitespace in doc comments 2016-01-11 10:52:46 +01:00
isidor b36f7f9c3c count badge: make it rounder to improve single digit case
fixes #1882
2016-01-11 10:50:49 +01:00
Joao Moreno 163c2c6732 Merge branch 'suggest' 2016-01-11 10:50:40 +01:00
Johannes Rieken d78646888a refactor ExtHostDocumentModel to ready for node_module consumption 2016-01-11 10:50:25 +01:00
Joao Moreno 475d1aeab0 suggest: extra info final polish 2016-01-11 10:49:13 +01:00
Alex Dima 57656a454b Show matches count in find widget 2016-01-11 10:37:22 +01:00
David Storey 04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00