Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Wi Wi
Total activity
448
Last activity
July 18, 2025 12:40
Member since
February 22, 2007 09:04
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
188
Activity overview
Posts (32)
Comments (223)
Sort by recent activity
Recent activity
Votes
Created
September 10, 2010 18:18
There are some script plugins for IDEAI recommend PMIP - ruby pluginhere is sample script on PMIPimport com.intellij.openapi.editor.EditorModificationUtilclass StringToHtml < PMIPAction def run(ev...
Community
IntelliJ IDEA Users
Tool to HTML encode selected text
0 votes
Created
September 10, 2010 17:37
because it will produce non-valid code?initial code compiles:A a = new A();a.methodA();after refactoring:A a = new A();a.methodA(); -- compile error, no such methodif method is static then it's ok:...
Community
IntelliJ IDEA Users
Is there a way to move a method from a class A to other B where A does not depends upon B?
0 votes
Created
September 08, 2010 09:57
2 steps1. hit F6: move directory 'project' from 'org.example' to 'com.mycompany'2. hit shift+F6 rename 'project' to 'product'
Community
IntelliJ IDEA Users
Whole package name rename
0 votes
Created
September 24, 2010 12:49
I don't use idea with two open at once projects :)I have only 2 Gb of memory and Idea with one project eats all of itbut i did see in this forums (or in Idea bug tracker) posts about this annoyance
Community
IntelliJ IDEA Users
annoyance with multiple projects open at once
0 votes
Created
September 17, 2010 18:06
> Error:(16, 9) cannot find symbol class Strinerrrwhy can't you just double click on this text and cursor will jump to error line?> Warning: Note: C:\Test\src\Wrong.java uses unchecked or unsafe op...
Community
IntelliJ IDEA Users
Code line with warning messages ?
0 votes
Created
October 18, 2010 06:45
http://code.google.com/p/idea-autopackage/take a look at second screenit's idea autopackaging featureif it doesn't work -> try pluginplus there is another plugin which will build project on any fil...
Community
IntelliJ IDEA Users
How could page be updated to server automatically ?
0 votes
Created
November 02, 2010 18:43
> I use -Xms1g, -Xmx2gI guess sometimes IDEA hangs for a long period, am I right?with small Xmx -> garbage collector periodically sweeps away dead objectswith large Xmx -> dead objects are accumula...
Community
IntelliJ IDEA Users
A troubleshooting tips list or a more collaborative effort to make it better?
0 votes
Created
October 25, 2010 10:38
how about trying Idea X eaps?it's extremely faster then Idea 9
Community
IntelliJ IDEA Users
performance summary for 9.0
0 votes
Created
November 09, 2010 22:26
Tom, are you new to computer world?cause a lot of programs have same behavior: with major version change -> config files format also changesmost of programs at first start of new version automatica...
Community
IntelliJ IDEA Users
Project files differ between IDEA 8 and IDEA 9
0 votes
Created
January 18, 2011 17:39
Tthere is a 3rd-party plugin: PluginUpdateNotifier 10
Community
IntelliJ IDEA Users
Plugin updates
0 votes
«
First
‹
Previous
Next
›
Last
»