Jon Akhtar

- 活动总数 383
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 142
-
创建于 Build Number -> Platform Version
I have broken up all my builds into builds per-platform. I still call them idea, so I have idea10, idea11, idea12, idea12.1, idea13Is there any way to map the build number (via an API) to the platf... -
创建于 Properly Embracing Darcula In Custom Languages
So. I love Darcula. For my own custom language plugin now that it works for IDEA 12, what is the best way to support the Darcula theme out of the box?I admit I haven't looked into this too much on ... -
创建于 Extending Structural Search and Replace
I just watchted Hamlet's presentation on SSR, and was wondering if it was possible to extend SSR for a custom language. My first guess would be no, because it doesnt appear to be available for Ruby... -
创建于 Question About TargetElementEvaluator
I have been working on implmenting a TargetElementEvaluator in my custom language plugin, the problem I am using it to solve is one of aliasing. In lua you can have the followingfunction foo() endl... -
创建于 Resolving Reference Outside of the Current File
I am trying to implement reference resolution for identifiers that are defined in other files either in the project or in libraries.Does anyone have a good example of how to implement this? -
已编辑于 Plugin to Enhance Swift Support
I have begun writing a plugin to add to the Swift support in appCode. I picked a few features just for the sake of proving out that the plugin was possible, and I will show them. But I would like t... -
创建于 Integrate XML File As Part of A Custom Language
I have a custom language plugin that needs to recognize some xml files as being part of the language. The XML can both define symbols in the language and include code from the custom language where... -
创建于 Has anyone used the new Language Console API
I noticed that on a recent upgrade that the custom language console API has changed. I must admit that I haven't had any free time to look into what code changes are involved in migrating the old l... -
创建于 Loading Inspections - Getting the Classloader Right
I l;oad my inspections using through my inspectionToolProvider extension.I want to be able to supply inspections dynamically using Lua.My first couple trys at this were moderately successful - but ... -
创建于 Great Job On The Test Framework
I am loving the test framework you guys have developed. The recent suite of tutorials have been helpful, but mostly just knowing the functionality was there was enough. I didn't realize how much wo...