Harshitgarg777
- 活动总数 110
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 30
-
-
-
-
Harshitgarg777 创建了一个帖子, 已回答Notify the user if passwords are not stored in keepass?
I want to check programatically if the user hasn't selected “keepass” in settings→password and notify the user accordingly. If I can change that setting programatically with the consent of the user... -
Harshitgarg777 创建了一个帖子, 已回答I have created a read only editor. I want to disable inspection and syntax highlighting.
PsiFile psiFile = PsiDocumentManager.getInstance(project).getPsiFile(doc); HighlightLevelUtil.forceRootHighlighting(psiFile, FileHighlightingSetting.SKIP_HIGHLIGHTING); HighlightLevelUtil.forceRoot... -
Harshitgarg777 创建了一个帖子, 已回答How to create a JSON editor in settings for my plugin?
I want a JSON editor in settings for IntelliJ plugin. I have a page in settings regarding my plugin. I want to make a JSon editor there like it's shown in Settings→editor→code style→json -
Harshitgarg777 创建了一个帖子, 已回答Password not being stored
I am using passwordSafe and credential store to store a Key. It is not being stored, in logs i saw “WARN - #c.i.c.CredentialStore - Cancelled storage unlock: Cannot create an item in a locked colle... -
-
Harshitgarg777 创建了一个帖子, 已回答How to set a value of Registry... false programitically
There is an option “ide.browser.jcef.sandbox.enable” in Actions→Registry…If the user is using Iguana, I want to set the value as false. Registry.get("ide.browser.jcef.sandbox.enable").setValue("fal... -