Vova Kravets
- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
创建于 Show keyboard shortcut tooltip on screen while press
Hi all,During watch screencasts on Jetbrains TV I noticed that in most of them appeared tooltip with pressed shortcut.I think that it wasn't make by video edition, but with IDEA functionality... I ... -
创建于 [Plugin Dev] Trigger code when application's settings were changed
Hi All,Is exists API to trigger some code when any settings were changed?In my case I need to detect if File Template Settings was changed, but I agree to perform my code on any changes in the Sett... -
创建于 Incorrect saving of component data in the Default Project's settings xml
Hi guys,I'm an author of FileTemplateVariable plugin and I faced with issue which is annoying for users (https://github.com/vkravets/FileTemplatesVariable/issues/1)From code point of view it seems ... -
创建于 IDEA and maven tycho project
Hi all,I'm very love IDEA and I don't like to use Eclipse =) But at work we have eclipse plugin which building via maven using tycho.Since it's maven project there should not a problem to import it... -
创建于 New logo of Cardera is much better, but...
New logo of Cardera is much better, but do you think to change it before release?I ask it because dolphins was more beautiful in 12 version =)))Thanks,Vladimir -
创建于 Running Python Community Plugin in scope of IDEA CE
Hi,I try to run IDEA CE with dependency on python-community-plugin module and nothing to work.IDEA Runs, Python plugin able to turn on. (after some changes)But cannot select and add any SDK. There ... -
创建于 "Billy where is sources"? =)
I'm still cannot find the sources of PyCharm CE?subjAny chance to see it in nearest future?Thanks,Vladimir -
创建于 Global private variable of module marks as unresolved in the class in the same module
Global private variable of module mark as unresolved in the class in the same module.Try to paste such code: __TEST = 10 class Test: def __init__(self): self.test = __TEST # here __TE... -
创建于 Python plugin 2.11.2 and last EAP 132.197 compatible issue
Hi,I've noticed that in last EAP of IDEA 13 (132.197) some of debug API was changed due to this Python have an issue during debug.List of variable is not shown is the debug window.I have such excep... -
创建于 Python plugin for IDEA
Hi guys,To which date is planned to release python plugin for IDEA? Since about month ago was release 2.7 PyCharm, but plugin is not updated yet.As I understarding delay related to release 12.1 of ...