Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bas Leijdekkers
Total activity
1072
Last activity
March 14, 2024 19:13
Member since
May 15, 2003 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
426
Activity overview
Articles (0)
Posts (41)
Comments (605)
Sort by recent activity
Recent activity
Votes
Created
February 07, 2013 21:51
Possibly it's related to the Version Controll Directory mapping. It seems there are some bugs in that area:http://youtrack.jetbrains.com/issue/IDEA-41091http://youtrack.jetbrains.com/issue/IDEA-521...
Community
IntelliJ IDEA Users
Roots Switches
0 votes
Created
September 01, 2014 09:45
Hi Joachim,You were probably experiencing this issue: http://youtrack.jetbrains.com/issue/IDEA-124965Which is fixed in the IntelliJ IDEA 14 EAP.Sorry for the late answer.Bas
Community
IntelliJ IDEA Users
custom scope in structural search
0 votes
Created
September 01, 2014 09:38
Hi Otto,To find all Map declarations where the key is of an enum type use the following Structural Search query:$M$<$E$, $V$>E Text/regexp: Enum (all enums extend java.lang.Enum implicitly)Apply co...
Community
IntelliJ IDEA Users
Constraint for enum in structural search and replace
0 votes
Created
February 25, 2015 10:01
You are using IntelliJ IDEA 13.1? Lambda matching is only available in IntelliJ IDEA 14, I'm afraid.Bas
Community
IntelliJ IDEA Users
Java 8 Lambdas in Structural Search
0 votes
Created
February 27, 2015 10:49
Sorry, you are right, I am wrong, the functionality for finding lambda's is/should be included in IntelliJ IDEA 13.1. Unfortunately, you seem to have hit a bug. I will try and see if the problem is...
Community
IntelliJ IDEA Users
Java 8 Lambdas in Structural Search
0 votes
Created
February 17, 2015 12:11
Using Structural Replace, start with the existing template "try's"Modify the template as follows:try { $TryStatement$;} catch($ExceptionType$ $ExceptionDcl$) { $CatchStatement1$; $LogStatement$;...
Community
IntelliJ IDEA Users
Detecting Log and Throw
0 votes
Created
February 18, 2015 10:38
osbald wrote:Shame we don't have a wiki to share useful macros.Stackoverflow is pretty good for that in my opinion:http://stackoverflow.com/questions/tagged/structural-search+intellij-ideaBas
Community
IntelliJ IDEA Users
Detecting Log and Throw
0 votes
Created
April 25, 2012 10:47
You mean the "merge with branch" in the "Update Project" dialog? Do you update from the HEAD branch or from the v3_8_0-branch branch?Bas
Community
PhpStorm
merging branches (CVS)
0 votes
Created
May 05, 2004 13:12
Thanks. I have another change if there's still time: an improvement in the UI of the naming convention inspections. An error message popup when an incorrect regular expression is entered instead of...
Community
IntelliJ IDEA Plugin Users
[ANN] Inspection Gadgets 1.0.2 for Pallada
0 votes
Created
May 05, 2004 16:20
TheClassReferenceVisitor is there to see that referencesto things like java.awt.List don't get marked asunnecessary if there are any references to List andjava.util.*|List is imported. I suspected...
Community
IntelliJ IDEA Plugin Users
[ANN] Inspection Gadgets 1.0.2 for Pallada
0 votes
«
First
‹
Previous
Next
›
Last
»