Dennis Mueller
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Dennis Mueller 创建了一个帖子, Error during syntax highlighting
So, I have implemented a lexer and parser for my language, and a SyntaxHighlighter, and with existing documents everything works fine. But when I try to write a new document in my language, two thi... -
Dennis Mueller 创建了一个帖子, Implementing a simple REPL
I'm rather confused about the Console class (and various extensions thereof). What I *want* to do is create a REPL-style console for my Plugin. I already have an object that I can send commands as... -
Dennis Mueller 创建了一个帖子, Projects v. Modules
I'm currently toying around with the Plugin API, and I have a particular structure for a language extension in mind. Precisely, I want a project for my language to (ultimately) be a folder containi...