-
-
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
Settings plugin and IDEA #297
Comments
I forget to ask, why not use the native Gradle way of nesting projects with colon syntax ( |
Because it's shorter to type |
Do note that on your first screenshot, |
Yes, I'm aware of this and did make some adjustments in a build script to work around this. If I can choose, I will still rather use that kind of setup since I rarely execute commands on subprojects directly. Unfortunately, with kordamp I cannot have that kind of layout and those nice kordamp aggregate reports. To be fair, after an hour, IDEA's module name rendering bothers me less, but I don't believe that at least some of my coworkers will be easily convinced :-) Btw, I'm not quite sure, but it looks like that Gradle renders these module names, and IDEA just displays them. |
I found an option in IDEA for configuring qualified names of the module. There are some complicated methods through UI (https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#), but I found it much easier to set |
OK, so there's a fix for the module name in IDEA. I've got a fix for the long paths as well. |
Now with module names resolved, I kinda like kordamp short version 😃 . It simplifies my build script somewhat, containing directory is not rendered in bold since it is not a real module, and all aggregate reports are working. Great. |
Good. I sill think it's a good idea to keep the long paths option albeit disabled by default. Long live short project paths! |
Is there something else that needs to be done for this issue? |
No. Tnx for the effort. I will close it now. |
I applied the settings plugin on a nested project structure. And it works as expected. Unfortunately, IDEA displays a suffix for nested projects with qualified project names. This is very distracting for me (old habits, I guess). So, I'm wondering if there is some way to make IDEA behave in a more unsurprising way.
Here is a screenshot of what I will like to have:
After applying the settings plugin I get the following:
Tnx
The text was updated successfully, but these errors were encountered: