Lp Edoardo

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited Getting commits log via VcsLogProvider/Manager/Data
AnsweredThe 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... -
Edited Completion contributor freezes UI if at least one element isn't added immediately
AnsweredLet's say we have a CompletionContributor, ordered as first, before commitCompletion with the following code: resultSet .withPrefixMatcher(typeStr) .withRelevanceSorter(sorter(CommitTypeElementW... -
Created Project Build and Artifacts Build clarification
AnsweredIf 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. -
Edited 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...