Alexander Orlov
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 15
-
Created Arguments for NOT adding the entire “.idea” folder to .gitignore/.hgignore
AnsweredI 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... -
Edited Missing Spring dependency graph model legend
AnsweredAs 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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:... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ...