Long task performing write action
Hi, I'm coding a plugin which reads and writes file, a bit like a compiler. As it can take a lot of time, I need to execute this asynchronously and as I produce files it requires to have this running...
View ArticleImporting settings from a windows share
Hello, When I try to import in IntelliJ 13.1.3 settings from a jar that is located on my local drive, it works perfectly. The file chooser automatically updates the tree when I enter something like...
View ArticleIDEA do not show icons of files in Project ефи
Got a very strange problem: IDEA do not show icons in the Project tab.A few month ago i had the exact same problem, tried to "Invalidate cashes and restart" - no effect, so then i just reinstall my...
View Articlehyphen : exclude as a word boundary
Hi All, Hyphen acts as a word boundary. That is if I have a symbol "task-list" and the cursor is on the "list". If I do select word at cursor it selects only list where as I like to treat...
View ArticleNewly regenerated workspace.xml ignores my sourceForlder specifications
Hi.I have the following directory structure specified in my IML: <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />...
View ArticleOverride pom.xml dependency with local module source
Given a project consisting of two Maven-based modules, foo-common and foo-server, how can I make foo-server resolve classes based on the locally modified foo-common rather than the foo-common...
View ArticleIntelliJ 13 running very slow
Hi, I'm using IntelliJ IDEA 13.1.3.It's running slow when i have a coffeescript file open of 1000+ lines. In the task manager (Windows 7), it's always at 15%+ CPU, the editor window is jerky. How can i...
View ArticlePrefer source code to maven repository
Hey, im having some trouble with maven. i have a android project with a dependency on a module we wrote which i have source code for and is in my project .something like:<dependencies>...
View ArticleExport settings and share them with other developers
Hi! I've sucessfully exported all my settings into one jar. My goal is to be able to copy this jar to other developers so that we have the same base settings. In the jar, one of the files (namely...
View Articlefind all methods with parameters that could be final. ssr.
hi! i would like to search for all methods with parameters that could be final in java. is this possible with the structual search? bestsven
View ArticleHow to display plugin in View-Tool Windows Menu
Hi, I'm trying to develop a plugin. I want my plugin in view-tool windows menu. But, I can't do it in registering action settings. Is there another way to do it? Also, I wanted an integrated...
View ArticleScope 'All'/'Project and Libraries' missing
I'm running Intellij Ultimate 13.1.3, for some reason I don't have the 'All' (or otherwise known as 'Project and Libraries') scope that is supposed to be predefined, either in the Search Settings or in...
View ArticleActionScript type hinting?
Hi, is there somehow possible to hint method parameter type or class? If I have method "addSomething(enumValue:String)" and enum class EnumValues, then how can I say to IDE use that enum class when...
View ArticleIntelliJ assumes incorrect return type for Memcache::getServerStatus()
I'm using PHP's Memcache class. When I attempt to return the result of the above-referenced method, I get a warning that I'm attempting to use the result of a void function. I know from the...
View ArticleIntelliJ via JDK7 under latest OSX ( 10.9.4 )
Yesterday Apple released 10.9.4 and ever since then whenever I open IntelliJ ( running under java 1.7 ) I get epic kernel type crashes: https://gist.github.com/talios/8451408959a9ae97e785 anyone else...
View Articleintellij debugging issue
While debugging in intellij in some part of code debugging in disabled, means even if we add debug points system does not stop at that point, other part of code works fineplease provide solution to...
View ArticleAndroid versions and project structure problem
Hello, i have an Intellij Android project structure issue. I want my app to work for 2.2-devices, so have my project SDK set up to be 2.2. However, i also want some version-specific layouts to go into...
View ArticleCannot locate/use UI Designer PlugIn for Android
Hi, I'm a beginner, using the latest v13.1.3 Ultimate for Android. I can not locate the Android UI Designer. The plug-in is checked. But I am not sure how to view Designer. My XML files do not have...
View ArticleAS3, extract field refactoring is useless...
Hello, I am trying to do simle extract field refactoring, and can't make it actualy save my time..! If I try to use refactor I see: What I want to see: A: name of the field should be preserved.B:...
View ArticleAIR application - how to prevent IntelliJ from clear application data on each...
I'm developing a mobile AIR application using IntelliJ.When debugging in Flash Builder there is an option to clear to application data on each (debug) launch of the ADL , I can't find this setting in...
View Article