Jon Akhtar
- Total activity 383
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 142
-
Created 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... -
Created [ANN] Lua 0.9.51
As I am approaching the 1.0 release after almost 1 year of working on this plugin, I have hit an important milestone. All planned features have been implemented to one degree or another. Some still... -
Created De-Indenting a Line After You Have Typed It
In my custom language, I want to de-indent a line as followsif a == 1 then b = 2 end <hit enter here>it should beif a == 1 then b = 2endOne idea I had was to invoke the formatter for the curr... -
Created 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? -
Created Fixing The PsiViewer Plugin
The PsiViewer plugin is amazingly helpful when developing custom language plugins. It has a number of errors.You can fix the icon error by editing the jar and copying /PsiViewer/images to /imagesIf... -
Created Transient Lexer Errors In My Custom Language Plugin When Starting The IDE
This seems to happen only on startup of the IDE. I will occasionally get errors from the lexer of my custom language plugin. The errors don't seem consistant, and if I open the file my plugin has n... -
Created Where Should I Host Error Reporting for Plugins
Right now I have error report submission enabled in my language plugin. Currently theerror reports go to a free bugscout account.I have a YouTrack version of the error submitter, but there is no fr... -
Created Custom Language Plugin Optimization
I have been working very hard on my Lua plugin, and as I approach my 1.0 release its getting closer to optimization time.I have a general question. What are some of the common techniques for optimi... -
Created Creating a standalone IDE using IntelliJ
I have been trying to drum up interest in my Lua plugin - one of the big things people have said is "can you make it so that I don't have to download a Java IDE just to install the Lua plugin"What ... -
Created [ANN] Lua 0.8.18
Lua language integration for IntelliJ IDEAFeatures: JavaHelp For Lua 5.1 (experimental) Execution in the Kahlua interpreter (experimental) Identifier Highlighter (experimental) Go to definition (ex...