Commit Graph

3731 Commits

Author SHA1 Message Date
Dirk Baeumer
a6a72d908a Localize task extension 2016-03-03 15:27:35 +01:00
Dirk Baeumer
24254ce4dd Add dependency to vscode-nls npm module 2016-03-03 15:20:46 +01:00
Dirk Baeumer
6270510ef3 Localize TS extension 2016-03-03 15:12:48 +01:00
Dirk Baeumer
27b12afea4 Localize PHP plugin 2016-03-03 15:12:19 +01:00
Dirk Baeumer
74de3be44d Read locale information from environment 2016-03-03 15:07:21 +01:00
Joao Moreno
5f33168479 Merge branch 'winbuild' 2016-03-03 11:45:23 +01:00
Joao Moreno
6d5c0f017b fix the test 2016-03-03 11:34:57 +01:00
Joao Moreno
2139bfece6 refactor 2016-03-03 11:26:05 +01:00
Alex Dima
cfe6cd90cd Fixes #3662: validate positions when converting them 2016-03-03 11:22:44 +01:00
Joao Moreno
3249f6960e make batch file return non zero on test fail 2016-03-03 11:17:48 +01:00
Dirk Baeumer
2e26466979 Enable optimze-vscode again for vscode-win32 2016-03-03 11:16:19 +01:00
Joao Moreno
3b378b1339 fail a test 2016-03-03 11:09:25 +01:00
Joao Moreno
d4083f3dac use ELECTRON_NO_ATTACH_CONSOLE 2016-03-03 11:00:56 +01:00
Joao Moreno
8c34045f0f use start 2016-03-03 10:50:52 +01:00
Joao Moreno
5705c820bb remove echo off from tests 2016-03-03 10:33:05 +01:00
João Moreno
862a92de39 Merge pull request #3649 from phillipj/avoid-global-gulp
Use local version of gulp in build steps
2016-03-03 10:05:30 +01:00
Joao Moreno
a9d26d5926 damn it extension status bar 2016-03-03 09:59:11 +01:00
Joao Moreno
86fba6d0cc reload javascript project activation event
fixes #3635
2016-03-03 09:59:11 +01:00
Joao Moreno
2c5444ba57 clean up extension tips css 2016-03-03 09:59:11 +01:00
Joao Moreno
b3107fbab9 I don't even 2016-03-03 09:59:11 +01:00
Joao Moreno
97ee8cd9bb Revert "status bar: do not consume space for hidden status"
This reverts commit 69fa46da90.
2016-03-03 09:59:04 +01:00
Benjamin Pasero
69fa46da90 status bar: do not consume space for hidden status 2016-03-03 09:41:36 +01:00
Benjamin Pasero
c8dbbefc72 Allow to save with UTF-8 + BOM encoding (fixes #751) 2016-03-03 09:01:43 +01:00
Benjamin Pasero
2ddf83aacc Close other files does not close diff editor, md previews (fixes #3405) 2016-03-03 07:47:02 +01:00
Benjamin Pasero
6f9385fb3d close file also works on non file editors (fixes #3439) 2016-03-03 07:32:52 +01:00
Daniel Imms
7e89b382ef Resolve path arg instead of normalize
Fixes #1579
2016-03-02 21:56:58 -08:00
Daniel Imms
34003be33d Produce .deb package in deb/ folder 2016-03-02 18:31:44 -08:00
Guillaume Jenkins
ef63356cf2 Adding HTML intellisense for Ionic framework tags and attributes 2016-03-02 17:03:41 -08:00
Pierson Lee
f4c6081fbc Added telemetry for debugging:
Added watchExpressions to debugSessionStart and debugSessionStop
Added an event for user entering command in Debug Console
Added events for users clicking on items in CallStack and Variables windows during debugging
2016-03-02 17:00:18 -08:00
Phillip Johnsen
4d6e7dfc3e Use local version of gulp in build steps.
Previously developers had to install gulp globally on their machine
to build the project. These changes changes that by using the already
locally installed version of gulp, removing the environment requirements
aswell as ensuring everyone are using the same version of gulp.

It fixes the VS Code build tasks, aswell as creating a npm script to trigger the watch task:

```bash
$ npm run watch
```
2016-03-02 20:57:49 +01:00
João Moreno
c145f9d27e Merge pull request #3636 from phillipj/patch-1
Simplify test script definition in package.json
2016-03-02 20:54:44 +01:00
Alex Dima
9c850946b6 Fixes #3559: C# folding error 2016-03-02 18:41:21 +01:00
Andre Weinand
33a4ec72b5 update node-debug 2016-03-02 18:11:18 +01:00
Benjamin Pasero
1480351660 make sure the workbench does not fall over a runtime exception during startup 2016-03-02 17:29:44 +01:00
isidor
54609ce3f6 debug: null guard
fixes #3589
2016-03-02 16:55:19 +01:00
Benjamin Pasero
7975b1b635 Do not use electron's remote in event handlers (fixes #3072) 2016-03-02 16:44:38 +01:00
Phillip Johnsen
01204a618f Simplify test script definition in package.json
As npm puts files from `./node_modules/.bin` in `$PATH` when running npm scripts, running bin commands from npm dependencies could be run directly, without a bin script deep inside `node_modules`.

P.S. great editor you've made so far!
2016-03-02 16:04:05 +01:00
Andre Weinand
91338eda9e update node-debug 2016-03-02 15:57:07 +01:00
isidor
187a9e33d8 fixes #3624 2016-03-02 15:32:01 +01:00
isidor
a0b9377ab5 debug: use paths.isAbsoluteRegex 2016-03-02 15:32:01 +01:00
Joao Moreno
35fe01a4a0 fix missing extension adoption in tasks/package.json 2016-03-02 12:47:14 +01:00
Benjamin Pasero
bcfad8e785 focus preview editor after refresh 2016-03-02 12:41:29 +01:00
Benjamin Pasero
62c66c7242 Investigate to reduce working files watcher to only the ones opened (fixes #3617) 2016-03-02 12:32:13 +01:00
Benjamin Pasero
49ed473dfb New files get view state of previously open file (fixes #3619) 2016-03-02 11:32:45 +01:00
Benjamin Pasero
b9a706e93b File picker doesn't open file with full path (fixes #3013) 2016-03-02 11:20:43 +01:00
Martin Aeschlimann
f9a32719ce [folding] validate view state before applying 2016-03-02 11:15:24 +01:00
isidor
5e6ebb0c98 pahts.isAbsolute 2016-03-02 11:10:51 +01:00
Benjamin Pasero
3db6bb93db Go to File does not find files in directory junctions (fixes #2896) 2016-03-02 11:02:42 +01:00
Erich Gamma
abc02fb71f Added link to the 'how to contribute' doc. 2016-03-02 09:37:19 +01:00
isidor
90c05ec80c debug: space key to toggle breakpoint enablement
fixes #3379
2016-03-02 00:57:54 +01:00