Yuli F

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Edited Strange index corruption
I'm getting strange behavior where .p files associated to YAML files through out plugin (via FileTypeFactory extension) occasionally end up in Python indices. This doesn't seem to happen in a clean... -
Created Request: Better documentation for PersistentStateComponent
Some things (off the top of my head) that should be documented: 1) Which data types can be serialized by default? 2) Is no-arg constructor always required? Is there a way to get around without a no... -
Created Conditional plugin initialization
AnsweredI would like to create a component that checks for certain preconditions -- some dependencies being present in the environment and avoid loading the rest of the plugin if they are not present, I wo... -
Edited How is it possible to custom shelving logic in a VCS plugin
Hi, I do not see an extension point or interface to provide custom shelve logic for a VCS plugin. It must be possible somehow because you do it with the Perforce plugin. Please advise! Thanks! -
Created Trying to replace COPY_HANDLER for an editor
AnsweredI cannot find a way to supply a custom copy handler to an editor. The DataContext of the copy action always resolves to the EditorComponent and I can see no way to override. I am usually good at na... -
Created controlling toolwindow focus stealing behavior
hi, I am trying to find a way to override the default focus stealing behavior for IDEA toolwindows. The use cases are: 1) i have a custom python console in my plugin which multiplexes between debug... -
Created Autoconfiguring checked out project
Hi,I have a checkout provider for a custom VCS provider implementation.I have the provider working but annoyingly the user needs to perform some manual actions after checking out the project that c... -
Created UserData lifecycle
There are various caches that are mediated through UserDataHolder. Especially frequently the PyFile is tagged with some data. I'm wondering what's the lifecycle of these caches especially with re... -
Created PyCharm classes, user-skeletons, generated-skeletons, and pregenerated skeletons.
Hi,I'm trying to prepackage library sources and pregenerated stubs together with my plugin to work with a custom SDK. Prepackaging library sources is necessary because only pyc files are distribut... -
Created Is this a bug?
Hi,I'm working on a plugin for PyCharm and trying to wrap my head around the threading rules. In this case I was writing a custom SDK updater and looking at PythonSDKUpdater for reference. On lin...