Commit Graph

3366 Commits

Author SHA1 Message Date
Alex Dima
cfe6cd90cd Fixes #3662: validate positions when converting them 2016-03-03 11:22:44 +01:00
Dirk Baeumer
2e26466979 Enable optimze-vscode again for vscode-win32 2016-03-03 11:16:19 +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
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
isidor
8b29cfb294 debug: remove ansi escape codes
fixes #3006
2016-03-02 00:32:21 +01:00
isidor
d553c86b48 debug: show a link in error notifications
fixes #3591
2016-03-02 00:18:13 +01:00
Andre Weinand
3e40c07398 update node-debug 2016-03-02 00:11:28 +01:00
isidor
6598d2939c render whitespace in menu not in status bar 2016-03-01 23:36:52 +01:00
Benjamin Pasero
23498a3d02 QuickPick "recently opened" indicator is clipped (fixes #3375) 2016-03-01 20:37:40 +01:00
Alex Dima
0668737166 Clean up threadService 2016-03-01 19:02:12 +01:00
Alex Dima
a3bdfe7ede More plugin -> extension 2016-03-01 18:54:44 +01:00
Alex Dima
533844ab8d More plugin -> extension 2016-03-01 18:54:42 +01:00
Alex Dima
f693ba1495 rename nativePluginService to nativeExtensionService 2016-03-01 18:54:40 +01:00
Alex Dima
6ae815a7c5 plugin -> extension 2016-03-01 18:54:39 +01:00
Joao Moreno
ddd1d9b0ae trigger build 2016-03-01 18:52:50 +01:00
Joao Moreno
8234d91b05 trigger build 2016-03-01 18:28:47 +01:00
Andre Weinand
44afe82ba0 pass a 'More Information' url from the debug adapter to the frontend. fixes #3448 2016-03-01 17:28:53 +01:00
Andre Weinand
0128901edc update node-debug 2016-03-01 17:28:53 +01:00
Alex Dima
1f089172b3 plugin -> extension 2016-03-01 17:12:44 +01:00