diff --git a/code_samples/simple_language_plugin/src/test/testData/ParsingTestData.simple b/code_samples/simple_language_plugin/src/test/testData/ParsingTestData.simple index 3f3bff72b..67e066968 100644 --- a/code_samples/simple_language_plugin/src/test/testData/ParsingTestData.simple +++ b/code_samples/simple_language_plugin/src/test/testData/ParsingTestData.simple @@ -14,4 +14,4 @@ tab : \u0009 # test for illegal key attempt key\ with\ -endofline = test +endofline = test \ No newline at end of file diff --git a/tutorials/custom_language_support/commenter.md b/tutorials/custom_language_support/commenter.md index f33ff1bfd..ed0eb5465 100644 --- a/tutorials/custom_language_support/commenter.md +++ b/tutorials/custom_language_support/commenter.md @@ -32,4 +32,4 @@ Select **Code \| Comment with Line Comment**. The line is converted to a comment. Select **Code \| Comment with Line Comment** again, and the comment is converted back to active code. -![Commenter](img/commenter.png){:width="800px"} +![Commenter](img/commenter.png) diff --git a/tutorials/custom_language_support/completion_contributor.md b/tutorials/custom_language_support/completion_contributor.md index 1d041b36e..aa1f97407 100644 --- a/tutorials/custom_language_support/completion_contributor.md +++ b/tutorials/custom_language_support/completion_contributor.md @@ -34,4 +34,4 @@ Run the `simple_language_plugin` in a Development Instance and open the [`test.s Erase the property "English" and invoke [Basic Code Completion](https://www.jetbrains.com/help/idea/auto-completing-code.html#invoke-basic-completion). The choice "Hello" is shown: -![Completion](img/completion.png){:width="800px"} +![Completion](img/completion.png) diff --git a/tutorials/custom_language_support/find_usages_provider.md b/tutorials/custom_language_support/find_usages_provider.md index ed4e9a01d..ccdaea872 100644 --- a/tutorials/custom_language_support/find_usages_provider.md +++ b/tutorials/custom_language_support/find_usages_provider.md @@ -34,4 +34,4 @@ The `SimpleFindUsagesProvider` implementation is registered with the IntelliJ Pl Rebuild the project, and run `simple_language_plugin` in a Development Instance. The IDE now supports [Find Usages](https://www.jetbrains.com/help/idea/find-highlight-usages.html) for any property with a reference: -![Find Usages](img/find_usages.png){:width="800px"} +![Find Usages](img/find_usages.png) diff --git a/tutorials/custom_language_support/folding_builder.md b/tutorials/custom_language_support/folding_builder.md index 5c1be1c6f..48a3a79b1 100644 --- a/tutorials/custom_language_support/folding_builder.md +++ b/tutorials/custom_language_support/folding_builder.md @@ -44,4 +44,4 @@ Now when a Java file is opened in the Editor, it shows the property's value inst This is because `SimpleFoldingBuilder.isCollapsedByDefault()` always returns `true`. Try using **Code \| Folding \| Expand All** to show the key rather than the value. -![Folding](img/folding.png){:width="800px"} +![Folding](img/folding.png) diff --git a/tutorials/custom_language_support/formatter.md b/tutorials/custom_language_support/formatter.md index 98dacba45..d35586acd 100644 --- a/tutorials/custom_language_support/formatter.md +++ b/tutorials/custom_language_support/formatter.md @@ -46,4 +46,4 @@ The `SimpleFormattingModelBuilder` implementation is registered with the Intelli Add some extra spaces around the `=` separator between `language` and `English`. Reformat the code by selecting **Code \| Show Reformat File Dialog** and choose **Run**. -![Formatter](img/formatter.png){:width="800px"} +![Formatter](img/formatter.png) diff --git a/tutorials/custom_language_support/img/code_style_settings.png b/tutorials/custom_language_support/img/code_style_settings.png index 9b8114f90..054c587ac 100644 Binary files a/tutorials/custom_language_support/img/code_style_settings.png and b/tutorials/custom_language_support/img/code_style_settings.png differ diff --git a/tutorials/custom_language_support/img/color_settings_page.png b/tutorials/custom_language_support/img/color_settings_page.png index 63418c177..e4a33550a 100644 Binary files a/tutorials/custom_language_support/img/color_settings_page.png and b/tutorials/custom_language_support/img/color_settings_page.png differ diff --git a/tutorials/custom_language_support/img/commenter.png b/tutorials/custom_language_support/img/commenter.png index f52aca973..9b91c36e6 100644 Binary files a/tutorials/custom_language_support/img/commenter.png and b/tutorials/custom_language_support/img/commenter.png differ diff --git a/tutorials/custom_language_support/img/completion.png b/tutorials/custom_language_support/img/completion.png index 8bbea4af8..618d301b6 100644 Binary files a/tutorials/custom_language_support/img/completion.png and b/tutorials/custom_language_support/img/completion.png differ diff --git a/tutorials/custom_language_support/img/find_usages.png b/tutorials/custom_language_support/img/find_usages.png index 17e98392a..865f436c8 100644 Binary files a/tutorials/custom_language_support/img/find_usages.png and b/tutorials/custom_language_support/img/find_usages.png differ diff --git a/tutorials/custom_language_support/img/folding.png b/tutorials/custom_language_support/img/folding.png index e220774b6..df42b39a4 100644 Binary files a/tutorials/custom_language_support/img/folding.png and b/tutorials/custom_language_support/img/folding.png differ diff --git a/tutorials/custom_language_support/img/formatter.png b/tutorials/custom_language_support/img/formatter.png index 30d566f76..543c2992d 100644 Binary files a/tutorials/custom_language_support/img/formatter.png and b/tutorials/custom_language_support/img/formatter.png differ diff --git a/tutorials/custom_language_support/img/new_property.png b/tutorials/custom_language_support/img/new_property.png index 0cd68df96..d0af18867 100644 Binary files a/tutorials/custom_language_support/img/new_property.png and b/tutorials/custom_language_support/img/new_property.png differ diff --git a/tutorials/custom_language_support/img/psi_elements.png b/tutorials/custom_language_support/img/psi_elements.png index 588cbf34a..8defa48ca 100644 Binary files a/tutorials/custom_language_support/img/psi_elements.png and b/tutorials/custom_language_support/img/psi_elements.png differ diff --git a/tutorials/custom_language_support/img/structure_view.png b/tutorials/custom_language_support/img/structure_view.png index 783d7cec8..454e5b5ed 100644 Binary files a/tutorials/custom_language_support/img/structure_view.png and b/tutorials/custom_language_support/img/structure_view.png differ diff --git a/tutorials/custom_language_support/img/syntax_highlighter.png b/tutorials/custom_language_support/img/syntax_highlighter.png index 15811d3a5..d1f7e4426 100644 Binary files a/tutorials/custom_language_support/img/syntax_highlighter.png and b/tutorials/custom_language_support/img/syntax_highlighter.png differ diff --git a/tutorials/custom_language_support/lexer_and_parser_definition.md b/tutorials/custom_language_support/lexer_and_parser_definition.md index 81ac0d160..9e10bde85 100644 --- a/tutorials/custom_language_support/lexer_and_parser_definition.md +++ b/tutorials/custom_language_support/lexer_and_parser_definition.md @@ -98,4 +98,4 @@ tab : \u0009 Now open the *PsiViewer* tool window and check how the lexer breaks the content of the file into tokens, and the parser parsed the tokens into PSI elements. -![PSI Elements](img/psi_elements.png){:width="900px"} +![PSI Elements](img/psi_elements.png) diff --git a/tutorials/custom_language_support/quick_fix.md b/tutorials/custom_language_support/quick_fix.md index e87872a65..b1a910e82 100644 --- a/tutorials/custom_language_support/quick_fix.md +++ b/tutorials/custom_language_support/quick_fix.md @@ -49,6 +49,6 @@ Choose "Create Property". The IDE opens the `test.simple` file and adds `website.url` as a new key. Add the new value `jetbrains.com` for the new `website.url` key. -![New Property](img/new_property.png){:width="800px"} +![New Property](img/new_property.png) Now switch back to the Java file; the new key is highlighted as valid. \ No newline at end of file diff --git a/tutorials/custom_language_support/structure_view_factory.md b/tutorials/custom_language_support/structure_view_factory.md index 4a2b666ae..49a8f17a9 100644 --- a/tutorials/custom_language_support/structure_view_factory.md +++ b/tutorials/custom_language_support/structure_view_factory.md @@ -52,4 +52,4 @@ Rebuild the project, and run `simple_language_plugin` in a Development Instance. Open the `test.simple` file and choose **View \| Tool Windows \| Structure**. The IDE now supports a structure view of the Simple Language: -![Structure View](img/structure_view.png){:width="800px"} +![Structure View](img/structure_view.png) diff --git a/tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.md b/tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.md index 3dd295c65..1cc1b8d67 100644 --- a/tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.md +++ b/tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.md @@ -43,7 +43,7 @@ Register the factory with the IntelliJ Platform in the plugin configuration file Open the example Simple Language [properties file ](/tutorials/custom_language_support/lexer_and_parser_definition.md#run-the-project) (`test.simple`) in the IDE Development Instance. The colors for Simple Language Key, Separator, and Value highlighting default to the IDE _Language Defaults_ for Keyword, Braces, Operators, and Strings, respectively. -![Syntax highlighter](img/syntax_highlighter.png){:width="800px"} +![Syntax highlighter](img/syntax_highlighter.png) ## 5.5. Define a Color Settings Page The color settings page adds the ability for users to customize color settings for the highlighting in Simple Language files. @@ -66,4 +66,4 @@ Register the Simple Language color settings page with the IntelliJ Platform in t In the IDE Development Instance, open the Simple Language highlight settings page: **Preferences/Settings \| Editor \| Color Scheme \| Simple**. Each color initially inherits from a _Language Defaults_ value. -![Color Settings Page](img/color_settings_page.png){:width="800px"} +![Color Settings Page](img/color_settings_page.png) diff --git a/tutorials/writing_tests_for_plugins/img/plugin_copy_psi.png b/tutorials/writing_tests_for_plugins/img/plugin_copy_psi.png index 4a89b1061..01860c7f4 100644 Binary files a/tutorials/writing_tests_for_plugins/img/plugin_copy_psi.png and b/tutorials/writing_tests_for_plugins/img/plugin_copy_psi.png differ