Vova Kravets
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Created Cloud application configuration posible credentials leak
AnsweredI would like to pay yours attention to issue https://youtrack.jetbrains.com/issue/IDEA-201519 since as for me it should be fixed quickly.... -
Created 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 ... -
Created [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... -
Created 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 ... -
Created 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... -
Created 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 -
Created 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 ... -
Created "Billy where is sources"? =)
I'm still cannot find the sources of PyCharm CE?subjAny chance to see it in nearest future?Thanks,Vladimir -
Created 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... -
Created 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...