Jay
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Jay commented, -
Jay created a post, AnsweredIs there a way to rename the file in Editor Window but not in File System?
I 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... -
Jay commented, -
Jay created a post, AnsweredEditor opened using FileEditorProvider is getting blank after switching between other editors.
I 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 ... -
Jay commented, -
Jay created a post, AnsweredRegister and Control FileEditorProvider from an Action.
Hi,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...