Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Arina Efremova
Total activity
2546
Last activity
April 23, 2025 12:15
Member since
December 20, 2019 11:04
Following
0 users
Followed by
5 users
Votes
99
Subscriptions
914
Activity overview
Articles (0)
Posts (14)
Comments (1519)
Sort by recent activity
Recent activity
Votes
Edited
January 17, 2020 10:20
Hi Chris, By default, all text is copied as rich text in IntelliJ IDEA since version 14.1 (the setting is configurable). Using IDEA 2019.3.1, I tried pasting a piece of code to GDocs and Powerpoint...
Community
IntelliJ IDEA Users
Rich text is not working properly
0 votes
Created
January 13, 2020 09:12
Hi Andro, You can run older classfiles on a newer Java runtime, but running newer classfiles on an older runtime has never been an option. That hasn't changed with Java 10. You can compile classes ...
Community
IntelliJ IDEA Users
Can i use java 13 language wit 'var' and compile to java 8 ?
0 votes
Created
December 30, 2019 12:19
Great news Stuart. May the additional features serve you well in all your coding endeavors. Good luck!
Community
IntelliJ IDEA Users
Java Spring application.properties Code Completion not working
1 vote
Created
December 30, 2019 09:32
Hi Kryten, You are correct, Spring Boot framework is available in the Ultimate edition of IntelliJ IDEA only. It comes as a bundled plugin and is enabled by default. These two articles should help ...
Community
IntelliJ IDEA Users
Java Spring application.properties Code Completion not working
1 vote
Created
December 30, 2019 08:44
Hi Igor, You can group all methods by their defining type (green button on the screenshot) and collapse the 'Object' type in order to hide object methods.
Community
IntelliJ IDEA Users
Hiding the Object Class from the Structure window
1 vote
Created
December 27, 2019 13:04
Hi Michael, Do you have any custom file coloring in place? You can check it in File | Settings | Appearance & Behavior | File Colors. Try clearing the 'Enable File Colors' box to see if it's the s...
Community
IntelliJ IDEA Users
Strange persitent highlighting in project view tab
0 votes
Created
December 25, 2019 13:09
Hi GabyTM, Does it occur project-wide or only a single instance of the annotation is affected? If you hit `Alt+Enter` while the caret is on the word that gives you the error, does it give you the o...
Community
IntelliJ IDEA Users
Java @SupressWarning() problem
0 votes
Created
December 24, 2019 13:48
Hi Martinen, To achieve your goal, you can use the structural search template from my initial reply and add another one that is going to replace the mField1's in assignment occurrences like String ...
Community
IntelliJ IDEA Users
Bulk refactor rename using structural search and replace
0 votes
Created
December 23, 2019 14:23
Hi Martinen, Per-field renaming can be done via the Refactor Rename dialog. Position your cursor on the variable name and invoke the dialog with Shift+F6+F6. Enter the replacement name. Optio...
Community
IntelliJ IDEA Users
Bulk refactor rename using structural search and replace
0 votes
Created
December 20, 2019 11:04
Official comment
Hi Martinen, Please make sure to update to version 2019.3 to benefit from latest updates to Structural Replace functionality. Let's say your search template script looks like this: $FieldType$ $Fie...
Community
IntelliJ IDEA Users
Bulk refactor rename using structural search and replace
0 votes
«
First
‹
Previous