Benjamin Pasero
9b3308e1ed
rename auto save options to shorter words
2015-12-28 10:37:07 +01:00
Benjamin Pasero
cda49edff7
Call app.clearRecentDocuments when clearing recent paths
2015-12-28 09:50:19 +01:00
Benjamin Pasero
c06efa68ed
Sanity check file names before writing to disk ( fixes #1579 )
2015-12-28 09:37:31 +01:00
Andre Weinand
543f07dc17
update node-debug (support for conditional breakpoints)
2015-12-27 22:57:20 +01:00
Andre Weinand
a85882a96c
add support for conditiona breakpoints (see Microsoft/vscode-debugadapter-node#6 )
2015-12-27 22:43:38 +01:00
Andre Weinand
d3f458159b
update node-debug (for Microsoft/vscode-node-debug#32 )
2015-12-27 17:23:24 +01:00
David Storey
dab9105245
Synrax highlight prefixes at start of properties
...
Fixes #1655
2015-12-26 18:01:10 -08:00
David Storey
4066f817de
Add drop-shadow function to sntax highlight
2015-12-26 14:13:27 -08:00
David Storey
0df987b36c
Add CSS functions that accept <number> or <percentage> to syntax highlight
2015-12-26 14:03:53 -08:00
David Storey
b2a919b091
Add functions that only accept <angle>s to syntax highlight
2015-12-26 13:24:52 -08:00
David Storey
f6bcb69f9d
Add functions that accept <length> values to syntax highlight
2015-12-26 12:25:33 -08:00
David Storey
1aba1bb096
Add functions to CSS syntax highlight that accept only <number>s
...
cubic-bezier, matrix, matrix3d, scale, scale3d, scaleX, scaleY, scaleZ.
2015-12-26 10:40:35 -08:00
David Storey
f7fe750cde
Correct naming of extended color keywords in syntax highlight
...
Use support.constant.color.w3c-extended-color-name.css to match the spec name and the name Atom updated to. Current name used here and by TextMate is incorrect. (they're not invalid)
2015-12-25 19:29:23 -08:00
David Storey
d405000381
Add :scope pseudo-class to syntax highlight
2015-12-25 18:53:01 -08:00
David Storey
4ca12da5ad
Add any-link pseudo-class to syntax highlight
2015-12-25 18:42:01 -08:00
David Storey
1312bfa690
Add fr unit from CSS grid to syntax highlight
2015-12-25 18:14:00 -08:00
David Storey
ab6844b704
Add missing image-rendering property to syntax highlight
2015-12-25 17:58:05 -08:00
David Storey
f84019ce42
Add touch-action (and standard values) to syntax highlight
2015-12-25 17:28:32 -08:00
ivanixgames
1f52c5291b
branch: toggleWordWrap_1b
...
desc: 2nd attempt at replacing leadings spaces with tabs.
Looks like vscode adds them by default.
2015-12-26 07:40:15 +08:00
ivanixgames
a110c8d1da
branch: toggleWordWrap_1b
...
desc: correct indentation errors
2015-12-26 07:23:52 +08:00
ivanixgames
cd2072b29a
branch: toggleWordWrap_1a
...
desc: Add word wrap toggle function.
hotkey: Alt-Z
2015-12-26 06:54:13 +08:00
Benjamin Pasero
0cb9065c9b
Merge pull request #1610 from Microsoft/ben/autosave-plus
...
Improve auto save
2015-12-24 10:20:50 +01:00
Andre Weinand
11eb2c583b
update node-debug (windows offline debugging)
2015-12-24 01:11:08 +01:00
Andre Weinand
a26f9d7658
update node-debug (inlined source)
2015-12-23 22:48:18 +01:00
Andre Weinand
469b53c0f6
debugProtocol: add attribute "origin" to Source ( fix Microsoft/vscode-debugadapter-node#5 )
2015-12-23 22:46:12 +01:00
isidor
5d2f320b87
debug: nicer font in breakpoint widget
2015-12-23 19:51:47 +01:00
isidor
9704fc8fdc
debug: initial text in breakpoint widget.
2015-12-23 19:46:04 +01:00
Benjamin Pasero
8b2d9439b3
naming
2015-12-23 19:14:41 +01:00
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