Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Makeev
Total activity
2373
Last activity
April 15, 2019 16:26
Member since
July 02, 2007 11:05
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
888
Activity overview
Posts (2)
Comments (1483)
Sort by recent activity
Recent activity
Votes
Edited
February 21, 2017 00:01
>1) Is dialog required? Can i create Dir\Group silently? >2) I have no PBXProjectFile and PBXGroup to instantiate dialog. Can i find them in Event? Try something like this: helper = Extensions....
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 20, 2017 23:48
I'm afraid there is no special API for that. Could you please elaborate, what kind on info do you need and what for?
Community
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 votes
Created
February 17, 2017 15:30
You must not implement/override the extension, instead call it using the following snippet: OCNewFileHelperProvider[] providers = Extensions.getExtensions(OCNewFileHelperProvider.EP_NAME); myHelper...
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 16, 2017 21:09
You can set it up, since IntelliJ SDK only requires standard jar files, but most likely you won't be able to run it easily. You'll also need a way to extract macOS DMG installers on Windows: http:...
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 16, 2017 18:22
You can have one version with optional dependencies. In order to access mentioned classes and compile the plugin you'll need to have AppCode SDK setup (you can use the current EAP version).
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 16, 2017 18:20
It should be possible to check UndoManager.isUndo/RedoInProgress inside a command
Community
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 votes
Created
February 16, 2017 14:23
I see, so yes, this is AppCode-specific. The easiest way is to inherit from OCNewFileActionBase. You can also inherit from XcodeCreateFileDialog and then use com.jetbrains.cidr.actions.newFile.Xcod...
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 16, 2017 14:06
No direct way to intercept undo, but any undo/redo is a command, that can be listened via com.intellij.openapi.command.CommandListener
Community
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 votes
Created
February 15, 2017 23:31
Could you please describe what are you trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 13, 2017 18:08
'Project' view in AppCode represents logical Groups, not real folders. Depending on your needs, you might want to use one of the subclasses of OCNewFileActionBase
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
«
First
‹
Previous
Next
›
Last
»