Alexander Orlov
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 15
-
-
Alexander Orlov created a post, AnsweredArguments 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... -
-
Alexander Orlov created a post, AnsweredMissing 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 ... -
Alexander Orlov created a post, 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... -
-
-
Alexander Orlov created a post, 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... -
Alexander Orlov created a post, 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... -
Alexander Orlov created a post, 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:...