Jay
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Created Is there a way to rename the file in Editor Window but not in File System?
AnsweredI came across a requirement where a file is created in File System having a timestamp in name (for Ex: 1630684117.demo), The file is registered in FileEditorProvider and it opened in custom FileEdi... -
Edited Editor opened using FileEditorProvider is getting blank after switching between other editors.
AnsweredI am working on a plugin compatible with Intellij 2021.X, it has to show a web page in result, to achieve this I am using FileEditorProvider having a JCEF browser component attached to it. I also ... -
Edited Register and Control FileEditorProvider from an Action.
AnsweredHi,I am developing a IntelliJ plugin where an action can be performed on a file and as result of action a web page (URL of web page changes each time) will be opened into browser (JCEF) in editor w...