From 3d881bc3f68eb466647caedb2d7b21edb1d18e90 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 23 Apr 2025 10:27:17 -0700 Subject: [PATCH] [cleanup] Fix Contributing doc TOC and list numbers --- CONTRIBUTING.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dfe05661..5f9dda80c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,11 @@ Contributing to Flutter Plugin for IntelliJ * [Contributing to Flutter Plugin for IntelliJ](#contributing-to-flutter-plugin-for-intellij) * [Contributing code](#contributing-code) * [Getting started](#getting-started) - * [Setting environments](#setting-environments) + * [Environment set-up](#environment-set-up) + * [IntelliJ set-up](#intellij-set-up) + * [Configure "Project Structure" settings](#configure-project-structure-settings) + * [Configure the Gradle settings](#configure-the-gradle-settings) + * [Build and run the plugin](#build-and-run-the-plugin) * [Handle symlinks](#handle-symlinks) * [Provision Tool](#provision-tool) * [Running plugin tests](#running-plugin-tests) @@ -13,7 +17,9 @@ Contributing to Flutter Plugin for IntelliJ * [Using the plugin tool on the command line](#using-the-plugin-tool-on-the-command-line) * [Adding platform sources](#adding-platform-sources) * [Working with Android Studio](#working-with-android-studio) - * [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser) + * [Flutter DevTools Integration](#flutter-devtools-integration) + * [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser) + * [Developing with local DevTools](#developing-with-local-devtools) ## Contributing code @@ -176,7 +182,7 @@ name and contact info to the [AUTHORS](AUTHORS) file. Internal Java Platform: IDEA JBR 21 ``` -3. Set the SDK for the Project +4. Set the SDK for the Project - Select "Project Settings > Project" - Change the "SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3. - When you are done, your settings should look something like: @@ -184,13 +190,13 @@ name and contact info to the [AUTHORS](AUTHORS) file. SDK: IntelliJ IDEA Community Edition IC-243.23654.189 ``` -4. Configure the modules for the Project +5. Configure the modules for the Project - Select "Project Settings > Modules" - Select the `flutter-intellij > flutter-idea` module - Switch to the "Paths" window - Select the **Inherit project compile output path** option then apply. -5. Change the modules SDK to the Project SDK +6. Change the modules SDK to the Project SDK - Select "Project Settings > Modules" - Select all the sub-directories under the `flutter-intellij > flutter-idea` module - Switch to the "Dependencies" window