Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Krivosheev
Total activity
451
Last activity
October 17, 2024 08:21
Member since
June 29, 2009 11:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
177
Activity overview
Articles (0)
Posts (0)
Comments (274)
Sort by recent activity
Recent activity
Votes
Created
March 20, 2017 14:32
> to load arbitrary run configurations from disk What do you mean "arbitrary"? Not mapped to some IDEA run configuration type?
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically Load Run Configurations From Disk
0 votes
Created
February 13, 2017 10:59
Please see https://www.jetbrains.com/help/idea/2016.3/sharing-your-ide-settings.html If you work in a team, IDEA 2017.1 offers you a new way to share schemes with your team — Read-only sources (htt...
Community
IntelliJ IDEA Users
How to make certain settings global?
-4 votes
Created
January 23, 2017 10:07
``` int workerCount = PlatformUtils.isIdeaCommunity() || PlatformUtils.isDatabaseIDE() || PlatformUtils.isCidr() ? 1 : 2; ``` Currently, no setting. For what do you need?
Community
IntelliJ IDEA Open API and Plugin Development
httpRequestHandler single request?
0 votes
Created
January 13, 2017 10:01
It is fixed in 2017.1 EAP. Please try it.
Community
IntelliJ IDEA Users
Synchronizing Selective Settings as read-only for a team
-1 votes
Created
December 21, 2016 15:15
Please see `PathMacros.getInstance()`
Community
IntelliJ IDEA Open API and Plugin Development
Programatic access to 'Path Variables' in Settings
0 votes
Created
December 01, 2016 10:16
Is your component registed as service or as project/app component?
Community
IntelliJ IDEA Open API and Plugin Development
Enforce persistence of an PersistentStateComponent attribute
0 votes
Created
October 20, 2016 14:03
Hi. Could you please describe use case? IDEA 2016.3 supports bundled inspections but it is experimental.
Community
IntelliJ IDEA Open API and Plugin Development
Create Custom Inspection Profile
0 votes
Created
September 22, 2016 05:05
Please file issue https://youtrack.jetbrains.com/newIssue?project=WEB&clearDraft=true&c=Subsystem+Debugger and, if possible, sample project.
Community
IntelliJ IDEA Open API and Plugin Development
Debugging a DSL transpiled into JS with source map?
0 votes
Created
July 20, 2016 07:40
`TaskTimerPropertiesComponent` must be registered as a service. ```<projectService serviceImplementation="yourPackage.TaskTimerPropertiesComponent"/>``` and instead `new`, add `getInstance` method ...
Community
IntelliJ IDEA Open API and Plugin Development
Why I cannot persist plugin settings (project scope)?
1 vote
Created
July 07, 2016 10:52
> Is it possible to register/unregister applicationConfigurable without using plugin.xml(code level)? No, it is not possible. Why do you cannot use plugin.xml?
Community
IntelliJ IDEA Open API and Plugin Development
How to check setting dialog already open
0 votes
«
First
‹
Previous
Next
›
Last
»