400 Commits

Author SHA1 Message Date
Grig Alex
c0256da2d6
Fix mismatch in closing tag 2020-02-28 09:04:04 +03:00
Yann Cébron
b049841e52 stubs: stubElementTypeHolder EP mention externalIdPrefix 2020-02-25 18:04:53 +01:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
Yann Cébron
0535711914 Plugin listeners: cleanup 2020-02-19 11:26:13 +01:00
Yann Cébron
771d235144 Plugin listeners: add paragraph "Additional attributes" 2020-02-19 11:13:50 +01:00
JohnHake
b372f34863 Doc cleanup 2020-02-18 14:08:23 -08:00
JohnHake
7672f6fbf8 Fix for Link Checker 2020-02-17 00:09:53 -08:00
Yann Cébron
6383ae9b4e IJSDK-758 Document "area" attribute for <extensionPoint> 2020-02-11 17:21:17 +01:00
Yann Cébron
ad4b75c1c1 Document idea.auto.reload.plugins system property (IJSDK-772) 2020-02-10 15:29:10 +01:00
Yann Cébron
bb5768b4d2 running_and_debugging_a_plugin: link to "IDE Development Instances" 2020-02-10 15:07:26 +01:00
Yann Cébron
9f4df3319d cleanup method notation 2020-02-05 12:18:15 +01:00
Yann Cébron
4ff3f8714a plugin_services.md: minor edits 2020-01-17 14:31:47 +01:00
Vladimir Krivosheev
0c71615b3d Update plugin_services.md (#242)
* Update plugin_services.md

discourage module level service, document Kotlin way to get services, add note about read action

* Update plugin_services.md

add note about light services

* Update plugin_services.md

add note about light services
2020-01-17 13:51:41 +01:00
Yann Cébron
8d919608ee testing_plugins.md: note about testGuiFramework reserved use 2020-01-15 11:06:48 +01:00
Dmitry Jemerov
d26ee46bca Correct instructions for AppLifecycleListener 2020-01-02 12:28:06 +01:00
John Hake
c34c17c513
Merge pull request #241 from JohnHake/IJSDK-756
Change docs to use one Action tutorial
2019-12-19 08:44:37 -08:00
Yann Cébron
f26ef7f651 setting_up_environment.md: cleanup 2019-12-19 15:01:05 +01:00
Yann Cébron
c0e3bb71ad dynamic_plugins: landing page, Dynamic EPs 2019-12-19 11:44:02 +01:00
Yann Cébron
3737f709b4 test_project_and_testdata_directories.md: cleanup 2019-12-19 11:07:33 +01:00
Yann Cébron
ef675f5894 navigating_psi.md: cleanup 2019-12-19 10:55:00 +01:00
Yann Cébron
52f418e513 file_view_providers.md: cleanup 2019-12-19 10:54:23 +01:00
Yann Cébron
86f24fe274 psi_files.md: cleanup 2019-12-19 10:50:45 +01:00
Yann Cébron
a45e86428d general_threading_rules.md: cleanup, remove TransactionGuard, upsource links 2019-12-19 10:32:51 +01:00
Yann Cébron
e6255292a1 plugin_services.md: cleanup 2019-12-19 10:06:26 +01:00
Yann Cébron
279188fec7 plugin_class_loaders.md: link Plugin Dependencies 2019-12-19 10:01:31 +01:00
Yann Cébron
815b95be2b cleanup 2019-12-19 09:59:49 +01:00
Yann Cébron
49bee78ed0 plugin_extension_points.md: fix sample 2019-12-19 09:18:20 +01:00
JohnHake
f97a69a193 Consolidate to 1 Actions Tutorial 2019-12-18 23:53:39 -08:00
John Hake
660a76f1e6
Merge pull request #235 from JohnHake/IJSDK-690
IJSDK-690
2019-12-16 22:17:54 -08:00
Yann Cébron
e19d67efdb plugin_structure.md: sync with menu 2019-12-16 18:21:08 +01:00
Yann Cébron
ba92edf4ff modifying_psi.md: cleanup 2019-12-16 14:00:34 +01:00
Yann Cébron
4427e50d70 stub_indexes.md: cleanup 2019-12-16 12:50:59 +01:00
JohnHake
864c6a89ae OCD fixes 2019-12-14 13:32:01 -08:00
JohnHake
bb97c4213f Rewrite 2019-12-13 21:52:46 -08:00
Yann Cébron
78a8ac73a5 plugin_extension_points.md: more complete sample, ExtensionPointName usage 2019-12-13 16:38:25 +01:00
Yann Cébron
35de391f82 fix links 2019-12-13 10:59:09 +01:00
Yann Cébron
5a4e8d9b27 update links for moved plugin_extensions_and_extension_points.md 2019-12-13 10:36:17 +01:00
Yann Cébron
ab9054c4b0 build_number_ranges.md: link to "Statistics: Product Versions in Use" in marketplace docs 2019-12-11 10:40:39 +01:00
Yann Cébron
617868dad7 virtual_file_system.md: improve the warning about VFS listeners 2019-12-10 14:41:31 +01:00
Yann Cébron
77856944a0 virtual_file.md/virtual_file_system.md: remove duplication, crosslinks 2019-12-10 14:34:59 +01:00
Mark Vedder
0cb54057c1
Update VFS changes section due to deprecation
The "How do I get notified when VFS changes?" section indicated to use VirtualFileManager.addVirtualFileListener(). However that method is deprecated. Updated the section with information on using the VirtualFileManager.VFS_CHANGES message bus topic instead.
2019-12-09 16:19:46 -05:00
Yann Cébron
6bb3c4c80f some cross-links to "Optimizing Performance" 2019-12-09 18:15:27 +01:00
Yann Cébron
c769386711 extensions: support for Enum attributes 2019-12-09 15:36:25 +01:00
Yann Cébron
5eff69afb8 plugin_extensions.md: note code insight features 2019-12-06 16:41:27 +01:00
Yann Cébron
485daa85a6 plugin_extensions.md: document @RequiredElement 2019-12-06 16:36:59 +01:00
JohnHake
6f889df547 Cleanup per SDK style 2019-12-05 20:10:22 -08:00
JohnHake
bc3b21c4b7 Merge branch 'master' into IJSDK-690
# Conflicts:
#	basics/action_system.md
2019-12-05 19:42:23 -08:00
Yann Cébron
3e046167de plugin_components.md: formatting 2019-12-05 11:58:46 +01:00
Yann Cébron
85cd10f559 plugin_listeners.md: formatting 2019-12-05 11:14:17 +01:00
Yann Cébron
49dfc7b980 plugin_extension_points.md: cleanup 2019-12-05 11:09:13 +01:00