Sbilich

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Using Python packages
Hello, I'm trying to develop a multi language plugin using Java and Python. In one of my Java classes I'm trying to get the PSI for a given Python file using the Python PSI library in jetbrains, bu... -
Created LineMarker for PsiElement, no target
Hello, I'm trying to add a gutter icon to the line that contains a specific PsiElement. I want the gutter icon attached to the line position of the element because if the user edits the file and th... -
Created Highlight Range not working
AnsweredHello, I'm trying to highlight the right gutter for a specified range of lines when a menu item is selected: public void actionPerformed(AnActionEvent event) { final Editor editor = event.getDat... -
Created Add line marker to Python file
Given specific line numbers I want to be able to add line markers to those lines to indicate instructions to the user. I've seen examples of getting the PSI files for Java files, but I haven't seen...