-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliJ settings not working for 2024.* versions #464
Labels
Milestone
Comments
hohwille
added
intellij
IntelliJ IDE from Jet-Brains
settings
ide-settings repo and replated processes and features
labels
Jul 9, 2024
Should be fixed with #469 |
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Jul 15, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Jul 15, 2024
removed IDEA_PROPERTIES from IdeVariables moved IDEA_PROPERTIES from IdeVariables to postinstall of Intellij
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Jul 15, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Jul 15, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Jul 15, 2024
added test for existing IDEA_PROPERTIES to checkInstallation
jan-vcapgemini
added a commit
that referenced
this issue
Jul 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
As a IntelliJ user, I want IDEasy to preconfigure my IntelliJ settings automatically so that I can start coding instantly. This also includes pre-configuring the code-style with indent, line-wrapping, etc.
Actual behavior
With IntelliJ 2024.* versions this stopped working. It seems that the internal configuration has changed from where IntelliJ reads the code-formatter settings on the disc.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide create ij-test-project
cd $IDE_ROOT/ij-test-project
ide intellij
Related/Dependent Issues
#52
Comments/Hints:
We first need to analyze where the new IntelliJ is now writing the config to and in which format.
In the worst case they have changed this entirely and we need to configure both the old and the new config file in our
ide-settings
to make it work with any IntelliJ version.Affected version:
The text was updated successfully, but these errors were encountered: