Alexander Seik

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Alexander Seik created a post, Language Development Extended Find/Replace
Hello, I got my custom language. I want to extend the find/replace feature to PsiElement types (e.g. find/replace all class attributes with a certain name and set the name to the new one). For the ... -
-
-
-
Alexander Seik created a post, Standalone Parser Dependencies
Hi, I created a plugin with Grammar-Kit. Now I want to use the parser and the generated PsiFile in other applications, without having IDEA installed. (Am I allowed to do this, I am not sure?) I was... -
-
Alexander Seik commented, -
Alexander Seik created a post, LightPsi parser in standalone project blocks programm completion
Hi, When I run my simple example the program is still running. How can I close it programmatically? Is there something like .close() or .disconnect() I am not aware of? Or is System.exit(0); the wa... -
-
Alexander Seik commented,