Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Anton Makeev
Follow
New articles and posts
New articles, posts, and comments
Total activity
2376
Last activity
April 15, 2019 16:26
Member since
July 02, 2007 11:05
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
890
Activity overview
Articles (0)
Posts (2)
Comments (1484)
Sort by votes
Recent activity
Votes
Created
July 01, 2012 19:12
Yes,first set 'Code->Style->Wrapping and Braces->Method parameters/Method call arguments' to 'wrap if long' or 'chop down if long'.After that simply call reformat code on the line (Command+Alt+L).I...
Community
AppCode
possible to split a long line into multiple lines?
3 votes
Created
March 30, 2009 14:00
Hi,Try invalidating system caches (File->Invalidate caches) and reimport the project.Thanks,Anton Makeev
Community
IntelliJ IDEA Users
Maven issues: IntelliJ keeps displaying message: reading pom.xml
2 votes
Created
February 17, 2012 16:58
Please check Settings->Editor->Change font size with Command+MouseWheel.
Community
AppCode
How to zoom font directly in code editor?
2 votes
Created
January 04, 2019 16:06
CLion artifacts publishing is under development and will be officially tested when 2019.1 EAP starts (mid/end January) CPP-14770. The currently published version (183.4925) is an early pilot, you c...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development using IDEA Plugin SDK with target IDE CLion
1 vote
Edited
April 16, 2018 12:43
Hanns, the following might help: Subclass a com.intellij.ide.projectView.TreeStructureProvider and implement modify method that changes `PsiDirectoryNode` for the mllt folders to a `PsiDirectoryNod...
Community
IntelliJ IDEA Open API and Plugin Development
Can't register FileEditorProvider that handles directories?
1 vote
Created
January 05, 2018 12:56
You need to inherit from one of `com.jetbrains.cidr.cpp.cmake.projectWizard.generators.CMakeProjectGenerator` subclasses. E.g. `CMakeAbstractCPPProjectGenerator` for a C++ project. To make your pro...
Community
CLion
Why does CLion not instantly generate configuration files in my new project?
1 vote
Created
January 18, 2017 20:37
We won't be able to help you with this, I'm afraid. Could you please rephrase your question in english?
Community
CLion
代码着色问题...
1 vote
Created
December 23, 2016 11:30
Please follow https://youtrack.jetbrains.com/issue/CPP-3878, we'll take a look shortly
Community
CLion
Reformate Code + Doxygen comments = wrong code indentation
1 vote
Created
November 07, 2008 07:29
Justin,IDEA automatically excludes the build 'target' folder, providing that there are no generated sources under it, otherwise it excludes all sub-folders but the generated.If you have some genera...
Community
IntelliJ IDEA EAP Users
How to specify excluded folders in Maven POM
1 vote
Created
August 14, 2009 18:18
Thanks for your help, I've reproduced the problem.The Maven Embedder fails to retrieve runtime sources information for this plugin, I haven't found why yet.Anyway, I'm planning to upgrade bundled v...
Community
IntelliJ IDEA EAP Users
Maven - generate-sources
1 vote
1
2
3
4
5
6
›
»