Paul Bakker

Results 50 comments of Paul Bakker

If you want to run this on Windows, you could also enable the Windows Linux Subsystem on Windows (10) and install for example Ubuntu from the Windows App store and...

true, but WSL is fairly new/gaining traction and while Devs use windows, I'd say most deployments are on Linux, so imho devs would be wise to get familiar with WSL...

@angelozerr a bit unclear on the status of what @jcompagner said about how the builder should be kicked off when files get altered outside of an editor and of which...

Its one of those things that is hard to reproduce, but does happen so once in a while. I'll keep my eye out on a reproducible case

It is about folding: got folding enabled and am working on a bit of code that is within several nested sections that could be folded, but are currently expanded (otherwise...

ok, managed to make something reproducible, see [test.txt](https://github.com/angelozerr/typescript.java/files/1362202/test.txt) (renamed to .txt as GitHub doesn't allow attaching .ts files) Open this file in de TypeScript editor and then collapse all collapsible...

BTW, noticed that the contextmenu that shows when rightclicking in the left gutter of the TypeScript Editor doesn't have a Folding entry, like on a Java Editor: ![folding options](https://user-images.githubusercontent.com/4981149/31277389-06dd6f0e-aaa1-11e7-86c2-c10dbc972394.png) At...

As I can understand that the involuntary collapse issue might be a difficult one, what about adding the collapse/expand functionality first, sort of as both just a handy feature and...

It does now, not when I created the PR months ago... If someone is going in to look at the PR and potentially merge it, I'm more than willing to...

The origin of this request (in WWD) has now been solved by proper use on onEnterRules through TM4E, so it's handled clientside, in the editor. I do think however that...