António Pedro Marques

Results 25 comments of António Pedro Marques

It'd be great, but one thing I currently like about Swimat is that it can do only basic formatting without enforcing more exquisite options. My experience is that complex rules...

I understand your concern, but wouldn't it be possible to check only lines of the format ``` // regexp (.+[/\\]+.+):\d+:\s+(?:error|warning):\s[\w]+.* // same regexp as Java string - http://www.regexplanet.com/advanced/java/index.html "(.+[/\\\\]+.+):\\d+:\\s+(?:error\|warning):\\s[\\w]+.*" ```...

Hi. I've got the build process itself working, but I'm not sure what should be functional in terms of the UI itself. I have sol-app which depends on sol-common, either...

I'm using Gradle 3.5

I've tried using the latest master and it does seem to reduce the red somewhat, but still far from ideal: - Random files still get red on the project pane....

I think I've found the issue. I've tried creating a 'lib' and 'app' projects from scratch, make 'app' include 'lib', and everything seemed to be working ok: - I passed...

I've put the `Plib` either in NB's global settings or in the Built-in Tasks of the project properties. Either way seems to work the same. Gradle does show the composite...

I think the issue may be in your point 4 above. When I put the property in the plugin settings, 'Script & tasks \ Gradle arguments', NB does still show...

I'll se what I can do, thank you!

Before I delve into it, there's one thing I forgot: - The example projects I submitted here now seem to work fine. After reloading 'app', it switches between showing the...