1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-08 02:34:03 +02:00

add note about settings deserialization

This commit is contained in:
breandan 2023-08-25 09:33:49 -04:00 committed by GitHub
parent 209b6c97b7
commit a746b0a516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,13 @@
<a href="https://twitter.com/search?q=AceJump&f=live" title="Twitter"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social"></a>
</p>
> **Note**: There is currently an outstanding issue with [settings deserialization](https://github.com/acejump/AceJump/issues/445). If the AceJump settings were changed in the past, they can become corrupted and may need to be manually deleted. The location varies depending on the operating system and platform version used. For IntelliJ IDEA, the plugin settings file is located in:
> * Mac: `~/Library/Application Support/JetBrains/IntelliJIdea<VERSION>/plugins/AceJump.xml`
> * Windows: `%APPDATA%\JetBrains\IntelliJIdea<VERSION>\plugins/AceJump.xml`
> * Linux: `~/.local/share/JetBrains/IntelliJIdea<VERSION>/AceJump.xml`
>
> We apologize for any inconvenience this may have caused.
[AceJump](https://plugins.jetbrains.com/plugin/7086) is a plugin for the [IntelliJ Platform](https://github.com/JetBrains/intellij-community/) that lets you jump to any symbol in the editor with just a few keystrokes. Press the keyboard shortcut for `AceAction` (<kbd>Ctrl</kbd>+<kbd>;</kbd> by default) to activate AceJump. Type any string in the editor, followed by one of the illustrated tags, to jump its position:
![](https://cloud.githubusercontent.com/assets/175716/20177444/124fb534-a74d-11e6-8912-1d220ae27091.png)