Closed viliam-durina closed 4 years ago
ping
Thank you for the ping! I'll get on this by the end of the week.
On Mon, Jan 20, 2020 at 12:35 AM Viliam Durina notifications@github.com wrote:
This PR changes no feature, it only changes the build and few small changes to make it easy to open and compile in current version of IDEA. I'm going to propose more features later.
You can view, comment on, or merge this pull request online at:
https://github.com/abrookins/WrapToColumn/pull/31 Commit Summary
- Convert to newer gradle build
File Changes
- M .gitignore https://github.com/abrookins/WrapToColumn/pull/31/files#diff-0 (6)
- M README.md https://github.com/abrookins/WrapToColumn/pull/31/files#diff-1 (2)
- D WrapToColumn.iml https://github.com/abrookins/WrapToColumn/pull/31/files#diff-2 (13)
- A build.gradle https://github.com/abrookins/WrapToColumn/pull/31/files#diff-3 (28)
- A gradle/wrapper/gradle-wrapper.jar https://github.com/abrookins/WrapToColumn/pull/31/files#diff-4 (0)
- A gradle/wrapper/gradle-wrapper.properties https://github.com/abrookins/WrapToColumn/pull/31/files#diff-5 (6)
- A gradlew https://github.com/abrookins/WrapToColumn/pull/31/files#diff-6 (172)
- A gradlew.bat https://github.com/abrookins/WrapToColumn/pull/31/files#diff-7 (84)
- D lib/kotlin-runtime.jar https://github.com/abrookins/WrapToColumn/pull/31/files#diff-8 (0)
- A settings.gradle https://github.com/abrookins/WrapToColumn/pull/31/files#diff-9 (2)
- R src/main/java/com/andrewbrookins/idea/wrap/CodeWrapper.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-10 (2)
- R src/main/java/com/andrewbrookins/idea/wrap/WrapAction.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-11 (4)
- R src/main/java/com/andrewbrookins/idea/wrap/WrapParagraphAction.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-12 (6)
- R src/main/java/com/andrewbrookins/idea/wrap/WrappingAlgorithms.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-13 (0)
- R src/main/java/com/andrewbrookins/idea/wrap/config/WrapSettingsConfigurable.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-14 (0)
- R src/main/java/com/andrewbrookins/idea/wrap/config/WrapSettingsProvider.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-15 (8)
- R src/main/java/com/andrewbrookins/idea/wrap/ui/WrapSettingsPanel.form https://github.com/abrookins/WrapToColumn/pull/31/files#diff-16 (0)
- R src/main/java/com/andrewbrookins/idea/wrap/ui/WrapSettingsPanel.java https://github.com/abrookins/WrapToColumn/pull/31/files#diff-17 (5)
- R src/main/resources/META-INF/plugin.xml https://github.com/abrookins/WrapToColumn/pull/31/files#diff-18 (6)
- R src/test/java/com/andrewbrookins/idea/wrap/CodeWrapperTest.kt https://github.com/abrookins/WrapToColumn/pull/31/files#diff-19 (0)
Patch Links:
- https://github.com/abrookins/WrapToColumn/pull/31.patch
- https://github.com/abrookins/WrapToColumn/pull/31.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abrookins/WrapToColumn/pull/31?email_source=notifications&email_token=AAAXXHVFZ5JBYJMQOVG3QVDQ6VO6HA5CNFSM4KJAJ2B2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IHJD2FA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXXHS3F4MJ53G7D6YCFWDQ6VO6HANCNFSM4KJAJ2BQ .
Thank you, Viliam!
This PR changes no feature, it only changes the build and few small changes to make it easy to open and compile in current version of IDEA. I'm going to propose more features later.