* Integration tests: UI interactions and components
* Fix images
* Add references to the main page
* Update content_updates.md to avoid first section mentioning since there will be second and third.
* Review fixes:
- <control> for elements
- new lines
- link to JCEF
* Review fixes:
- crop image
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update topics/basics/testing_plugins/integration_tests/integration_tests_ui.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update image
* Make the last test more clear
* Apply formatting
* Add label
* Add general info about keyboard presses.
* Refactor section about attributes
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
* Extend the introduction to explain the general approach to formatting
* Add more detailed but abstract examples of implementing a PSI-based Formatter.
* Extend the "Implementation" section
* Replace the example image with a more insightful one
* Add more examples and tips
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation
These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
* jcef.md: Rewrite the page
* Review fixes
* Update date in content_updates.md
* Change title to more meaningful
* Change title to more meaningful
* Add information about enabling file download
* Update title in navigation
* Set higher level for the Event Handlers section
* Remove redundant title definition in TOC element
* Fix link revert
* Rename examples section
* Do not suggest using JBCefClient.add*Handler() methods - they don't work well and will be probably removed
* Add information about customizing scrollbars