Commit Graph

2507 Commits

Author SHA1 Message Date
Benjamin Pasero
0c3e96773c Merge pull request #833 from DickvdBrink/fix-mimetype-detection
Fixed mime-type detection because of different capitalization
2015-12-01 08:50:13 +01:00
Martin Aeschlimann
7bca0cd1c3 [fsharp] update tm grammar (1.4.11) 2015-11-30 21:35:09 +01:00
Daniel Imms
926f1e092c Remove menu and menuitem from tag list as they aren't widely adopted
As per #806
2015-11-30 12:25:38 -08:00
Dick van den Brink
545b62b80d Fixed mime-type detection because of different capitalization
fixes #770
2015-11-30 21:24:03 +01:00
Daniel Imms
72e16bb216 Move tag specs back to htmlTags.ts and externalize strings 2015-11-30 12:21:15 -08:00
Martin Aeschlimann
1ebaa4f036 Consistency in JS/TS light and dark themes (#796, #148) 2015-11-30 20:46:03 +01:00
João Moreno
3d93cc4fd5 Merge pull request #827 from joaomoreno/mutex
Support Windows mutexes

fixes #822
2015-11-30 18:25:42 +01:00
Joao Moreno
5d9853d679 call CreateMutex whenever Code is running 2015-11-30 18:09:00 +01:00
Joao Moreno
b6c33d1f85 add windows-mutex optional dependency 2015-11-30 17:05:35 +01:00
Alex Dima
d5dde44ff0 update vscode-textmate to 1.0.8 2015-11-30 16:28:03 +01:00
Alex Dima
10212f2e1c Improvements to the defineKeybindings contrib 2015-11-30 16:28:02 +01:00
Joao Moreno
b18c92e6c3 remove quick suggest delay upper bound 2015-11-30 16:02:35 +01:00
Joao Moreno
75c27c16d5 fix npe 2015-11-30 15:17:28 +01:00
Dirk Baeumer
047f55b3b7 Merged #336 2015-11-30 12:41:50 +01:00
Dirk Baeumer
30381dbcef Fixes #539 2015-11-30 12:14:55 +01:00
Martin Aeschlimann
4aaeb38785 [json] JSON Schema wrong path encoding #789 2015-11-30 11:35:03 +01:00
Daniel Imms
eab5782e1e Fix tests due to different regexp format 2015-11-29 17:30:54 -08:00
Daniel Imms
704bc0b72b Remove hardcoded string in favor of constant
This also fixes an inconsistency on what is considered an empty tag in html.ts
and htmlTags.ts. html.ts contained the deprecated basefont and frame, and did
not contain command and menuitem tags.
2015-11-29 16:29:52 -08:00
Daniel Imms
f29945809a Fix typos 2015-11-29 16:05:41 -08:00
Daniel Imms
f7c4f21d6f Remove dead code in html.ts
Function is duplicated in htmlTags, this version is never used.
2015-11-29 15:57:58 -08:00
Daniel Imms
58b7cd4ff3 Remove svgz from xml extensions
svgz is a gzipped version of svg so syntax highlighting does not apply
2015-11-28 18:17:55 -08:00
Daniel Imms
557e6284a8 Add more XML extensions 2015-11-28 18:14:35 -08:00
Daniel Imms
b223a5e626 Make xml extension list flat 2015-11-28 18:13:23 -08:00
Resi Respati
1fc2350af7 Fixed comments 2015-11-28 13:23:56 +07:00
Isidor Nikolic
9c4c52b0d3 Merge pull request #764 from Microsoft/isidorn/function-breakpoints
Isidorn/function breakpoints
2015-11-27 20:56:44 +01:00
isidor
b04ab81a41 debug: render action bar for function breakpoints. 2015-11-27 20:29:33 +01:00
isidor
c48286aaf2 debug: remove vertical-align middle for breakpoints. 2015-11-27 20:18:51 +01:00
isidor
3211a79031 debug: enable context menu on function breakpoints. 2015-11-27 20:08:41 +01:00
isidor
5e4f976ac4 debug: remove all breakpoint removes also function breakpoints. 2015-11-27 19:57:00 +01:00
isidor
11bc6762ae debug: clearBreakpoints -> removeBreakpoints 2015-11-27 19:52:00 +01:00
isidor
e0614e64fd debug: render inputbox to enter function breakpoint name. 2015-11-27 19:49:03 +01:00
isidor
40b59aa913 debug: renameFunctionBreakpoint 2015-11-27 19:48:46 +01:00
Resi Respati
87145f8d4b Fixed whitespace 2015-11-28 01:15:44 +07:00
Resi Respati
5da0947edd editorconfig updates
* Define `indent_size` so it will indent properly on VSCode
* `package.json` always uses 2-space indentation
2015-11-28 01:15:32 +07:00
isidor
cf4b2885a8 debug: rename functionBreakpoint.functionName to name 2015-11-27 18:59:08 +01:00
isidor
c3e4d5a9d3 debug: renderRenameBox should be reusable. 2015-11-27 18:57:18 +01:00
isidor
015cf9111f debug: render function breakpoints in breakpoints pane. 2015-11-27 18:45:45 +01:00
Martin Aeschlimann
b68a923c8d Merge pull request #735 from bae-unidev/master
Add CSS Gradient snippet.
2015-11-27 17:06:44 +01:00
Martin Aeschlimann
351b1e4571 [json] Don't propose keys that are already existing #662 2015-11-27 16:45:24 +01:00
isidor
6e08df36b7 debug: add function breakpoint actions. 2015-11-27 16:45:15 +01:00
Joao Moreno
74acc249ce fix calls to reveal (promise)
fixes #696
2015-11-27 16:15:06 +01:00
Johannes Rieken
a465ca1c4d Merge branch 'master' into joh/commands 2015-11-27 16:14:15 +01:00
isidor
5c1d9f9762 debug: function breakpoints first steps. 2015-11-27 16:13:05 +01:00
Joao Moreno
d575ff9261 fix npe in context menu service
fixes #738
2015-11-27 16:10:46 +01:00
Johannes Rieken
893a78374d commands: executeDocumentSymbolProvider 2015-11-27 16:08:52 +01:00
João Moreno
3ff3b840c6 Merge pull request #718 from joaomoreno/scoped-git
Scoped git services

fixes #57
2015-11-27 15:38:17 +01:00
Johannes Rieken
67084502b5 commands: executeSignatureHelpProvider, executeDocumentRenameProvider 2015-11-27 15:35:36 +01:00
Martin Aeschlimann
c48da2e131 [js] Cannot read property 'then' of undefined #664 2015-11-27 15:07:37 +01:00
Martin Aeschlimann
0a642440ef Remove hc-white theme 2015-11-27 15:07:37 +01:00
Joao Moreno
abeba5d176 fix git services onEditorInputChanged 2015-11-27 15:06:44 +01:00