Vojtěch Krása
- 活动总数 435
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 158
-
已编辑于 TerminalExecutionConsole - the lack of extension points
已回答I 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... -
创建于 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 -
已编辑于 How to get RunConfigurationBase for a ConsoleView
已回答I 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... -
创建于 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 ... -
已编辑于 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... -
创建于 Performance comparison between i7-6700k and i5-3570K (Skylake vs Ivy Bridge) in IntelliJ
已回答I measured some things, you might like it: https://www.reddit.com/r/buildapc/comments/4r1ai9/build_complete_i76700k_vs_i53570k44gz_real_world/ -
-
创建于 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... -
创建于 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... -
创建于 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?