Commit Graph

2738 Commits

Author SHA1 Message Date
Martin Aeschlimann
c8a956e139 [folding] don't grow visual decoration 2016-02-12 17:10:12 +01:00
Martin Aeschlimann
9929545f48 [folding] use pointing cursor 2016-02-12 17:05:50 +01:00
Martin Aeschlimann
56efb3ce95 [folding] size arrows acording to editor font size 2016-02-12 11:50:08 +01:00
Martin Aeschlimann
76cc7af5e8 [folding] adopt to commonEditorConfig changes 2016-02-12 11:16:43 +01:00
Martin Aeschlimann
5bf1515bda Merge branch 'master' into aeschli-folding 2016-02-12 11:04:42 +01:00
Martin Aeschlimann
3c5090878b [folding] store folding state as view state 2016-02-12 11:03:56 +01:00
Joao Moreno
1a9e481a5c Merge branch 'Tyriar-2679_deb_package' 2016-02-12 10:38:16 +01:00
João Moreno
aec4996f73 Merge pull request #2949 from Tyriar/2679_deb_package
Add gulp tasks to build deb packages
2016-02-12 10:37:30 +01:00
Joao Moreno
5d787e0cb4 count deb package size in stream 2016-02-12 10:36:52 +01:00
isidor
3a8e342aec editor: vertical overview ruler and scroll all the way to bottom
fixes #2291
2016-02-12 10:36:23 +01:00
Joao Moreno
94cbf1f872 remove commented task dependency 2016-02-12 10:09:31 +01:00
Joao Moreno
bf3407239f Merge branch '2679_deb_package' of https://github.com/Tyriar/vscode into Tyriar-2679_deb_package 2016-02-12 10:00:32 +01:00
Dirk Baeumer
1e09b7d7ad Add missing semicolon 2016-02-12 09:24:25 +01:00
Daniel Imms
fe3988c9a2 Add gulp tasks to build deb packages
Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
2016-02-11 14:20:34 -08:00
Martin Aeschlimann
40635574d7 [folding] code beautification 2016-02-11 22:23:39 +01:00
Martin Aeschlimann
bcd46bbf26 [folding] add setting 2016-02-11 22:10:53 +01:00
Martin Aeschlimann
837b2358da [folding] fix in indent folding with same indent elements 2016-02-11 21:48:39 +01:00
Martin Aeschlimann
53639b063c [folding] fold/unfold commands and keybindings 2016-02-11 20:10:23 +01:00
isidor
60b63e468e debug: fix higlight decorations 2016-02-11 18:00:23 +01:00
isidor
5b45df4801 debug: do not highlight hovered and fix hectic hover jumps
fixes #2302
2016-02-11 17:42:35 +01:00
Martin Aeschlimann
eeb3ae98ca [folding] clicking on folding ellipses 2016-02-11 17:04:22 +01:00
isidor
7beba86bbe debug: opening the output for preLaunchTask lives in taskService
fixes #2086
2016-02-11 16:08:04 +01:00
isidor
49403bd021 debug: show notification in debug console icon when there is unseen output
fixes #2280
2016-02-11 15:54:35 +01:00
Alex Dima
de460f89de No need to export multiCursorFind 2016-02-11 12:41:19 +01:00
Alex Dima
99f6d9b8e2 Small perf tweaks 2016-02-11 12:41:18 +01:00
Alex Dima
2b6b07f865 Send/Receive bulk messages to extension host process 2016-02-11 12:41:17 +01:00
Alex Dima
c0df40382a Avoid URI serialization when sending TextDocument updates to the extension host 2016-02-11 12:41:16 +01:00
Alex Dima
8d349677e5 Speed up editorStatus: do minimal updates to the DOM 2016-02-11 12:41:15 +01:00
isidor
c9676af887 debug: only automatically reveal repl on debug session start
fixes #2467
2016-02-11 11:17:10 +01:00
Martin Aeschlimann
d90d8b4a42 [folding] prevent visual decorator from going on multiple lines 2016-02-11 11:16:23 +01:00
Martin Aeschlimann
3e34d1e16b folding decorators: Acomodate space for Git decorator 2016-02-11 11:14:41 +01:00
isidor
c0f5738168 debug: remove badges 2016-02-11 11:03:16 +01:00
Martin Aeschlimann
a4099fa13c Merge branch 'master' into aeschli-folding 2016-02-11 09:41:28 +01:00
Martin Aeschlimann
710b5a1d42 fixes #2174 : [js] Salsa - JS ReactNative - use the TypeScriptReact grammar for JS 2016-02-11 09:40:15 +01:00
Martin Aeschlimann
89f23d7673 [handlebars] does not have a "format code" command in the command palette. Fixes #2913 2016-02-11 09:27:59 +01:00
Martin Aeschlimann
8cae5c81cd Minimize folding decorations to update 2016-02-11 09:26:52 +01:00
Martin Aeschlimann
dafec705f8 Handle empty lines in indent strategy 2016-02-11 09:23:29 +01:00
Joao Moreno
1741f43f13 add zlib to baseModules 2016-02-10 17:49:27 +01:00
Joao Moreno
9fc1cfd52d use cached gallery results
related to #2621
2016-02-10 17:38:40 +01:00
Joao Moreno
ada872b46b fix IXHRResponse interface link 2016-02-10 17:37:24 +01:00
Joao Moreno
15f383980a introduce cacheUrl 2016-02-10 17:36:56 +01:00
Joao Moreno
76e888f0cd support gzip content-encoding in rawHttpService 2016-02-10 17:15:29 +01:00
isidor
6f4cbfe049 debug: fix error propagation
fixes #2891
2016-02-10 16:27:37 +01:00
isidor
4090a5d2ea debug: make reapply all breakpoints a global workbench action 2016-02-10 15:59:48 +01:00
Andre Weinand
b5cd85f2ba update node-debug (add vscode-nls) 2016-02-10 15:59:03 +01:00
Andre Weinand
3050628f8c update node-debug 2016-02-10 15:26:58 +01:00
Martin Aeschlimann
b7e6e6fae7 [json] better support for null, and array of types 2016-02-10 14:04:54 +01:00
Martin Aeschlimann
0f6a10b4b0 Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8 2016-02-10 14:04:53 +01:00
isidor
b58ed36b12 debug: announce program state to user
fixes #2671
2016-02-10 12:57:40 +01:00
isidor
9dc7a52497 git: bring back smart enablement for stage action 2016-02-10 11:22:28 +01:00