Vojtěch Krása

- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 158
-
Edited TerminalExecutionConsole - the lack of extension points
AnsweredI am getting reports for 2019.1 Intellij (typescript/javascript, angular) and Rider that my plugin no longer works - https://github.com/krasa/GrepConsole/issues/147 It is because ConsoleViewImpl wa... -
Created Plugins page - Top Rated plugins algorithm completely broken
It used to be a pretty good category, but now it is just old, unusable and unpopular plugins. https://plugins.jetbrains.com/idea -
Edited How to get RunConfigurationBase for a ConsoleView
AnsweredI would like to implement pinning of my custom consoles so that they are reopened on the start of an application. My only missing piece is a persistence to the RunConfigurationBase. All I can get i... -
Created IJ 2017 - AWT events are not allowed inside write action
Hello, I have to say, I do not like that thing, because it complicates and breaks stuff... I have bunch of EditorActions with EditorWriteActionHandler, sometimes with a dialog, and this forced me ... -
Edited Plugins Site - New design is nice but sucks
https://plugins.jetbrains.com/?idea Quite horrible change. New and Top lists shows 6 instead of 10 items while taking 3x more space. No reason to even visit it anymore. New plugins roll so often th... -
Created Performance comparison between i7-6700k and i5-3570K (Skylake vs Ivy Bridge) in IntelliJ
AnsweredI measured some things, you might like it: https://www.reddit.com/r/buildapc/comments/4r1ai9/build_complete_i76700k_vs_i53570k44gz_real_world/ -
-
Created Do not like: Switcher for recently edited files action
Regarding recent changes... https://github.com/JetBrains/intellij-community/commit/bc50ce2e7d30feac70a41604bad4370168e0709aWhen I want to see recent files, I do not care about something like Ant Bu... -
Created Unable to deploy intellij-community
Make works fine, but build into jars does not, any ideas?D:\WorkSpace\jdk1.6.0_45\bin\java -Xmx128m -Xss2m "-Dant.home=D:\workspace\ideaIU-138 CUSTOM\lib\ant" "-Dant.library.dir=D:\workspace\ideaIU... -
Created QuickSwitchSchemeAction popup actions do not override Main Menu shortcuts
I registered an action on ALT + W to a QuickSwitchSchemeAction's popup (WizardPopup#registerAction), but when I press the shortcut, both Main Menu and the popup reacts.What to do?