Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anton Makeev
Total activity
2370
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 (1480)
Sort by recent activity
Recent activity
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
Created
February 09, 2017 12:23
Should be possible via VirtualDirectory.createChildData/VfsUtil#saveText
Community
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 votes
Created
February 08, 2017 22:46
Arsen, there is a known issue with Undo that doesn't support binary files IDEA-99788. Do you have the same problem?
Community
IntelliJ IDEA Open API and Plugin Development
PsiDirectory.copyFileFrom -> Redo recreate file without content
0 votes
Created
February 08, 2017 22:44
No, command should be performed atomically; try to rework your logic so that it shows dialog, gathers all necessary info and then applies all the changes.
Community
IntelliJ IDEA Open API and Plugin Development
Messages YesNoDialog devide command
0 votes
«
First
‹
Previous
Next
›
Last
»