Commit graph

68 commits

Author SHA1 Message Date
Johannes Rieken d681654ac9 more test to cement current behaviour, #1396 2016-06-08 13:38:07 +02:00
Johannes Rieken e8ddfed2cc getConfiguration should not crash when section denotes a value, #1396 2016-06-08 11:56:30 +02:00
Benjamin Pasero dcd7c87af5 improve revert logic for untitled (also dispose untitled input after save) 2016-06-06 16:20:16 +02:00
Benjamin Pasero 7c483ab854 polish 2016-06-06 07:32:06 +02:00
Johannes Rieken 3d5e058652 support only custom title of preview pane, #2351 2016-06-03 10:44:31 +02:00
Johannes Rieken 68d19ce0ab use title in API test, #2351 2016-06-03 08:58:13 +02:00
Johannes Rieken 45a797bec1 check for input box options, fixes #7013 2016-05-30 10:54:15 +02:00
Benjamin Pasero 6b0f18a91f Merge branch 'master' into ben/stacks 2016-05-21 08:06:12 +02:00
Benjamin Pasero d8412d0a5a fix tests? 2016-05-19 16:33:48 +02:00
Johannes Rieken d37a76dc92 allow empty string as valid document content, fixes #6526 2016-05-19 12:45:42 +02:00
Johannes Rieken d8f6ac3501 add new api command to compare two resources, fixes #1865 2016-05-17 16:22:05 +02:00
Johannes Rieken 4458bdf5c0 merge tuples of equal Uri, #6373 2016-05-17 11:22:28 +02:00
Alex Dima 8cd47bb55e Fixes #6281: Do not truncate line number, column in position 2016-05-13 15:09:57 +02:00
Alex Dima b02c4facaf Fixes #5362: MainThreadTextEditor: disassociate code editor as soon as code editor's model changes 2016-04-28 17:15:09 +02:00
Johannes Rieken c0b4331de1 use untitled scheme without the risk of a long authority, #5949 2016-04-28 16:42:01 +02:00
Johannes Rieken 5e7f6d8c92 expose appName in env, fixes #5297 2016-04-25 12:03:50 +02:00
Benjamin Pasero 8e0ebc3a21 fix test for #5649 2016-04-24 10:24:29 +02:00
Johannes Rieken 3fc5204134 ops, bad json 2016-04-23 19:17:13 +02:00
Johannes Rieken 11eeab9943 extension test for #5649 2016-04-23 19:15:33 +02:00
Martin Aeschlimann 4fe233c752 completion and language selector test 2016-04-18 17:55:39 +02:00
Johannes Rieken 742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken 8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +02:00
Johannes Rieken aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Johannes Rieken 78dcfe10d8 make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
Johannes Rieken 5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Alex Dima 18c4629511 Rename gulp tasks around extensions 2016-03-01 11:40:18 +01:00
Alex Dima 1a97264011 gulpfile.plugins -> gulpfile.extensions 2016-03-01 11:40:17 +01:00
Alex Dima 58c1cdd3eb php extension compiles to commonjs 2016-03-01 11:40:14 +01:00
Benjamin Pasero 45e344292a more reliable tests in ci 2016-02-09 11:17:15 +01:00
Benjamin Pasero d743c3884c use proper version of vscode 2016-02-09 10:36:22 +01:00
Johannes Rieken eba220d39c prepare bulk editor for not having an active editor, fixes #1708 2016-02-02 09:25:58 +01:00
Johannes Rieken 6250b6531e expose EventEmitter in our API, fixes #2359 2016-01-27 12:18:19 +01:00
Johannes Rieken 8755e438f5 scheme and path or authoriy are mandated, fixes #2341 2016-01-27 11:37:20 +01:00
Johannes Rieken 74d033e92a allow to register for the same scheme twice. lifo behaviour 2016-01-25 16:12:33 +01:00
Johannes Rieken ee249f86bd api - add vscode.env.language 2016-01-25 14:49:36 +01:00
Johannes Rieken 1d47228e95 one more attempt, fixes #2217 2016-01-25 09:59:08 +01:00
Johannes Rieken 86ecfe849d fix api test 2016-01-22 09:50:52 +01:00
Johannes Rieken 5be404dd5c #1835 - onDidChangeTextEditorViewColumn event 2016-01-21 15:12:13 +01:00
Johannes Rieken c14e864b2b #1835 add viewColumn property to TextEditor, not yet decided if we also need an event to signal changes 2016-01-21 12:05:10 +01:00
Johannes Rieken a9c1895117 allow to provide ViewColumn with 'vscode.previewHtml' command 2016-01-20 15:49:01 +01:00
Johannes Rieken a6aa8ddf80 add html preview sample 2016-01-18 18:27:24 +01:00
Johannes Rieken f345c94847 virtual doc - support content provider signalling change via onDidChange event 2016-01-12 10:50:53 +01:00
Johannes Rieken 44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
Benjamin Pasero 5884fe2b83 adopt postinstall script 2016-01-08 16:43:14 +01:00
Johannes Rieken ffc21477ea add missing changes to test 2016-01-08 16:19:49 +01:00
Johannes Rieken f484123616 refine API, add closeTextDocument call 2016-01-08 12:04:00 +01:00
Johannes Rieken ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Johannes Rieken 26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00
Johannes Rieken 4dfa345e91 api - allow to provide a cancellation token to findFiles. Fixes #1553 2015-12-22 09:29:49 +01:00
Benjamin Pasero 71eb6386bf update test 2015-12-17 11:14:35 +01:00