3582 Commits

Author SHA1 Message Date
Yann Cébron
3a63f14a8c jcef.md: note new registry key in 2021.3 to enable DevTools 2021-08-30 15:05:06 +02:00
Yann Cébron
82d81c83a8 run_configurations.md: mention DemoRunConfigurationOptions class 2021-08-26 09:59:47 +02:00
Yann Cébron
31571658fe kotlin 1.5.30 2021-08-25 15:29:38 +02:00
dependabot[bot]
7e2e10cc67
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#524)
Bumps org.jetbrains.kotlin.jvm from 1.5.21 to 1.5.30.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-25 15:28:15 +02:00
Yann Cébron
18792fb471 align "Settings/Preferences" term 2021-08-25 11:37:33 +02:00
Yann Cébron
3ccaa9fd66 runIde.ideDir: update sample scripts 2021-08-25 11:13:59 +02:00
Yann Cébron
6bfae4040c api_notable_list_2021.md: injection EPs 2021-08-24 17:12:00 +02:00
Yann Cébron
d4910ffa3f code samples: regen gradle scripts for 7.2 2021-08-23 18:11:47 +02:00
Yann Cébron
6c0132f72a gradle_prerequisites.md: link "How to Debug Your Own IntelliJ IDEA Instance" blog post 2021-08-23 16:30:37 +02:00
dependabot[bot]
001a3d92b4
build(deps): bump actions/github-script from 4.0.2 to 4.1 (#523)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 09:59:56 +02:00
Yann Cébron
d4517ea3d0 file_based_indexes.md: mention com.intellij.indexedRootsProvider EP 2021-08-19 11:44:27 +02:00
Yann Cébron
bacfe49584 ide_development_instance.md: formatting 2021-08-18 17:13:36 +02:00
Yann Cébron
32651720c3 ide_development_instance.md: clarify auto-reload steps/known issues 2021-08-18 16:46:32 +02:00
Yann Cébron
7d424144ac code samples: Gradle 7.2 2021-08-18 10:50:33 +02:00
Yann Cébron
9c60f02d51 api changes: sync doc 2021-08-18 09:54:28 +02:00
Jakub Chrzanowski
5d9eec099d com.intellij.diagnostic.PerformanceWatcher.Snapshot class now interface 2021-08-17 23:18:15 +02:00
Jakub Chrzanowski
2157638e85 com.intellij.diagnostic.PerformanceWatcher.Snapshot class now interface 2021-08-17 23:18:15 +02:00
Yann Cébron
f76eb99bea platform_contributions.md: "Submit a Patch" section (by @klikh) 2021-08-17 15:05:32 +02:00
Jakub Chrzanowski
8c1160fe7f
Rename runIde.ideDirectory to runIde.ideDir 2021-08-17 13:11:49 +02:00
Yann Cébron
61a4839ce0 plugin_content.md: clarify how this is built 2021-08-17 11:59:55 +02:00
Yann Cébron
8c4ba3805a org.jetbrains.intellij 1.1.4 2021-08-17 10:07:43 +02:00
Yann Cébron
232f54bc7b deployment.md: link previous step explicitly 2021-08-16 16:30:38 +02:00
Yann Cébron
85be3e0b71 api_changes_list_2021.md: fix format 2021-08-16 12:09:39 +02:00
Dmitry Trofimov
5b6e41287d
Document incompatibilities (#521)
During the decoupling of ide.core and ide.core.impl modules from platform.ide and platofrm.ide.impl there were some incompatible changes that couldn't be avoided.
The main reason for it was that there were dependency on the UI sepcific implementations in the API, which in general should be avoided.
2021-08-16 12:05:36 +02:00
Egor Malyshev
be9e05a24c Update project.ihp
This will keep files located on the same level as project.ihp available in build.
2021-08-09 16:49:36 +02:00
Patrick Scheibe
1b82a85ec5 Fix number :( 2021-08-07 01:57:17 +02:00
Patrick Scheibe
cf6bcec2d8 Add the doc test description to the contents page 2021-08-07 01:56:28 +02:00
Patrick Scheibe
2be1d697ac Add documenation provider test description 2021-08-07 01:35:58 +02:00
Jakub Chrzanowski
0b1dea8706
Temporarily remove:
`com.intellij.diagnostic.PerformanceWatcher.Snapshot` class now interface
: Recompile the dependant code or use `com.intellij.diagnostic.PerformanceWatcherImpl.SnapshotImpl` instead
2021-08-04 08:04:56 +02:00
Dmitry Trofimov
d189b9da40 Document incompatibilities introduced after platform.ide and platform.ide.impl refactoring.
During this refactoring new modules platform.ide.core and platform.ide.core.impl were extracted. The new core modules are UI independent. Unfortunately, the compatibility couldn't be preserved in some cases.
2021-08-04 07:58:17 +02:00
Jakub Chrzanowski
1781f4e96b GitHub Actions: mention Martin Gjaldbaek in Dependabot Combine PRs 2021-07-30 12:28:04 +02:00
Martin Gjaldbaek
05c1ae51e4 Fix potential injection vulnerability 2021-07-30 12:28:04 +02:00
Yann Cébron
dc04ae03be code_samples/pycharm: upgrade to 2021.2 2021-07-29 10:14:20 +02:00
Yann Cébron
b821fb1ba3 code samples: update deprecated API use 2021-07-28 17:08:34 +02:00
Lada Gagina
cac7ade2a7
Update api_changes_list_2021.md (#514) 2021-07-28 16:58:42 +02:00
Yann Cébron
360007ffc7 ep lists: fix icons 2021-07-28 16:25:00 +02:00
Yann Cébron
8a032850c2 code_samples: 2020.3.4, Java11, Gradle plugin 1.1.4, #2 2021-07-28 16:03:18 +02:00
Yann Cébron
247eb28542 code_samples: 2020.3.4, Java11, Gradle plugin 1.1.4 2021-07-28 15:55:05 +02:00
Yann Cébron
a05546cc99 rider_extension_point_list.md: regen for 2021.2 2021-07-28 15:43:48 +02:00
Yann Cébron
d7771b909b data_grip_extension_point_list.md: regen for 2021.2 2021-07-28 15:21:29 +02:00
Yann Cébron
3d1804e7be webstorm_extension_point_list.md: regen for 2021.2 2021-07-28 15:01:34 +02:00
Yann Cébron
0ed9f1dcfd rubymine_extension_point_list.md: regen for 2021.2 2021-07-28 14:56:18 +02:00
Yann Cébron
a6de319059 php_extension_point_list.md: regen for 2021.2 2021-07-28 14:53:29 +02:00
Yann Cébron
6be891389a spring_extension_point_list.md: regen for 2021.2 2021-07-28 14:51:18 +02:00
Yann Cébron
b91d110170 goland_extension_point_list.md: regen for 2021.2 2021-07-28 14:48:23 +02:00
Yann Cébron
1a98095ae8 appcode_extension_point_list.md: regen for 2021.2 2021-07-28 14:47:16 +02:00
Yann Cébron
a2db93a618 clion_extension_point_list.md: regen for 2021.2 2021-07-28 14:46:56 +02:00
Yann Cébron
76b00539d6 docs: target 2021.2, regen EP list 2021-07-28 14:36:51 +02:00
Jakub Chrzanowski
5128f22ce9
plugin_signing.md: mark public key upload as not yet available 2021-07-28 12:33:44 +02:00
Yann Cébron
82d6e17abf kotlin.md: update 2021.2 stdlib 2021-07-27 17:57:30 +02:00