Chrisly
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created FileIncludeProvider -- what it's for?
AnsweredI've implemented FileIncludeProvider, but I've got no idea what it's actually for (first I thought it would be providing a reference to other files, but obviously it doesn't -- I guess I need a sep... -
Created Expanding macros with LazyParseablePsiElement or TemplateDataElementType
Hi there, I've been extending my M68k plugin (https://plugins.jetbrains.com/plugin/17268-mc68000-assembly-language-support source https://github.com/chrisly42/mc68000-asm-plugin ) and after trying ... -
Created Grammar-Kit explicit handling of spaces and ambiguity
AnsweredHi there, I'm working on an assembly language support plugin and about to bang my head against the wall after several days of fruitless attempts to Get Things Right(TM). The language has some thing...