Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
O9ho-g8qs
Total activity
1243
Last activity
January 18, 2016 12:56
Member since
May 23, 2003 00:09
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
417
Activity overview
Posts (146)
Comments (680)
Sort by recent activity
Recent activity
Votes
Created
June 15, 2003 22:51
I had tried ideamacs before, esp. for the KillToEndOfLine, but it was acting very wierd in 816 and 818, and so I stopped using it.When I created the HungryBackSpace and AutoNewline plugins, I exten...
Community
IntelliJ IDEA EAP Users
OpenAPI .runWriteAction() broken in 823?
0 votes
Created
June 10, 2003 22:17
For our product, we do the nightly/production builds using ANT.If we do a clean build, how will this bytecode get inserted into our .class files? Would our build have to run IDEA to do this? That...
Community
IntelliJ IDEA EAP Users
Clarification of how GUI Designer works
0 votes
Created
June 03, 2003 16:08
I should mention that I was using 816 with jdk1.3.1_08 when I had the problem. Switching to jdk1.4.1_08 or jdk1.3.1.06 fixed the problem for me.818 may be different..-Alex
Community
IntelliJ IDEA EAP Users
Idea 818 and jdk1.3.1_08
0 votes
Created
June 03, 2003 16:06
I had this problem a few days ago. Carlos Costa e Silva gave me the answer:Debugging is broken with both 1.3.1_07 and _08. Sun bug in both these ofjvms:See: http://www.intellij.net/tracker/idea/vie...
Community
IntelliJ IDEA EAP Users
Idea 818 and jdk1.3.1_08
0 votes
Created
June 03, 2003 13:53
If you extend EditorAction, you don't need to wrap your document edits with CommandProcessor.getInstance().executeCommand(new MyCommand());
Community
IntelliJ IDEA Open API and Plugin Development
How to safely replace text in the editor? replaceString or CommandProcessor?
0 votes
Created
May 30, 2003 18:30
The number of times I want tab to do anything other > than properly indent my line is.. well, it's absurdly > small.I agree 1000%. IDEA's advanced refactoring and reformatting is super, but Emacs c...
Community
IntelliJ IDEA Open API and Plugin Development
How to reformat a single line?
0 votes
Created
May 29, 2003 23:49
Well,I just figured out why CodeStyleManager.adjustLineIndent(psifile,line) doesn't work!It takes an offset not a line number!So, CodeStyleManager.adjustLineIndent(psifile,offset) will reindent th...
Community
IntelliJ IDEA Open API and Plugin Development
How to reformat a single line?
0 votes
Created
May 29, 2003 23:31
I was able to get the reformatRange() command to work, but it required some hacks.Given something like this:The indentation is wrong lines 1-4. I created an EditorAction ReformatLines bound to CTR...
Community
IntelliJ IDEA Open API and Plugin Development
How to reformat a single line?
0 votes
Created
May 28, 2003 05:12
The problem is that you are doing all of those things in the same thread.All GUI updates occur in the AWT thread. If you are inside a callback method (e.g. actionPerformed), your code is already ru...
Community
IntelliJ IDEA Open API and Plugin Development
quickie question
0 votes
Created
May 23, 2003 00:09
I ran into this same problem. Is there a bug filed on this?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin actions without keyboard-shortcut don't appear in keymap
0 votes
«
First
‹
Previous