Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1320: Fix offline generated documentation #1322

Merged
merged 26 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
eedffa1
Update UpdateManager.java
alfeilex May 22, 2023
0d5e70b
Update UpdateManager.java
alfeilex May 22, 2023
6ed4f76
Merge branch 'devonfw:master' into master
alfeilex May 24, 2023
87c9522
Merge branch 'devonfw:master' into master
alfeilex May 29, 2023
6c887cf
Merge branch 'devonfw:master' into master
alfeilex Jun 7, 2023
e195b21
Merge branch 'devonfw:master' into master
alfeilex Jun 20, 2023
35208f7
Merge branch 'devonfw:master' into master
alfeilex Jun 21, 2023
8df1622
Merge branch 'devonfw:master' into master
alfeilex Jun 23, 2023
b34d4fc
Merge branch 'devonfw:master' into master
alfeilex Jun 26, 2023
fe2bc12
Merge branch 'devonfw:master' into master
alfeilex Jun 28, 2023
0dee82d
Merge branch 'devonfw:master' into master
alfeilex Jul 5, 2023
7e8b484
Merge branch 'devonfw:master' into master
alfeilex Jul 6, 2023
09dc271
Merge branch 'devonfw:master' into master
alfeilex Jul 6, 2023
38054d1
Merge branch 'devonfw:master' into master
alfeilex Jul 12, 2023
1ed830e
Merge branch 'devonfw:master' into master
alfeilex Jul 14, 2023
6905942
Merge branch 'devonfw:master' into master
alfeilex Jul 18, 2023
ca3946d
Merge branch 'devonfw:master' into master
alfeilex Jul 21, 2023
3fec010
Merge branch 'devonfw:master' into master
alfeilex Jul 25, 2023
917ca92
Merge branch 'devonfw:master' into master
alfeilex Jul 28, 2023
0e2687c
Merge branch 'devonfw:master' into master
alfeilex Aug 4, 2023
23f2f6a
Merge branch 'devonfw:master' into master
alfeilex Aug 7, 2023
e4c6f6b
Merge branch 'devonfw:master' into master
alfeilex Aug 10, 2023
bc5907f
Merge branch 'devonfw:master' into fix/docs
alfeilex Aug 10, 2023
7b1bed8
Update intellij.asciidoc
alfeilex Aug 10, 2023
13d3187
Update CHANGELOG.asciidoc
alfeilex Aug 10, 2023
9dfd033
Merge branch 'master' into fix/docs
hohwille Aug 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonf

Release with new features and bugfixes:

* TODO
* https://github.com/devonfw/ide/issues/1320[#1320]: Fix Bug in intellij documenation

The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/48?closed=1[milestone 2023.08.002].

Expand Down
1 change: 1 addition & 0 deletions documentation/intellij.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ These are explained by the following table:
|*`INTELLIJ_VERSION`*|The version of the tool IntelliJ to install and use.
|*`INTELLIJ_EDITION`*|The edition of the tool IntelliJ to install and use. By default the Community edition will be installed. If you want to use the Ultimate Edition, the value has to be set to `ultimate`. The Ultimate edition requires a license. The user has to buy the license separately and it is not part of devonfw-ide. The devonfw-ide only supports download and installation.
|*`EXTRA_JAVA_VERSION`*|You can set this to a different (newer) version of Java used to launch your IDE (other than `JAVA_VERSION` that is used to build your project)
|=======================

== plugins

Expand Down