Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Yasins5896
Total activity
35
Last activity
July 26, 2024 07:44
Member since
August 23, 2023 13:37
Following
0 users
Followed by
0 users
Votes
12
Subscriptions
7
Activity overview
Posts (7)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
July 23, 2024 10:12
Thank you, Karol!
Community
IntelliJ IDEA Open API and Plugin Development
Unit Testing Custom Toolwindow
0 votes
Edited
July 22, 2024 14:43
public class MyToolWindowTest extends BasePlatformTestCase { public void testToolWindowExistence() { //Given createMyFixture(); String[] toolWindowIDs = ToolWindowManag...
Community
IntelliJ IDEA Open API and Plugin Development
myFixture does not have ToolWindows
0 votes
Created
July 15, 2024 14:22
Thank you for your answer, Karol!
Community
IntelliJ IDEA Open API and Plugin Development
Use Spring Service in Plugin
0 votes
Created
July 10, 2024 14:35
ok. thank you!
Community
IntelliJ IDEA Open API and Plugin Development
How to write a Unit Test for Quick Documentation?
0 votes
Created
July 10, 2024 08:24
Alright. Thank you so much Karol!
Community
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 votes
Created
July 10, 2024 08:00
For a Unit Test
Community
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 votes
Edited
July 10, 2024 07:45
I get the following IntelliJ when I use the getEntries() method:'getEntries()' is unstable because its signature references unstable 'com.intellij.codeInsight.hints.declarative.impl.InlayPresentati...
Community
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 votes
Created
August 29, 2023 07:30
The files that are being moved are referenced by other files, if the checkbox is disabled, these references are not being updated and then point to the wrong location. It makes little sense for our...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possilbe to add a custom dialog for Moving Files?
0 votes
Created
August 28, 2023 14:54
I don't want to disable it, the user still has the option to deselect it. I would like to have it selected every time the dialog pops up.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possilbe to add a custom dialog for Moving Files?
0 votes