Jonas Hungershausen

Results 120 comments of Jonas Hungershausen

Also note, that webdev should be invoked using the `pub global run` command. See the [stagehand](https://github.com/eclipse/dartboard/tree/stagehand) branch for a how to as it should be the same commands.

Yes, looks good to me. Please use https://github.com/eclipse/dartboard/blob/master/org.eclipse.dartboard/src/org/eclipse/dartboard/util/PubUtil.java when instantiating a new ProcessBuilder so you have the PUB_ENVIRONMENT variable set.

This is somewhat a limitation of the Eclipse platform (see https://github.com/eclipse/dartboard/issues/5). > How can the line length be increased/configured? This can't be configured manually, as the Dart formatter is **very**...

The formatter is invoked by the Dart SDK, specifically the Dart analysis server. That's why we don't have much freedom here to configure. Again, the solution here should be to...

Yes! This sounds amazing. We will be speaking about the general structure of the project tomorrow (28.01.) and I'll update you on the progress/let you know when the refactoring efforts...

I just merged the `wip-flutter` branch. We have done a lot of refactoring and some cleaning up. If you @cybersearch2 would still like to work on this, or anything else...

Yeah, I tried this exact thing as well. The problem is that the ILaunch is done in a separate thread again which results in the `pubSync` job being cancelled directly...

I see where you're coming from. It's a nice shortcut _if_ you know what it does. Personally I think it's quite unintuitive. But from my point of view, we can...

Yes, that's correct. Feel free to provide a PR if you have time, otherwise this should be relatively easy to implement. Do you feel like it should be made configurable...

Yes, that should work. Though, I'd like to provide these "toggleable" options via a checkbox, rather than a text field. But it should be easily implemented. Will see if I...