Alexander Ashitkin

- Total activity 292
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 108
-
Created Gradle (kotlin DSL project) import timeout
AnsweredHii'm using Gradle behind the firewall and when i'm trying to import project it stuck on "Gradle Build Model" phase. As i understand the issue is that during import process Idea importer somehow is... -
Created Gradle native - idea like support
AnsweredHi since 2018.2 clion gradle can import gradle native projects. Though it seems to be working but gradle build files are treated as a plain text. So one needs to run intellij just for convenient gr... -
Created "Resolve operation require more time" - Unit Tests runner completely unusable
AnsweredMy experience with unit tests in clion is a total time waste. every click on ui controls or attempts to run single test causes 10 mins like freeze. Luckily in 2018.2 eap i can see dialog with chanc... -
Created How do i convert literal/field from camelcase to underscore and back?
Hi AllCould you pls help with the subjThanks in advance, Alex -
Created detect StackOverflowError and automatically prompt to increase stack size
I discoverd some dirs not opens in the project tree. I thought that was a bug. As that became annoying i checked logs and found stack overflow exceptions. Increasing stack solved my problem. Is it ... -
Created Inner classes are inconvenient for navigation in the "File Structure" dialog
Hello, dear Jetbrains.I have a simple case. I have a Class A with an inner class B which in turn has a method c().The problem is if i'd like to go to the method c() while being in a method of the c... -
Created IDEA_VM_OPTIONS or over system variable to persist vmoptions on win?
Hi, All.The question is how to persist my options between installations. I usually evaluate new versions and it's boring to copy vmoptions each time. Any advices are very appreciated.Thank you, Ale... -
Created 'OutputStreamWriter' should be opened in front of a 'try' block and closed in the corresponding 'finally' block
Hi, AllDoesn't it look confusing for you? Open in front of try and close in finally?regards, Alex -
Created Intellij Idea JVM options benchmark: defalut settings are worst
Hi, All.I benchmarked VM options for Idea. Let me share my results. Test: Startup + open big project > 100k classes Environment: WinXp, jre 1.6.26, Xeon 2GhTested VM options: Default (-Xms128m -Xm... -
Created Does anybody encounter unused symbols highlitning problem with 10.5.2?
Hello, Everybody.For several months (at least form 10.5) i have problems with highlithing. Highlitning doesn't work for unused local varialbles, method parameters, private methods, etc. This is a v...