Matt Bierner
9e017425b3
Replace markdown-named-headers with custom version
...
Fixes #47537
Use our own version of markdown named headers. This fixes some bugs around handling duplicate headers
2018-10-08 16:04:47 -07:00
Matt Bierner
7d95e3e5f9
Support markdown link navigation when duplicate slugs exist
...
Fixes #59711
For a md document:
```md
# a
# a
- [a](#a)
- [next a](#a-1)
```
You can now click on the second link in the editor to navigate to the second `a` header. It is identified by being suffixed with `-1`.
2018-10-08 15:51:29 -07:00
Matt Bierner
0cfe8a1d7e
Fix potential TSC error
2018-10-08 15:24:11 -07:00
Matt Bierner
f516d17267
Add support for TS RenameTextSpan
...
Fixes #60204
2018-10-08 15:18:08 -07:00
SteVen Batten
09afa054ee
fix undo, redo, selectAll on macOS ( #60040 )
2018-10-08 11:24:42 -07:00
Daniel Imms
6a940ef13c
Merge pull request #60158 from Microsoft/tyriar/60155
...
Add experimental terminal buffer line implementation setting
2018-10-08 11:01:25 -07:00
SteVen Batten
d4f8db74d4
adding ability to set checked state for menu item at registration ( #60004 )
...
* adding ability to set checked state for menu item at registration
* address feedback
2018-10-08 10:55:34 -07:00
SteVen Batten
b1a4f3203f
fixes #60067
2018-10-08 10:48:10 -07:00
Matt Bierner
5b03dcd69d
Add pinning test for setting localResourceRoots
2018-10-08 10:09:06 -07:00
Miguel Solorio
d01d178b3b
Merge pull request #60154 from Microsoft/misolori/responsive-find-widget
...
Increase max-width for find-widget in narrow view
2018-10-08 10:01:12 -07:00
Matt Bierner
d0ecfa0ba6
Adding pinning tests for vscode-resource in webviews
2018-10-08 09:56:06 -07:00
Daniel Imms
a2b1bf32bb
Add terminal.integrated.experimentalBufferImpl setting
...
Fixes #60155
2018-10-08 09:34:01 -07:00
Daniel Imms
fd52305912
Update xterm types
2018-10-08 09:34:01 -07:00
Daniel Imms
d4f40dd755
vscode-xterm@3.9.0-beta2
2018-10-08 09:34:01 -07:00
Miguel Solorio
00cd0c355b
Increase max-width for find-widget
2018-10-08 08:48:08 -07:00
Matt Bierner
6d8b6d39cc
Remove css vendor pefixes for transition and transform ( #60050 )
...
The css3 `transform` and `transition` properties are now widely supported. I do not believe we need to ship vendor prefixed rules for these anymore
2018-10-08 08:10:15 -07:00
Benjamin Pasero
a2455b79a0
revert "exploration"
2018-10-08 16:54:33 +02:00
Alex Dima
ff085d3bc7
Fixes #59328
2018-10-08 16:12:10 +02:00
Benjamin Pasero
fc971b1674
electron@2.0.11 ( #60143 )
2018-10-08 16:08:23 +02:00
Benjamin Pasero
61ee5fad06
fix typo
2018-10-08 15:52:35 +02:00
Johannes Rieken
e69c3db65a
fix #59966
2018-10-08 15:38:11 +02:00
Johannes Rieken
f91e70bcdb
expose label tuple in API, #56337
2018-10-08 15:10:04 +02:00
Johannes Rieken
1580cd1846
first version of simple clipboard API, #217
2018-10-08 12:38:36 +02:00
isidor
e202759899
repl: minor fix
2018-10-08 11:26:07 +02:00
isidor
96eb2ffc55
debug: minimal updates to repl title when repl is not visible
2018-10-08 11:23:24 +02:00
Christof Marti
a39a101d42
Don't assign 'editor' label
2018-10-08 11:14:13 +02:00
Johannes Rieken
75dc89debc
more measurement prop...
2018-10-08 11:13:23 +02:00
Ahmed Atito
315d3524d9
Update status bar when opening a binary file as text ( #59914 )
...
* 🐛 - Update status bar when opening a binary file as text
* avoid timeout
2018-10-08 11:07:55 +02:00
Johannes Rieken
b65d113c0a
prefix names with prof-, #59505
2018-10-08 10:56:42 +02:00
Benjamin Pasero
38acd799ea
let modified border win over theme (for #26284 )
2018-10-08 10:55:22 +02:00
Johannes Rieken
14ba3e2647
less TPromise in editor/contrib
2018-10-08 10:48:56 +02:00
Johannes Rieken
31f86f72bd
update ParameterInformation#label in extHostTypes.ts, #56337
2018-10-08 10:27:20 +02:00
Alexander
e891e2f3d1
Add border for dirty tabs ( #59759 )
...
* Theming for dirty tabs
* Improve border for dirty tabs
1. Make it thinner
2. Add a setting to disable it
3. Use 4 colors (activeFocused, activeUnfocused, inactiveFocused, inactiveUnfocused)
4. Move part of logic
* Hot apply of setting `dirtyTabBorder`
* Rename the setting
* Add default dirty border for all themes
* 3 of the 4 colors should be derived from the one main color
* Rename `dirty` to `modified`
* Rename `modifiedActiveFocusedBorder` to `modifiedBorder`
* Add modified border color for built-in themes
* More contrast
* Applying style directly on element
* Changing only color
* Using full border
* Using existing div for border styling
* Add setting to telemetry
* Uncomment cleanup code
* tweak colors and descriptions
* 💄
2018-10-08 10:27:01 +02:00
Johannes Rieken
005858ed7c
add missing compile
2018-10-08 10:23:06 +02:00
Johannes Rieken
9fa354a7aa
update internal API to allow parameter label to be an offset-range of its the signature label, #56337
2018-10-08 10:22:54 +02:00
Alexandru Dima
107e4bbd82
Merge pull request #60024 from douglasgabriel/remove_dead_code
...
Removing dead code from 'build/monaco/api.ts'
2018-10-08 09:55:55 +02:00
Tharun Jose
1358e90371
Update links on README.md ( #60100 )
2018-10-07 08:32:45 -07:00
Rob Lourens
3a82196fd9
"Configure language specific settings" should reveal the edited line
2018-10-06 17:08:11 -07:00
Rob Lourens
3b157682e1
Also respect useGlobalIgnoreFiles in file search, from PR #59717
2018-10-06 17:07:11 -07:00
Rob Lourens
95fa14ee15
Fix #60055 - "Configure language specific settings" must open json editor
2018-10-06 16:59:29 -07:00
Rob Lourens
fd6b2b3cce
Fix #59400 - show context button when hover setting title
2018-10-06 16:29:54 -07:00
Daniel Imms
1e299b6733
Apply selection even when the items don't change
...
Fixes #59876
2018-10-06 11:16:39 -07:00
Rob Lourens
c09511ccc1
Merge pull request #60045 from w9jds/modified-in-navigation
...
Resolves #57507 - Allows clicking of Modified In labels in setting editor view
2018-10-05 21:14:45 -07:00
Jeremy Shore
30fbbd7af8
Makes Modified in scopes navigable
2018-10-05 23:02:51 -05:00
Rob Lourens
acbe81b942
Settings editor - fix starting when no cached state exists
2018-10-05 21:00:45 -07:00
Rob Lourens
5cee349ba5
Settings editor - fix restoring cached state issues
2018-10-05 19:46:16 -07:00
Rob Lourens
c98a972c4f
Prevent "folder" settings picker from stealing focus on click
2018-10-05 19:46:16 -07:00
Daniel Imms
a59b03426e
Send ctrl+k to shell on Windows
...
Fixes #60005
2018-10-05 19:42:33 -07:00
Matt Bierner
ceb8f18fb8
Adding pinning test for webview scripts disabled
2018-10-05 16:25:50 -07:00
Matt Bierner
7b8e463099
Extract duplicated code
2018-10-05 16:11:32 -07:00