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
Dmitry Jemerov
a805128ed5
Merge pull request #236 from Javaru/patch-1
...
Update VFS changes section due to deprecation
2019-12-10 11:40:18 +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
2dac39e6fc
library.md: AdditionalLibraryRootsProvider
2019-12-09 19:34:23 +01:00
Yann Cébron
18428e879b
performance.md: cleanup
2019-12-09 18:25:57 +01: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
2ac6d40f1f
gradle-intellij-plugin 0.4.15
2019-12-09 10:43:55 +01:00
Nikolay Chashnikov
9902a92d56
Update api_changes_list_2020.md
...
Remove note about selectionDequotingFilter, the corresponding API was restored as deprecated.
2019-12-09 12:15:13 +03: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
Yann Cébron
3e046167de
plugin_components.md: formatting
2019-12-05 11:58:46 +01:00
Yann Cébron
8870737301
messaging_infrastructure.md: link "Plugin Listeners"
2019-12-05 11:19:51 +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
Yann Cébron
7ceae130c3
plugin_extension_points.md: cleanup, clarify sample
2019-12-05 10:58:38 +01:00
Dmitry Jemerov
4b7a0fae34
Stop teaching people to use components ( #233 )
...
- Replace documentation on writing components with documentation on migrating away from components
- Split documentation on extensions and extension points (extensions are always needed and EPs are quite uncommon)
- Add documentation on listeners
- Remove application and project components in sample plugins whenever possible
2019-12-05 10:10:38 +01:00
Stanislav Utikeev
ec7fd7e0c8
Document change in PrebuiltStubsProviderBase ( #232 )
2019-12-04 16:54:14 +01:00
Sergey Patrikeev
8b50bcaf22
API changes: add pattern "abstract method is inherited"
2019-12-04 18:00:27 +03:00
Sergey Patrikeev
0dcd54f3c6
API changes: add pattern "abstract method is inherited"
2019-12-04 17:58:27 +03:00
Sergey Patrikeev
ca4293fae2
API changes: add pattern "abstract method is inherited"
2019-12-04 17:55:40 +03:00
Yann Cébron
3eb8ff0ea5
api_changes_list.md: inspections wording
2019-12-04 10:09:24 +01:00
JohnHake
c08ad2d091
IJSDK-445
2019-12-03 21:06:57 -08:00
JohnHake
c5ef54af8c
IJSDK-683
2019-12-03 19:48:11 -08:00
JohnHake
f644ff023a
IJSDK-666
2019-12-03 19:22:54 -08:00
Yann Cébron
29f04d3c00
welcome.md: update
2019-12-03 17:52:02 +01:00
Yann Cébron
a8005cfe7d
announce highlighting of incompatible plugins in IDE (IJSDK-701)
2019-12-03 17:36:08 +01:00
Yann Cébron
5ebc4b9970
xml_dom_api.md: cleanup
2019-12-03 15:42:21 +01:00
Yann Cébron
f98c6d66da
use FQNs for EPs
2019-12-03 15:42:20 +01:00
Dmitry Jemerov
ce6d8b91d8
Merge remote-tracking branch 'origin/master'
2019-12-03 15:36:19 +01:00
Dmitry Jemerov
ab016b5f3e
Update Comma IDE description
2019-12-03 15:36:11 +01:00
Yann Cébron
656679ac3b
Testing: Cleanup, edits
2019-12-03 12:44:44 +01:00
Yann Cébron
9dd2f0ef99
indexes/stubs: cleanup
2019-12-03 12:10:57 +01:00
Yann Cébron
1a1f2eb4bd
psi_cookbook.md: formatting
2019-12-03 12:00:03 +01:00
Yann Cébron
3c0b3e4833
navigating_psi.md: cleanup
2019-12-03 11:52:52 +01:00
Yann Cébron
a2e2dc73ea
file_view_providers.md: cleanup
2019-12-03 11:44:07 +01:00
Dmitry Jemerov
5e79f23ef4
Update IDE list based on https://github.com/JetBrains/intellij-sdk-docs/pull/231
2019-12-03 09:45:29 +01:00
Yann Cébron
671eceeecd
writing_tests_for_plugins.md: cleanup
2019-12-02 16:04:40 +01:00
Yann Cébron
89ce33510c
go_to_class_and_go_to_symbol.md: cleanup
2019-12-02 15:55:46 +01:00
Yann Cébron
3234c1b018
surround_with.md: cleanup
2019-12-02 15:50:17 +01:00
Yann Cébron
7ae2c69b71
implementing_lexer.md: cleanup
2019-12-02 15:42:24 +01:00
Yann Cébron
bd3e27b063
structure_view.md: cleanup
2019-12-02 15:42:08 +01:00
Yann Cébron
a45d7f987f
syntax_highlighting_and_error_highlighting.md: cleanup
2019-12-02 15:27:18 +01:00
Yann Cébron
63e03a5695
references_and_resolve.md: cleanup
2019-12-02 15:17:06 +01:00
Yann Cébron
0fa63c2620
find_usages.md: cleanup
2019-12-02 14:59:21 +01:00
Yann Cébron
09d7dc950c
safe_delete_refactoring.md: cleanup
2019-12-02 14:53:13 +01:00
Yann Cébron
530a7b74c1
fix upsource:// links formatting, #2
2019-12-02 14:36:54 +01:00