ivan v
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Synchronization of files in phpstorm 10 is not working correctly.
I have setup "Synchronization" to "Save files on frame deactivation"This is the onyl option that is checked in "Synchronization" section.However, while this option works, IDE also saves the file af... -
创建于 Go to definition
I can't find the solution in the keymap reference, so I've figured I as here.I'm using F4 while the carret is on the function/method name to quickly jump to definition, but I don't know how to come... -
创建于 Shortcut to come back to coding panel
I've look at the shortucts document , however I can't find a keyboard shortcut for coming back to the coding panel.So I'm asking is there a way to lets say go to projects panel (alt +1) and then c... -
创建于 Starting a live template on a new line
I'm trying to create a Javascript template from this codevar myVar = 42 This idea is that when I higllight the "myVar" i get thisvar myVar = 42;console.log(" myVar : "+ 42);I've tried with this:$S... -
创建于 Waiting for Android Emulator
Hi, I can't launch the Android Emulator when I compile the project.This is what I get in the console"Waiting for device."C:\Program Files (x86)\android-sdk-windows\tools\emulator.exe" -avd firstTes... -
创建于 Problem starting Tomcat 7.0.19
I'm new to Java, and while learning I've decided to use InteliJ IDEA for it.I have experience with the IDE through PHP development.I've used this wiki to setup a test project:http://wiki.jetbrains.... -
创建于 About the libraries and their paths
Hi , coming from flashDevelop / Flash Builder , I've wanted to give IntelliJ a try , and I'm confused about some things.I've set up a "Global Library" which is connected to a swc file , via "atta... -
创建于 UML code generation for AS3 not supported?
IntelliJ Idea can't create code from uml diagrams, for ActionScript?Meaning that I first create a diagram , and then generate the code?