Yann Cébron
cdbedc05cc
testing_faq.md: indexing changes in 242
2024-06-17 11:39:44 +02:00
Yann Cébron
932b3711a0
testing_faq.md: ProjectActivity
2024-06-12 17:49:13 +02:00
Yann Cébron
30f0da2712
dumb aware intentions/quick-fixes in 242
2024-06-11 13:38:13 +02:00
Karol Lewandowski
f31aa679e6
Use the correct nested annotation form
...
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation
These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
Karol Lewandowski
b52f8e8c15
Internationalization and localization pages ( #1303 )
2024-04-19 12:31:21 +02:00
Yann Cébron
3f20e59371
242: Gradle plugin requirements
2024-04-11 17:28:03 +02:00
Karol Lewandowski
77b63e8577
webstorm.md: Improve header
2024-04-09 08:44:29 +02:00
Karol Lewandowski
89b0182152
language_and_filetype.md: Avoid using FileType class name in headers
2024-04-09 08:07:01 +02:00
Karol Lewandowski
89cb6cd9aa
api_notable_list_2024.md: Using coroutines is recommended
2024-03-20 09:47:11 +01:00
Yann Cébron
dd303d8f84
syntax_highlighting_and_error_highlighting.md: Order of Running Highlighting
2024-03-19 16:59:27 +01:00
Yann Cébron
7065a998c4
api_notable_list_2024.md: Saving Settings on background thread
2024-03-13 14:56:15 +01:00
Yann Cébron
bfd4c48196
%gh-java-annotations% GH repo, align references/wording
2024-03-13 14:41:58 +01:00
Yann Cébron
9944ead6c4
IJSDK-1930 Plaform no longer increments root changes modification tracker on finish of Dumb mode
2024-03-12 14:31:41 +01:00
Yann Cébron
ef342fa2b1
language_server_protocol.md: Status Bar Integration
2024-03-04 17:36:34 +01:00
Yann Cébron
1832793d87
api: 2024.2 placeholder
2024-02-14 15:46:52 +01:00
Yann Cébron
06ef7d0eb7
api_notable_list_2024.md: unbundled plugins
2024-01-08 13:08:41 +01:00
Yann Cébron
a33359fcd3
api_notable_list_2023.md: link to LSP page
2023-12-20 11:59:32 +01:00
Karol Lewandowski
4666aa2ee6
Rename work_with_icons_and_images.md to icons.md
2023-12-07 15:48:47 +01:00
Yann Cébron
f717bd93e8
api_notable.md: grammar
2023-10-26 14:59:16 +02:00
Yann Cébron
3dae7e5551
API: 2024.* pages
2023-10-24 10:58:38 +02:00
Yann Cébron
42c97a66e8
api_notable_list_2023.md: unbundled plugins
2023-10-23 16:39:10 +02:00
Yann Cébron
a777d915cf
general_threading_rules.md: updates for 2023.3
2023-10-02 09:36:33 +02:00
Yann Cébron
6942bb5bb5
highlight nested index access as problematic
2023-09-28 16:25:34 +02:00
Yann Cébron
ec61cd3f0b
inspections: com.intellij.inspection.basicVisitor EP
2023-09-19 14:13:31 +02:00
Yann Cébron
69d952000e
api_notable_list_2023.md: cleanup
2023-09-19 11:07:43 +02:00
Yann Cébron
1da7d21de8
external annotator: DumbAware (2023.3)
2023-09-19 11:05:42 +02:00
Yann Cébron
6b70dc3709
Java plugin: replace link to blogpost with doc link
2023-09-04 17:01:10 +02:00
Yann Cébron
a6f0eaf54a
api_notable_list_2023.md: minor
2023-08-03 09:39:31 +02:00
Yann Cébron
50e4864289
fix crosslinks
2023-08-02 14:37:59 +02:00
Yann Cébron
a16fcfb568
api: 2023.3 placeholder
2023-07-13 10:22:11 +02:00
Yann Cébron
8ee7552d1a
api_notable_list_2023.md: LSP
2023-07-12 16:09:26 +02:00
Yann Cébron
e50817f7d2
api_notable_list_2023.md: intention skipBeforeAfter
2023-06-15 16:21:27 +02:00
Yann Cébron
c74109c32b
api_notable_list_2023.md: JCEF SVG viewer
2023-05-09 14:27:43 +02:00
Yann Cébron
ccf61181f2
api_notable_list_2023.md: 2023.2 unbundled plugins
2023-05-08 15:12:02 +02:00
Yann Cébron
11d7225b4b
code_inspections.md: code snippets highlighting in description
2023-05-04 15:20:22 +02:00
Patrick Scheibe
a9218af3cc
Switch from DocumentationProvider to DocumentationTargetProvider ( #1037 )
...
* Include docs for Documentation Target API
* Rearrange the page to combine it with the deprecated Documentation Provider API
* Update API changes page
* Add notes to the language tutorial
* Include suggestions from Karol and Yann
2023-04-27 14:13:13 +02:00
Yann Cébron
d6e4a8e848
psi_cookbook.md: JavaLibraryUtil
2023-04-25 16:10:47 +02:00
Karol Lewandowski
95aca84917
Cleanups
...
- get rid of the old [//]: # (title: ...) format
- reorder copyright notice and title where applicable
- fix grammar and other minor issues
2023-04-07 15:47:20 +02:00
Yann Cébron
32aeca2ccf
2023.1 release ( #1010 )
...
* 2023.1 release: update gh-links, re-gen EP lists
* code samples: update target version
* code samples: fix framework_basics missing dependency on Java plugin
* stub_indexes.md: update -master GH link
* EP lists: improve "Topic" presentation
* internal_ui_inspector.md: fix link
* kotlin_demo: fix link
* Generate Android Studio releases
* publishing_plugin.md: add note about plugin signing
* plugin_signing.md: Update information about providing `certificateChainFile` and `privateKeyFile` + minor changes
* tools_gradle_intellij_plugin.md: add `verifyPluginSignature` task
* plugin_signing.md: add Plugin Signature Verification
* plugin_signing.md: fixed anchor
* creating_plugin_project.md: update
* GH: set final 2023.1 tag
* GH code samples: update PV version
* code samples: ComparingStringReferencesInspection compatibility with 231.*
2023-03-28 20:09:23 +02:00
Karol Lewandowski
f2906872cf
New topic: Inspection options ( #988 )
2023-02-27 15:36:02 +01:00
Yann Cébron
2f2dfdc14c
api_notable_list_2023.md: cleanup
2023-02-27 11:52:31 +01:00
Yann Cébron
5202952d31
api_notable_list_2022.md: New UI Icons
2023-02-22 16:00:06 +01:00
Yann Cébron
fcf3ea1cd9
api-pages: 2023.2 placeholders
2023-02-15 14:05:44 +01:00
Yann Cébron
655dfc1202
api_notable_list_2022.md: 2022.3 threading/tests
2023-02-14 17:25:54 +01:00
Yann Cébron
9fa39fad1b
api_notable_list_2023.md: ApiStatus.@Obsolete
2023-02-02 17:55:28 +01:00
Yann Cébron
3fa3ba3685
syntax_highlighting_and_error_highlighting.md: DumbAware Annotator
2023-02-01 18:04:12 +01:00
Yann Cébron
ed4f074361
add link summary
2023-01-11 18:10:16 +01:00
Yann Cébron
b969d17468
"Settings/Preferences" is now "Settings" on all OSes
2023-01-11 14:43:08 +01:00
Patrick Scheibe
36c3170187
Document Intention and Quick Fix Preview ( #952 )
...
* Add the initial version of the article
* Improve text based on review with Yann
* Improve text based on Tagir's suggestions
* Add final changes
2022-12-21 04:02:03 +01:00
Yann Cébron
baefdeec4c
api_notable_list_2023.md: FileTypeIndex.IndexChangeListener
2022-12-06 11:34:38 +01:00