After dropping a lot of old versions in 48daacf we can commonize a lot of code that is identical across remaining IDE versions.
I used diff -rq src/IC-223 src/IC-231 and compared 223 to every other version. Turns out all was identical, except files.kt which is differing for IC242, so I let that file remain in the individual source dirs.
I also moved the plugin.xml into the common source set. Do you think that's alright to do?
After dropping a lot of old versions in 48daacf we can commonize a lot of code that is identical across remaining IDE versions.
I used
diff -rq src/IC-223 src/IC-231
and compared 223 to every other version. Turns out all was identical, exceptfiles.kt
which is differing for IC242, so I let that file remain in the individual source dirs.I also moved the plugin.xml into the common source set. Do you think that's alright to do?