Benjamin Pasero
6319a1e050
workaround constructor issue
2015-12-30 15:46:07 +01:00
Benjamin Pasero
a60946da55
add more search test cases
2015-12-30 15:29:14 +01:00
Benjamin Pasero
eecaddcc9a
delete unused getHttpStatus from errors
2015-12-30 15:10:41 +01:00
Benjamin Pasero
1d58387b56
auto save: fix race condition with setting a model to auto save or not
2015-12-30 15:05:52 +01:00
David Storey
24ef424e7c
Add last missing at-rules that are included in an offical CSS draft
...
…and generate the new browser.js file for this and previous changed.
New:
* @custom-media
* @font-feature-values
* @scope (replaces old @host somewhat)
2015-12-30 00:55:24 -08:00
David Storey
481a4be42a
Tidy up prefixed at-rules to match each other
...
…and tidy up @-moz-document’s descriiption
2015-12-29 23:50:49 -08:00
David Storey
cb56f8c04d
Remove dead at-rules from Intellisense…
...
* @host (dropped from Shadow DOM. Now @scope and friends exist in the CSS Scoping spec)
* @string and @counter. Not implemented and from a very old Working Draft from last decade. Latest ED doesn't contain these, and they were never defined in the old spec.
2015-12-29 23:42:24 -08:00
Benjamin Pasero
e43f0ce984
fix issue with absolute paths and line/col information in path on windows for quick open
2015-12-29 16:28:51 +01:00
Benjamin Pasero
d5592d5829
optimize glob.match call
...
- do not use try/catch in function body as it prevents method optimization in V8
- skip over disabled expressions
2015-12-29 08:47:11 +01:00
isidor
afbca7b2df
allow to set breakpoints in .tsx
...
fixes #1675
2015-12-28 17:00:34 +01:00
isidor
55df7e3477
debug: use source.origin
...
fixes #1621
2015-12-28 16:35:47 +01:00
Benjamin Pasero
62fbc4c87a
give user a hint about new auto save setting
2015-12-28 16:33:23 +01:00
Isidor Nikolic
8b2287e216
Merge pull request #1676 from Microsoft/isidorn/conditional-breakpoints
...
Isidorn/conditional breakpoints
2015-12-28 16:06:43 +01:00
isidor
fbf16c703e
debug: use 'condition' instead of 'expression'
2015-12-28 16:04:04 +01:00
isidor
e4089c3b6f
Merge branch 'master' into isidorn/conditional-breakpoints
2015-12-28 16:03:24 +01:00
isidor
197c6d6512
debug: more orange for breakpoint widget
2015-12-28 16:02:10 +01:00
Andre Weinand
3f329325ac
change SourceBreakpoint attribute 'expression' to 'condition'
2015-12-28 16:00:46 +01:00
isidor
9a34865c44
debug: make conditional breakpoints orange for now.
2015-12-28 15:55:05 +01:00
isidor
670f60ff61
debug: send the breakpoint condition to adapter
...
fixes #1671
2015-12-28 15:46:11 +01:00
isidor
160250ccbf
debug: timeout workaround to set focus for conditional breakpoint input
2015-12-28 15:33:19 +01:00
isidor
1fec2448a3
Merge branch 'master' into isidorn/conditional-breakpoints
2015-12-28 14:09:21 +01:00
isidor
b6393b9219
debug: clone chosen configuration to avoid conflicts with configuration service caching
...
fixes #1667
2015-12-28 10:37:44 +01:00
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