Alexander Orlov
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 15
-
创建于 Arguments for NOT adding the entire “.idea” folder to .gitignore/.hgignore
已回答I know, I could google it but I have not found anything concise and of a corresponding quality on that topic. Personally I only add .idea/workspace.xml to my .gitignore. But there are so many reaso... -
已编辑于 Missing Spring dependency graph model legend
已回答As you see here there is quite a bunch of Spring dependency relations but there is no legend what the different arrows mean. I mean you can guess but guessing is not the ultimate solution here… I ... -
创建于 Is Kotlin already used for IntelliJ IDEA development?
I see that you still stick to Java bytecode v6 in IntelliJ IDEA, just like Kotlin compiler emits Java bytecode v6. Is Kotlin already used to develop IntelliJ IDEA resp. do you plan to use it for fu... -
创建于 Will IntelliJ move from Swing to JavaFX?
JavaFX is Java's "new Swing", the new JDK-included framework for building frontends. AFAIK currently IntelliJ is using Swing. Will IntelliJ move to JavaFX or will it move to a custom Kotlin-build U... -
创建于 Auto-add the "final" modifier to newly declared variables/values
How can I auto-add the final modifier to newly declared variables? What I want is to writeint i = 42;and having this variable automatically converted to a value using the final modifier, so this li... -
创建于 TeamCity: Artifact paths configuration for a Java web project
I want to put the WAR & Exploded artifacts to C:\TEMP (or any other recommended) directory. I've tried these*.zip => C:\TEMP\ XXX*.war => C:\TEMP\**/*.* => C:\TEMP\out/*.* => C:\TEMP\out/**/* => C:... -
创建于 Next Dart plugin version on the horizon?
I'm an excited IntelliJ user for years but since I'm very interested in Dart I gave Dart Editor (Eclipse based) a chance. And once again I ran away crying & screeming. The app consumes as much memo... -
创建于 Shortcut proposals for the the Mac OS 10.5+ keymap
I've tested these shortcuts on Lion and no conflicts or discrepancies occurred. It would be really nice of you if you could add these shortcuts to the default keymap (Mac OS X 10.5+).Clear All (Deb... -
创建于 Location of the custom language definition
Where are the custom language definitions stored (cf. Screenshot)? I want to submit the Golang definition I've typed in the UI you see on the screenshot.Attachment(s):Screen shot 2011-05-13 at 10.2... -
创建于 Does the .idea folder contain any sensitive data (passwords etc.)?
There is the .idea meta-data folder (AND the Project.iml file) which I want to commit to my VCS. Does this folder contain any sensitive information like passwords? Or is there another reason why I ...