Yuli F
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
Yuli F created a post, 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... -
-
Yuli F created a post, 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... -
Yuli F created a post, AnsweredConditional plugin initialization
I 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... -
Yuli F created a post, 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! -
-
-
Yuli F created a post, AnsweredTrying to replace COPY_HANDLER for an editor
I 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... -