You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
137
137
- Select "Platform Settings > SDKs"
138
138
- Click the "+" sign at the top, click "Add New SDK (Alt+Insert)", thenselect"Add JDK from disk...".
139
139
- Select your IntelliJ application (most likely under `Applications`) and from there, select the `Contents/jbr/Contents/Home` directory
140
-
- **[For macos]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens. From there, you can select the `Contents` directory.
140
+
- **[For macOS]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens. From there, you can select the `Contents` directory.
141
141
- Change the name so that you can easily identify it, e.g. `IDEA JBR 21`.
142
142
- When you are done, your settings should look something like:
143
143
```
@@ -150,7 +150,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
150
150
- Click the "+" sign at the top, click "Add New SDK (Alt+Insert)", then select "Add IntelliJ Platform Plugin SDK...".
151
151
- **[Note]** If you don't see this option, ensure you have the DevKit plugin installed.
152
152
- Select your IntelliJ application (most likely under `Applications`) and from there, select the `Contents` directory
153
-
- **[For macos]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens.
153
+
- **[For macOS]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens.
154
154
- Remember the generated name (probably `IntelliJ IDEA IU-231.8109.175`) or change to name to a format like this.
155
155
- Change the **Internal Java Platform** to the JBR you added in step 2. (e.g. `IDEA JBR 21`).
156
156
- When you are done, your settings should look something like:
0 commit comments