Commit Graph

90679 Commits

Author SHA1 Message Date
Benjamin Pasero
91504b4420 add option to auto save on focus change 2015-12-23 18:47:25 +01:00
Benjamin Pasero
7c79fbd928 when auto save is enabled, save all files on shutdown and avoid confirm dialogs 2015-12-23 17:58:20 +01:00
Benjamin Pasero
b82fa1485a log auto save configuration to telemetry 2015-12-23 17:41:45 +01:00
Benjamin Pasero
d73be06c6b save all dirty when enabling auto save 2015-12-23 17:28:24 +01:00
isidor
2035661184 debug: plugin breakpoints widget 2015-12-23 17:12:38 +01:00
isidor
4a6b7078db debug: breakpoints widget 2015-12-23 17:12:13 +01:00
Benjamin Pasero
235bce75e3 remove the auto save option from the file menu and provide guidance 2015-12-23 13:58:31 +01:00
Johannes Rieken
1da94d28ee Add preserveFocus flag to showTextDocument and OutputChannel.show, fixes #1045 2015-12-23 11:03:51 +01:00
Benjamin Pasero
66c081aa2e first cut introduce new setting to control auto save delay 2015-12-23 10:50:34 +01:00
Johannes Rieken
0444705b2f also remove @Uses from instantiation service 2015-12-23 10:16:25 +01:00
isidor
99b354ee4a debug: surface conditional breakpoint actions 2015-12-23 10:12:21 +01:00
Johannes Rieken
a014663a6a debt - remove unused @Uses decoration 2015-12-23 10:11:10 +01:00
Johannes Rieken
0f84102b34 debt - remove last 'offical' use of IServicesContext 2015-12-23 10:05:44 +01:00
Johannes Rieken
58b5cd1435 it's ServiceAccessor not ctx, fixes #1599 2015-12-23 09:40:10 +01:00
Johannes Rieken
f82ea07ca0 add highligths to errors and warnings list. implements #1606 2015-12-23 09:31:10 +01:00
isidor
f45320474d debug hover: add a quote to the end of the string if cropped
fixes #969
2015-12-23 00:33:07 +01:00
Daniel Imms
5ab69e54c8 Disassociate .gn with python language
While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no language mode.
2015-12-22 09:47:58 -08:00
isidor
0d604e2656 fix build 2015-12-22 17:58:32 +01:00
Johannes Rieken
0b9bc65fc6 When selecting a marker reveal when an editor for it is open, fixes #628 2015-12-22 17:25:46 +01:00
isidor
2221769592 debug: get rid of SimpleActionProvider 2015-12-22 17:12:23 +01:00
isidor
6b62cad323 debug: browser/ linting 2015-12-22 17:06:35 +01:00
isidor
90e54670ab debug common/ lint 2015-12-22 16:54:41 +01:00
isidor
8408ca4ac0 debug: lint in node/ and electron-browser 2015-12-22 16:48:31 +01:00
isidor
5ef5a112e4 debugService.ts - linting 2015-12-22 16:37:49 +01:00
Johannes Rieken
f51691468a trying to fix #1382 2015-12-22 15:56:38 +01:00
Johannes Rieken
3ae2793a31 tslint 2015-12-22 15:34:21 +01:00
isidor
fdb1ceedee fix failing test 2015-12-22 14:24:53 +01:00
Johannes Rieken
93477a794e honor sort text in suggest view mode, fixes #1403 2015-12-22 13:08:20 +01:00
Benjamin Pasero
f54f854387 use same octicon sizes in status bar 2015-12-22 12:38:33 +01:00
Johannes Rieken
356853ae99 put snippets into the first bucket of suggestions, fixes #1190 2015-12-22 12:35:43 +01:00
Benjamin Pasero
b8164089c8 modify launch.json Zoom back to 100% (fixes #1536) 2015-12-22 11:54:13 +01:00
Johannes Rieken
e49c8ea2f2 debt - tslint suggest code 2015-12-22 11:53:41 +01:00
isidor
59ad77f186 Revert "debug: hide function breakpoints from UI"
This reverts commit 41c4753b95.
2015-12-22 11:32:50 +01:00
isidor
aa00bb9051 debug: show variables changed in red in viewlet.
fixes #866
2015-12-22 11:32:50 +01:00
Johannes Rieken
af9bc1f82d debt - tslint ftw 2015-12-22 10:35:27 +01:00
Benjamin Pasero
2e67535446 tweak search message for no results 2015-12-22 09:44:53 +01:00
Benjamin Pasero
d7dfd53d01 inline outputworker 2015-12-22 09:44:03 +01:00
Benjamin Pasero
243a900a73 move services helper to common 2015-12-22 09:39:43 +01:00
Benjamin Pasero
9f6b37fbcf debt - move all workbench events to common 2015-12-22 09:38:01 +01:00
isidor
a54f5621ae debug: do not pass source.path when source is in memory.
fixes #1514
2015-12-22 09:30:48 +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
28e35df8b9 debt - push down more events to common 2015-12-22 09:25:07 +01:00
Benjamin Pasero
70ee90dcc1 debt - move untitlededitorservice to common 2015-12-22 09:09:51 +01:00
Benjamin Pasero
103d61e776 Support slashes in Quick open dialog even on Windows (fixes #1487) 2015-12-22 08:39:05 +01:00
Benjamin Pasero
ac2e9dd6e0 Merge pull request #1564 from ristomatti/toggle-menu-linux
Support menu bar visibility toggle also on Linux (fixes #1563)
2015-12-22 08:02:02 +01:00
Ristomatti Airo
39d599cd2e Support menu bar visibility toggle also on Linux (fixes #1563) 2015-12-22 07:45:10 +02:00
David Storey
9fdd9567eb Update browser support for non-standard webkit properties
…webkit-text-size-adjust, text-fill-color, and tap-highlight-color
2015-12-21 14:09:49 -08:00
David Storey
36e7df9803 Remove duplicative <line-width>'s and make a restriction
…also defined in CSS3 B&B as a reusable data type that is used in many properties throughout CSS.
2015-12-21 13:57:55 -08:00
Benjamin Pasero
607af81350 debt - fix a layer breaker in explorer 2015-12-21 19:21:07 +01:00
Benjamin Pasero
788201b268 debt - move quick open service to common 2015-12-21 19:07:56 +01:00