From a41eb0442edf88ebbd85452cb753bb218e6670a6 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Thu, 17 Jul 2025 16:18:49 -0700 Subject: [PATCH 1/3] Initial README.md at the root of the project --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..261f5ae71 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Project and repository history + +This repository was originally copy of the Dart Plugin from IntelliJ from JetBrains, https://github.com/JetBrains/intellij-plugins/tree/master/Dart through the commit https://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b. + +Before the move to this repository, the project had 4 working and active branches which were used to build different IntelliJ versions: +- `243` - 2024.3 +- `251` - 2025.1 +- `252` - 2025.2 +- `master` - the current master for intellij-community, targeting the next version 2025.3 + +In its original location the project was built with Bazel, in github.com/flutter, the project is built using Gradle, see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html. From cc4482704483b0510cb9fe8d481b9ed44e271f38 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Thu, 17 Jul 2025 23:49:39 -0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: Helin Shiah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261f5ae71..ffc9db6e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Project and repository history -This repository was originally copy of the Dart Plugin from IntelliJ from JetBrains, https://github.com/JetBrains/intellij-plugins/tree/master/Dart through the commit https://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b. +This repository was originally a copy of the [Dart Plugin for IntelliJ from JetBrains](https://github.com/JetBrains/intellij-plugins/tree/master/Dart) through the commit https://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b. Before the move to this repository, the project had 4 working and active branches which were used to build different IntelliJ versions: - `243` - 2024.3 From 3da35cf62b2487864ce4c1fea1e70dd9bb2e271e Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Thu, 17 Jul 2025 23:49:52 -0700 Subject: [PATCH 3/3] Update README.md Co-authored-by: Helin Shiah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc9db6e5..94cecd165 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Before the move to this repository, the project had 4 working and active branche - `252` - 2025.2 - `master` - the current master for intellij-community, targeting the next version 2025.3 -In its original location the project was built with Bazel, in github.com/flutter, the project is built using Gradle, see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html. +In its original location the project was built with Bazel; however, in github.com/flutter, the project is built using Gradle (see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html).