intellij-idea
How to make an auto-complete list when I start to type in the textfield?
I 开发者_开发技巧have a textfield and if I want to write something to the field, it will show me the list of possible options regarding to that letter and I think this is called an auto complete.[详细]
2023-03-31 04:43 分类:问答How to specify java compiler option in IntelliJ and Ant
I want to generate debug information from my source code in IntelliJ. I can use this in command line: javac -g[详细]
2023-03-31 01:48 分类:问答IntelliJ IDEA shows redundant errors that do not exist
I have problems with IntelliJ IDEA that appears after some time application is running. It finds errors in code which do not exist and marks them red. For example it tells me that one 开发者_如何学Cof[详细]
2023-03-30 22:36 分类:问答IntelliJ idea - any way to change visual line wrapping icon?
I really like Intellij\'s line wrapping feature with icons marking line wraps. Hovewer the default wrapping i开发者_JS百科con\'s readability is far from ideal.. is there any way I could fix this littl[详细]
2023-03-30 18:10 分类:问答Can't debug Java program in Intellij IDEA
For the first time I encounter problem when I can\'t debug Java program in Intellij IDEA. Output to command line works, but breakpoint is ignored..[详细]
2023-03-30 08:59 分类:问答Android IntelliJ sdk version
I\'m using开发者_运维百科 IntelliJ community edition for developing my Android applications. When creating my project I\'ve set it to use Android v1.5 SDK, but now I need to change it to v1.6. I\'ve d[详细]
2023-03-30 05:10 分类:问答How to show git log view in IntelliJ?
开发者_开发技巧I\'m using git in IntelliJ 10.5. My Changes Tool Windows shows me the local changes, but there is no log view tab. How can I add it?It\'s a bug.[详细]
2023-03-30 03:18 分类:问答running an android app on IntelliJ
I have IntelliJ IDEA 9 setup successfully including all the Java SDKs necessary and the Android SDK too.[详细]
2023-03-30 02:59 分类:问答IntelliJ 10.5 on Ubuntu - Caret is broken (it keeps scrolling down as I scroll my screen downwards)
I have a long file inside intelliJ (java, properties, ruby)if I leave my caret on Line 开发者_运维百科1 and scroll down to line 300, then the caret keeps on scrolling down with my screen as i keep scr[详细]
2023-03-29 21:27 分类:问答IntelliJ disable code analysis (light bulb)
Is there a way to disable code analysis (the light bulb) in IntelliJ? I really don\'t care about code improveme开发者_如何学JAVAnt suggestions as I\'m viewing some third party code. I\'ve already unch[详细]
2023-03-29 15:53 分类:问答