Skip to content
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

Closed
hohwille opened this issue Jul 9, 2024 · 2 comments
Closed

IntelliJ settings not working for 2024.* versions #464

hohwille opened this issue Jul 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working intellij IntelliJ IDE from Jet-Brains settings ide-settings repo and replated processes and features
Milestone

Comments

@hohwille
Copy link
Member

hohwille commented Jul 9, 2024

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)

  1. ide create ij-test-project
  2. cd $IDE_ROOT/ij-test-project
  3. ide intellij
  4. open settings and check formatter (start-imports should be 999, indent should be 2, etc. but all wrong)

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:

  • OS: tested on Windows but most likely any OS
  • Intellij: 2024.*, tested with 2024.1.4
@hohwille hohwille added the bug Something isn't working label Jul 9, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Jul 9, 2024
@hohwille hohwille moved this from 🆕 New to 📋 Backlog in IDEasy board Jul 9, 2024
@hohwille hohwille added intellij IntelliJ IDE from Jet-Brains settings ide-settings repo and replated processes and features labels Jul 9, 2024
@jan-vcapgemini jan-vcapgemini self-assigned this Jul 11, 2024
@jan-vcapgemini jan-vcapgemini moved this from 📋 Backlog to 🏗 In progress in IDEasy board Jul 11, 2024
@jan-vcapgemini
Copy link
Contributor

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
Copy link
Contributor

With the latest changes of #478 and #464 this issue seems to be solved as the latest (2024* ) intellij is successfully starting up and loading all settings properly.

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in IDEasy board Jul 15, 2024
@hohwille hohwille added this to the internal milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working intellij IntelliJ IDE from Jet-Brains settings ide-settings repo and replated processes and features
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants