Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
roro co
Total activity
220
Last activity
April 13, 2024 15:12
Member since
September 26, 2014 15:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
71
Activity overview
Posts (72)
Comments (77)
Sort by recent activity
Recent activity
Votes
Edited
July 11, 2017 13:35
2017-7-11 update: I find more simple way to run indexing DumbServiceImpl dumbService = DumbServiceImpl.getInstance(pj2);DumbModeTask task = FileBasedIndexProjectHandler.createChangedFilesIndexingTa...
Community
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 votes
Created
September 16, 2016 14:00
I wanna run "gradle jar" and refresh this jar in code
Community
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 votes
Created
November 22, 2014 07:38
I have seen this example: https://devnet.jetbrains.com/message/5487853#5487853why"RunContentDescriptor descriptor = content.getUserData(new Key<RunContentDescriptor>("Descriptor")"can work well?upd...
Community
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 votes
Created
November 22, 2014 08:21
I fix it with:RunContentDescriptor d = new RunContentManagerImpl(e.getProject(), DockManager.getInstance(e.getProject())).getRunContentDescriptorByContent(c);but i hope you can reply me: i think if...
Community
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 votes
Created
November 21, 2014 11:50
No, external tool can't fix my question, my key point is debug code in debug session(server side) for detail:exist following files:bin/script_lang_server(like a_ruby_server)bin/client...(same with ...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a new configuration for custom runner
0 votes
Created
November 13, 2014 15:19
i wanna restart debug console with one key whereever my focus is located in.
Community
IntelliJ IDEA Open API and Plugin Development
How to distinct descriptor is in debug console or run console
0 votes
Created
November 13, 2014 09:31
use alt+left/right(i must move my righ hand to left+up+right+down) is not so convenient, i hope do it with one key
Community
IntelliJ IDEA Open API and Plugin Development
How to switch between "debugger" and "console" with shortcut
0 votes
Created
November 13, 2014 09:32
@Dmitry Jemerov what do you see when open my screencast.zip, i can open it with vlc or smplayer, i first upload screencast to devnet, please give me a screenshot if you fail to open my screencast
Community
IntelliJ IDEA Open API and Plugin Development
How to switch between "debugger" and "console" with shortcut
0 votes
Created
November 13, 2014 10:44
select previous tab just work when i focus on "debug console" tool window, if i focus on Editor, it doesn't work
Community
IntelliJ IDEA Open API and Plugin Development
How to switch between "debugger" and "console" with shortcut
0 votes
Created
November 13, 2014 11:59
The key point is i use switcher frequetly in some framework(with large output), i think do it with one key is good, > 2 keys is bad, so i wanna do it with "one key"
Community
IntelliJ IDEA Open API and Plugin Development
How to switch between "debugger" and "console" with shortcut
0 votes
«
First
‹
Previous
Next
›
Last
»