Jakub Chrzanowski
0cc25a07db
code samples: Gradle 8.3
2023-08-17 11:13:58 +02:00
Yann Cébron
26556f980d
testing_faq.md: link samples
2023-08-17 11:07:51 +02:00
Jakub Chrzanowski
b4bcf71a8b
GitHub Actions: Fixed GitHub ref resolving for "Check API Changes pages" workflow
2023-08-16 16:50:02 +02:00
Jakub Chrzanowski
6c235569f6
GitHub Actions: Fixed GitHub ref resolving for "Check API Changes pages" workflow
2023-08-16 16:22:16 +02:00
Yann Cébron
a5b9d2e07f
api_changes_list_2023.md: ES Run Config changes #1097
2023-08-16 15:59:11 +02:00
Yann Cébron
5639535000
glossary.md: add more entries
2023-08-16 11:41:47 +02:00
Yann Cébron
61a4bf0410
kotlin_ui_dsl.md: move warning up
2023-08-15 18:02:18 +02:00
Yann Cébron
0f5633aa1b
user_interface_components.md: cleanup
2023-08-15 18:00:14 +02:00
Yann Cébron
5e9e1fe604
snippets.md: be nicer
2023-08-15 17:59:25 +02:00
Yann Cébron
85df73ad20
tool_windows.md: update, cleanup (IJSDK-1378)
2023-08-15 17:51:25 +02:00
Yann Cébron
e7ded6158c
persisting_state_of_components.md: fix typo
2023-08-15 11:43:45 +02:00
hsz
610d642dce
Generate Android Studio releases
2023-08-15 01:23:15 +00:00
Yann Cébron
e26b9c87c9
api_changes_list_2023.md: note JsonPath libary removal
2023-08-14 18:08:57 +02:00
Yann Cébron
fb2297a381
api_changes_list_2023.md: add missing group
2023-08-14 18:06:58 +02:00
Yann Cébron
e14e116b9f
api_changes_list_2023.md: cleanup
2023-08-14 17:51:48 +02:00
Liudmila Kornilova
2d9a169644
Document parameter type change in DataGrid.showCell ( #1096 )
...
The method is used only by one plugin https://plugins.jetbrains.com/plugin/20941-tree-view-by-default
And that plugin already was already recompiled and new version was released
2023-08-14 17:43:16 +02:00
Tagir Valeev
5df079fdd7
com.siyeh.ipp.base.Intention note ( #1095 )
2023-08-14 17:06:42 +02:00
Yann Cébron
9158c540cf
vcs_integration_for_plugins.md: remove mention of removed PeerFactory
2023-08-14 15:25:23 +02:00
Yann Cébron
91b73fbb30
stub_indexes.md: page layout
2023-08-14 14:51:58 +02:00
Yann Cébron
42358abde1
stub_indexes.md: reword, cleanup, updates
2023-08-14 14:36:27 +02:00
Karol Lewandowski
c342ec0fb0
messaging_infrastructure.md: Cleanup and updates
2023-08-10 15:44:22 +02:00
Yann Cébron
39f9bb2e79
simple language: SimpleFoldingBuilder use visitor, cleanup
2023-08-10 14:04:28 +02:00
Yann Cébron
4b9e249f00
simple language: SimpleFoldingBuilder cleanup, update folding on property value change
2023-08-10 13:48:04 +02:00
Yann Cébron
9ab4ec628a
ide_infrastructure.md: link to MP docs for paid plugins user detection
2023-08-09 16:16:00 +02:00
Yann Cébron
ae9f0ebe8b
psi_helper_and_utilities.md: cleanup, clarify
2023-08-08 17:32:18 +02:00
Karol Lewandowski
a1a01e322f
settings_guide.md: Improve Table of Attributes readability
2023-08-08 16:26:58 +02:00
Yann Cébron
9b92772de6
settings_guide.md: more cleanup
2023-08-08 14:55:27 +02:00
Yann Cébron
a2d343376d
settings_guide.md: cleanup "Configurable Marker Interfaces"
2023-08-08 14:34:38 +02:00
Yann Cébron
bf29d09a91
settings_guide.md: rework table
2023-08-08 14:16:20 +02:00
Yann Cébron
7ad3c74ab5
publishing_plugin.md: update information about local installation from disk
2023-08-08 12:07:45 +02:00
Karol Lewandowski
95c29aa0af
dynamic_plugins.md: Add information that dynamic plugins behavior is unavailable for 3rd-party paid plugins
2023-08-07 12:21:45 +02:00
Yann Cébron
aa17d1b698
learning_resources.md: Astro blog post
2023-08-03 10:51:47 +02:00
Yann Cébron
a6f0eaf54a
api_notable_list_2023.md: minor
2023-08-03 09:39:31 +02:00
Yann Cébron
9c98a3d870
cleanup WRS notation
2023-08-02 17:03:33 +02:00
Patrick Scheibe
9995151706
Fix typo
2023-08-02 16:01:42 +02:00
Yann Cébron
50e4864289
fix crosslinks
2023-08-02 14:37:59 +02:00
Karol Lewandowski
7d27592be5
code_samples/project_view_pane: Cleanup ( #1093 )
...
* code_samples/project_view_pane: Cleanup:
- fix bug with not refreshing "svg" files and add supporting "jpeg" extension
- fix not working "Folders Always on Top" switch
- fix extracting file extension
- change disposable from Project to ProjectViewPane
- use BulkFileListener instead of VirtualFileListener with Alarm for updating the tree for immediate updates
- use Application.invokeLater instead of SwingUtilities.invokeLater
- code cleanup
* code_samples/project_view_pane: Add project.getDisposed() condition to the Application.invokeLater() call
* code_samples/project_view_pane: Do not count non-project files
* code_samples/project_view_pane: Do not update UI too often
2023-08-02 14:32:01 +02:00
Patrick Scheibe
ce6f4a3ef2
Add information about icon colors and sizes of icons in the new UI ( #1094 )
...
* Add information about required tool window icon colors and sizes
* Fix smaller issues regarding spelling and grammar
Co-authored-by: Karol Lewandowski <karol.lewandowski@jetbrains.com>
2023-08-02 14:08:18 +02:00
Yann Cébron
bbe990d6c4
build_number_ranges.md: minor edits
2023-08-02 14:02:57 +02:00
Yann Cébron
9c320c59d5
status_bar_widgets.md: note about StatusBarWidgetFactory id
2023-08-02 11:14:03 +02:00
Yann Cébron
67b3c248d5
plugin_extensions.md: add note about extensions should be stateless
2023-08-02 09:39:46 +02:00
Patrick Scheibe
6b5e70997c
Fix wrong method name to ProjectView.refresh()
2023-08-02 02:56:14 +02:00
Yann Cébron
f79ec3f003
tool_windows.md: note ToolWindowManager.invokeLater
2023-08-01 09:02:46 +02:00
hsz
7ede88bb16
Generate Android Studio releases
2023-08-01 01:31:06 +00:00
Yann Cébron
c6e6933f72
api_changes_list_2023.md: minor
2023-07-26 15:07:27 +02:00
Yann Cébron
84e8333e9c
2023.2 release ( #1091 )
2023-07-26 14:44:10 +02:00
hsz
598e512bc9
Generate Android Studio releases
2023-07-26 01:33:25 +00:00
Zakoulov Ilya
65dd1f83d1
Update api_changes_list_2023.md ( #1092 )
...
Document `com.intellij.remote.RemoteProcess` API changes.
2023-07-25 08:51:58 +02:00
Yann Cébron
52f9cdd7b4
api_changes_list_2023.md: note Configurable requires displayName/key
2023-07-24 13:41:57 +02:00
Yann Cébron
dfaf841bfb
testing_faq.md: VisibleForTesting
2023-07-24 13:20:44 +02:00