Vitor Monteiro

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created Git conflict resolving and rebase --continue
Hi guys,This is the workflow I do in gitbash and I would like to see how confortable it would be to do it in IntelliJ:1- Commit2- Push2-1) If I get an error because I'm not in sync with head: Rebas... -
Created Prompt to set Flex SDK on existing projects after a git checkout/maven project creation
Hi,I hope I'm on the correct discussion branch.Hi get this message every time I import a new project using git checkout and then a new project creation using maven as the sub-option. This might eve...