opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created How Do I Move Shelf Back To The Profile?
AnsweredI noticed in the latest revision this being "fixed".Shelve changes to project dir http://youtrack.jetbrains.com/issue/IDEA-113222.I regularly cleanup my local working copy using a script that dele... -
Created Can We Prevent SVN Log Using stop-on-copy?
I came to a project that didn't have the standard svn layout (trunk/tags/branches) so I created it then moved the code to trunk.Now when I do svn log on any of the files I only see the commit that ... -
Created Find Usages Of Maven Dependency Deosn't Find Item In Spring.xml
I have a dependency defined in maven<dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.1.2</version></dependency> And it is used in a Spring xml config.<bean ... -
Created Import Maven Project From File Not Called pom.xml
The current project I am working on has a weird structure where they have 2 poms in the root of one project and neither is called pom.xml.Is it possible to import them as maven projects in IDEA lik... -
Created Export Run Configuration To Eclipse
Is there any built in functionality or plugin that allows me to export my run configs to eclipse launchers? -
Created Resource Classpath Order Is Not Respected
I am having a problem where I am extending a third party application that uses spring.I have marked the spring files from the third party application as resources and have my own spring files marke... -
Created Lots Of Crashes In Latest EAPs
I am getting a lot of crashes in the latest EAPs.Most of time that it occurs I am switching from one project to another.They both have a huge number of dependencies so it is probably linked.I also ... -
Created How Do I Delete A Plugin?
How do I delete a plugin that I have published to http://plugins.jetbrains.com? -
Created Where Is This Exception Coming From? RunConfig From Context
I am trying to make the Run Config from context as per here.http://confluence.jetbrains.com/display/IDEADEV/Run+Configurations#RunConfigurations-CreatingConfigurationsfromContext you need to provid... -
Created SVN - Switch To Branch After Creation
After creating a branch, more often than not the first thing I do is switch to it.It would be good for IDEA to pop up and ask me to switch after creating a branch.Does anyone else think that this w...