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
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/_news/news14.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,28 +12,26 @@ Thursday 9, July 2020
12
12
13
13
#### ✨ New Features and Highlights for 0.14.0 ✨
14
14
15
-
##### VS Code and Eclipse
15
+
##### Eclipse, IntelliJ, and VS Code
16
+
- With [secure template sources](https://github.com/eclipse/codewind/issues/2647), add template sources that require authentication.
17
+
- When you add a new template source repository, provide authentication with a username and password or use an access token.
18
+
- You can also edit template sources to update credentials.
16
19
17
-
##### VS Code
18
-
- The [changelog](https://github.com/eclipse/codewind-vscode/wiki/Changelog#0140-july-2020) file is updated for Codewind 0.14.0.
19
-
- With [secure template sources](https://github.com/eclipse/codewind/issues/2647), template sources that require authentication can now be added to Codewind. Provide authentication with a username and password or use an access token.
20
+
##### Eclipse and VS Code
20
21
- Link Codewind projects together with [project linking](https://github.com/eclipse/codewind/issues/2852).
21
22
- When you link a project to another project, the project that is the link target has the other project's hostname exposed in an environment variable that you define.
22
23
- For example, linking **Project A** to **Project B** through the `PROJECT_A` environment variable means that **Project B** can access the code of the `PROJECT_A` environment variable to get the current hostname of **Project B**. Then, **Project A** can use **Project B**.
23
-
- The Project Overview page has undergone [another visual update](https://github.com/eclipse/codewind-vscode/pull/620).
24
-
- You can [right-click many fields](https://github.com/eclipse/codewind/issues/1153) in the Project Overview and Template Sources pages to copy the values.
25
-
24
+
- Right-click your project and click **Manage Project Links**. Use **Add**, **Edit**, and **Remove** to manage links.
25
+
- The project overview page for each project displays links to and from other projects.
26
26
27
+
##### IntelliJ
28
+
-[Manage template sources in IntelliJ](https://github.com/eclipse/codewind/issues/985).
27
29
28
-
##### Eclipse
30
+
##### VS Code
31
+
- The [changelog](https://github.com/eclipse/codewind-vscode/wiki/Changelog#0140-july-2020) file is updated for Codewind 0.14.0.
32
+
- The Project Overview page has undergone [another visual update](https://github.com/eclipse/codewind-vscode/pull/620).
33
+
- You can [right-click many fields](https://github.com/eclipse/codewind/issues/1153) in the Project Overview and Template Sources pages to copy the values.
29
34
30
35
#### List of Fixes
31
-
- In Codewind for Eclipse:
32
-
- Update 1
33
-
- Update 2
34
-
- Update 3
35
36
- In Codewind for VS Code:
36
-
-[After you manually edit the template sources in the Template Source Manager, you won't be prompted to select one in the Command Palette](https://github.com/eclipse/codewind/issues/3165).
37
-
- Update 1
38
-
- Update 2
39
-
- Update 3
37
+
-[After you manually edit the template sources in the Template Source Manager, you won't be prompted to select one in the Command Palette](https://github.com/eclipse/codewind/issues/3165).
0 commit comments