Lp Edoardo
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
已编辑于 Getting commits log via VcsLogProvider/Manager/Data
已回答The class which I see mentioned here most often is "GitHistoryUtils", for Git. However my requirement is extracting the commit log in a implementation-agnostic manner: I should get what the VCS log... -
已编辑于 Completion contributor freezes UI if at least one element isn't added immediately
已回答Let's say we have a CompletionContributor, ordered as first, before commitCompletion with the following code: resultSet .withPrefixMatcher(typeStr) .withRelevanceSorter(sorter(CommitTypeElementW... -
创建于 Project Build and Artifacts Build clarification
已回答If I build the required modules before buiding an artifact, shouldn't IntelliJ just copy the already compiled .class files to the artifact directory?It seems it is building everything from scratch. -
已编辑于 Provide reference navigation inside SQL fragment
Say I have an XML file with this piece of code: <sql bean="my.package.BeanClass"> select * from table where column = #{beanField}</sql> An SQL fragment is automatically injected inside the <sql> t...