From 86dbdfeb9f9718309bc7d82e01b6caadc0b3c499 Mon Sep 17 00:00:00 2001 From: dstienon <110921037+dstienon@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:25:12 +0200 Subject: [PATCH 1/2] Update README.markdown updated Settings menu path --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ab0a25a..22eb724 100644 --- a/README.markdown +++ b/README.markdown @@ -60,7 +60,7 @@ in team environments where both IDEA and Eclipse are used. - For versions higher than 4.0 - imports will be reordered together with normal IntelliJ's import optimizing - **Disable `Optimize imports on the fly`** 3. Format code as usual, notice the green bubble notification about successful formatting - - notifications can be disabled at `Settings | Notifications` + - notifications can be disabled at `Settings | Appearance & Behavior | Notifications` 4. Use `Ctrl + Alt + O` as usual, it will use this plugin 5. Use `Ctrl + ~` for quick switch between formatters or icon at the main toolbar 6. [Give it 5 stars](http://plugins.jetbrains.com/plugin/?idea&id=6546) From fe1872973494da1a038fa9d8b75e7768d965ca45 Mon Sep 17 00:00:00 2001 From: dstienon <110921037+dstienon@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:45:58 +0200 Subject: [PATCH 2/2] Update README.markdown IntelliJ IDEA 2023.2.3 on Windows: - default shortcut is "Ctrl + ` " (backtick); on GitHub: to show a single backtick (`) character itself within inline code blocks, you need to enclose the backtick with double backticks for the inline code block. In Windows "Character Map" and in macOS "Character Viewer" the character is called: GRAVE ACCENT - new UI does not have main toolbar with buttons anymore! --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ab0a25a..9e960a3 100644 --- a/README.markdown +++ b/README.markdown @@ -62,7 +62,7 @@ in team environments where both IDEA and Eclipse are used. 3. Format code as usual, notice the green bubble notification about successful formatting - notifications can be disabled at `Settings | Notifications` 4. Use `Ctrl + Alt + O` as usual, it will use this plugin -5. Use `Ctrl + ~` for quick switch between formatters or icon at the main toolbar +5. Use ``Ctrl + ` `` for quick switch between formatters in `Switch Code Formatter` or `View | Quick Switch Scheme...` 6. [Give it 5 stars](http://plugins.jetbrains.com/plugin/?idea&id=6546) 7. [Make a donation](https://www.paypal.me/VojtechKrasa)