Seagull Dionisev

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
-
Seagull Dionisev created a post, 0xDBE
Dear All,I have asked a SO question, about a way to avoid initial scema scan, or make it less aggressivehttp://stackoverflow.com/q/28903961/1601606I haven't get any answer, so I have decided to pos... -
Seagull Dionisev created a post, Deployment AssertionError: Path passed to JarFileSystem must have jar separator '!/'
Hello!I'm deploying plugin as zip archive, and it behaves strange outside of sandbox. It marks all classes red, as unrecognised, and write log messages:I'm looking at another plugins in my IdeaC12 ... -
Seagull Dionisev created a post, Validate xml through xsd. Implict schema declaration.
Hi all.I'v managed to register xsd schema(through StandartResourceProvider) and it works pretty for xml files, where I declared xlmns="SOME_URL" attribute.Can I somehow attach this scheme to all xm... -
Seagull Dionisev created a post, PSI link two different xml tags & file name together.
Is there any correct way to do such kind of thing.1) I have xml file, describing resources. (path to image file and unique resource name.)2) There are another xml files, where resource is used (by ... -
Seagull Dionisev created a post, Open Tool window's when custom editor is opened.
Hello.I have a custom ToolWindow registered from plugin.xml and need it to be shown when editor is selected.Problem is in component initialisation order, as I see.selectNotify() is called before cr... -
Seagull Dionisev commented, -
Seagull Dionisev created a post, Building troubles and dependency hell. What I'm doing wrong?
As I asked here, I need a way to make my own ui-designer. I'm trying to make it run, but there is a lot of problems with plugins that depends on something. In my case I need ui-designer-core plugin... -
-
Seagull Dionisev created a post, UI designer basics. Work with pallet and dependencies
Hello.Some time ago I started work with ui designer. But there is no javadoc there, and it's very hard to understand what for is that class or method.So, I have a several questions, to ask for:1)...