Vitor Monteiro

- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
Vitor Monteiro 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
-
Vitor Monteiro 创建了一个帖子, 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...