Commit graph

11545 commits

Author SHA1 Message Date
Huachao Mao 96a579c9d4 Add .cfg in properties mode and update case of properties 2016-11-10 00:22:20 +08:00
isidor 6c2e3fc98e debug: send thread request after configurationDone request
fixes #15176
2016-11-09 16:50:05 +01:00
Martin Aeschlimann a79ebfdb0c Error message interrupt and frustrate. Fixes #15018 2016-11-09 16:36:19 +01:00
isidor bbce8de5c2 debug: fix opening internal modules 2016-11-09 16:17:14 +01:00
Benjamin Pasero 92f46f7fe7 public => private 2016-11-09 16:14:48 +01:00
isidor 96f7793a7c debug: remove support for composites 2016-11-09 16:13:14 +01:00
Benjamin Pasero 74b8ed7722 Add files to Recent Files list when brought in via DND (fixes #7935) 2016-11-09 15:56:34 +01:00
isidor c4c07c555e Revert "debug: remove support for top level debugServer"
This reverts commit fd9146fec3.
2016-11-09 15:19:22 +01:00
Johannes Rieken 31497905ae snippets - TM snippet parser 2016-11-09 12:53:36 +01:00
Joao Moreno 4e3bcb2b5e fixes #14128 2016-11-09 12:43:14 +01:00
Benjamin Pasero fc5f80e1ba title - better simulate mac behaviour when opening path from title 2016-11-09 12:07:42 +01:00
Benjamin Pasero 7403c72f4c Can't drag debuggee window (fixes #15232) 2016-11-09 11:07:18 +01:00
Martin Aeschlimann f1672e4de7 [scss] update grammar to to atom/language-sass@0c65009 (2016-10-16) 2016-11-09 10:48:37 +01:00
isidor fd9146fec3 debug: remove support for top level debugServer 2016-11-09 10:07:17 +01:00
isidor 3e3d433ba4 debugConfigManager - restructure imports 2016-11-09 10:02:11 +01:00
Alexandru Dima 725d730c0f Merge pull request #15196 from mjbvz/bump-textmate-2-3-1
Update to VSCode-Textmate 2.3.1
2016-11-09 09:56:01 +01:00
Joao Moreno 12a6e27045 uhoh #15230 2016-11-09 09:54:27 +01:00
Alex Dima 65cfa78f88 Fixes #15227: Electron doesn't support numpad keys 2016-11-09 09:52:27 +01:00
João Moreno b34dfa9b31 fixes #15230 2016-11-09 09:51:16 +01:00
Joao Moreno ce6d57875a use strict instantiation service in main 2016-11-09 09:35:56 +01:00
Johannes Rieken 3561a5b6ca Merge pull request #15213 from mjbvz/remove-jsconfig-lightbulb
Remove jsconfig.json lightbulb hint
2016-11-09 09:29:04 +01:00
Benjamin Pasero 6155c3cd1d title - context menu on click 2016-11-09 07:37:54 +01:00
Benjamin Pasero 08fa0ef882 title - tweak box-shadows 2016-11-09 07:06:04 +01:00
Benjamin Pasero 79643cdf8a title - fix devtools opening 2016-11-09 06:53:24 +01:00
Faustino Aguilar 644b6c6b56 Support HTML comments in Markdown (#14573)
Because Java comment syntax is not valid in Markdown.
2016-11-08 14:14:36 -08:00
Matt Bierner 79a695b91d Improve Markdown Syntax Highlighting of Nested Lists (#14634)
**bug**
Indented lists in markdown stop highlighting after four indents, even if they are nested.

**Fix**
Allow lists to also match the start of the line instead of the anchor point in their while clause. This ensure that each list element can consume up to three spaces at each level.
2016-11-08 14:04:19 -08:00
Matt Bierner a523c2d465 Remove jsconfig.json lightbulb hint
Issue #15205

**Bug**
Typescript now infers projects if no jsconfig.json is found. This means that the hint about creating a `jsconfig.json` file is not required.

**Fix**
Remove the `jsconfig.json` hinting logic.
2016-11-08 13:55:03 -08:00
Joao Moreno 7b2b4b93af ipc: remove vscode:telemetry 2016-11-08 21:57:36 +01:00
Martin Aeschlimann 147130799d [typescript] update grammar 2016-11-08 21:47:40 +01:00
Joao Moreno 1aaf1a8035 Merge branch 'update' 2016-11-08 21:43:19 +01:00
Joao Moreno 072c0aef5f add telemetry service to main process, for update 2016-11-08 20:01:21 +01:00
Matt Bierner efad54865c Update to VSCode-Textmate 2.3.1
This bumps the vscode-textmate version to pick up this work: https://github.com/Microsoft/vscode-textmate/pull/30

Taking in this change allows us to take in fixes such as #14626, and also addresses some exisitng edge cases
2016-11-08 10:43:11 -08:00
Matt Bierner 603e08d62d Improve Markdown Html Block Colorization (#12696)
* Add rule for html comment in blocks

* Match common mark spec for html comments

* Updating tests and fixing some token names

* Fix style and script blocks

* Fix test file results

* Fixed markdown tests for new html logic
2016-11-08 10:38:33 -08:00
Johannes Rieken e657073341 snippet parser work 2016-11-08 18:54:24 +01:00
Alex Dima a710e6b304 Fixes #14979: Bind zoom actions also to numpad equivalents 2016-11-08 18:08:11 +01:00
Martin Aeschlimann e01e27213d Same, same but different completions. Fixes #15096 2016-11-08 16:59:55 +01:00
Joao Moreno 2aa270d1ce fix linux download action 2016-11-08 16:56:06 +01:00
isidor 1090ce33f0 editor: do not reserve space for horizontal scrollbar if it is hidden
fixes #14649
2016-11-08 16:53:09 +01:00
isidor 2ab516f16e debug actions: first dispose listeners on dispose 2016-11-08 16:30:10 +01:00
isidor 09b66a0d8f debug: move debugEditorActions to a seperate file 2016-11-08 16:26:11 +01:00
Benjamin Pasero a3e85d60a3 Mac: Double clicking the title bar doesn't maximize the window anymore (fixes #15167) 2016-11-08 15:56:21 +01:00
Joao Moreno d7e4046546 update: fix linux 2016-11-08 15:55:06 +01:00
Benjamin Pasero 40ff4e42ae title - smarter devtools handling with custom title 2016-11-08 15:35:47 +01:00
Benjamin Pasero 0974c59692 title - prevent recompute styles on layout 2016-11-08 15:23:45 +01:00
Alex Dima f68c6b359a Fixes #14794: Word wrap doesn't wrap on window width for indented CJK text 2016-11-08 15:20:10 +01:00
Benjamin Pasero 5a13f08cb9 title - fix for debug widget 2016-11-08 15:17:09 +01:00
isidor 4b4638306a debug: if there is a thread running focusedThread should not be null
fixes #15165
2016-11-08 15:15:37 +01:00
Benjamin Pasero 8ffed7eff0 title - fix quick open positioning 2016-11-08 15:09:38 +01:00
Benjamin Pasero 152cccfeda title - smoother message positioning 2016-11-08 15:09:38 +01:00
Martin Aeschlimann 594d243a1a [html] <pre> element should be formatted like <code> in editor, not like <p>. Fixes #15164 2016-11-08 14:46:03 +01:00