Dan
- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 18
-
创建于 Help Handling a Language With No Command Delimiters
已回答I am trying to write a plugin for an uncommon language, I would add some code completion, but more so I wanted to add inlay hints and links to grammar notes, and syntax checking. The Language is pe... -
创建于 StubIndex Version does not properly index on update
So I am having a problem, and I am not sure what could possibly cause it, or possible solutions. I have a number of indices, and every time I update the stub version, the IDE appears to be re-index... -
创建于 My Problem with registering a QuoteHandler extension point
已回答Not sure if this is where I should post this, but I read extensively from this board, so I figured this was the best place to post my solution to a QuoteHandler extension point problem. I had tried... -
已编辑于 XML DOM API - Tag Completion
Hello, I thought I would try to create a plugin for an XML like language using the XML DOM API. I created classes extending DomElement with @SubTag, @SubTagList and @Attribute annotations. I though... -
创建于 XML like language, Refused to parse text
Hello, I am trying to create a plugin for an XML like language. My language extends XMLLanguage, and my File type extends from XMLLikeFileType, and I have registered the FiletypeFactory and dom.fil... -
创建于 Custom plugin with custom decompiler
Hello I'm currently working on a plugin for a web framework that uses a custom programming language. I was able to write a plugin that has basic functionality built for working with the full source... -
创建于 Code completion and syntax error recovery
I'm having a problem that I cannot find an answer to. I've been working on a grammar, and it can parse the script files when the code in the file is well formed, but it fails pretty hard when somet...