Ivan Schütz
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 11
-
Created No suitable licenses associated with account
AnsweredI just bought a 1 Month AppCode license with my account. Downloaded the latest AppCode. Enter my user name and password, it says, No suitable licenses associated with account email@domain.com Res... -
Edited Supported products
AnsweredAt the bottom of update plugin in the web interface, there's "Determine supported products by dependencies in plugin.xml" I don't know what exactly I have to do. Basically, I developed a plugin whi... -
Edited How to insert action directly after generate menu item?
AnsweredI'm trying to make an action show up directly below "==() and hashCode" in the generate menu. I used this: <actions> <action id="action.GenerateCopyWithMethodAction" class="action.GenerateCopyWi... -
Edited NullPointerException using plugin in Android Studio
AnsweredI developed a plugin for Android Studio. First I tested only in IntelliJ. Everything works. Now I started testing on Android Studio. When I tap on the action, it doesn't execute it and shows this i... -
Edited How to print debugging messages?
AnsweredSee `print` call at the beginning of `actionPerformed`: class HelloAction : AnAction("Hello") { override fun actionPerformed(event: AnActionEvent) { print("Event: $event") val proj... -
Created Shortcut to see method parameters, or placeholders?
When I finish typing a method name (for call), or maybe have added a few parameters, I want to see quickly all the parameters, maybe because I forgot the some of them, or to check I'm entering them... -
Created Can I see the method name in the navigation bar?
Currently my navigation bar displays the path between project and file. Is it possible that it also shows the class/object and method name where my cursor is? I looked in preferences and view menu ... -
Created Cannot resolve symbol split
Hi,I'm working with Intellij 12.1.4 Community edition for Mac. I installed the latest Scala plugin 0.19.298. I'm using scala 2.10.2.On this line:"a,b".split(",") split is highlighted, and says "Can... -
Created Cannot resolve symbol -> or +
Hi,I'm working with Intellij 12.1.4 Community edition for Mac. I installed the latest Scala plugin 0.19.298. I'm using scala 2.10.2.All the "->" symbols are highlighted red, also + when used in st...