Vitor Monteiro

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Vitor Monteiro created a post, Advanced code styling rules for JS
Hi guys,Before I start opening feature requests, I really wanted to know what's the oppinion on this matter.I am trying to achieve a set of code formatting rules for javascript that is the closest ... -
Vitor Monteiro created a post, Maven additional arguments in IDEA
Hi,I have been trying to find a way to specify addional arguments to a maven target/goal.For example in the command line I could writemvn compile -Denforcer.skip=trueormvn compile -PprofileCan some... -
-
-
Vitor Monteiro created a post, Remote Run filters out active projects
Hi,I am having an issue with version 11.0.0, where I can only run remote run on teamcity for certain project configurations. I didn't open a ticket on youtrack because I first would like to underst... -
-
Vitor Monteiro created a post, TC Remote Run with no explicit git matching branch
Hi,I've used TC remote run very sucessufully while using IntelliJ.I started having problems where I stopped using VCS roots with explicit branches and started using them via configuration propertie... -
Vitor Monteiro commented, -
Vitor Monteiro commented, -
Vitor Monteiro created a post, IntelliJ signals fake error on using EventDispatcher methods to Bindable classes/properties
Hi,I tried to search this before but didn't get any post hitting my search queries.I have:public class Person{ [Bindable] public var name:String;}and I have another class instantiating Pers...