izhangzhihao / intellij-rainbow-brackets

🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet
https://plugins.jetbrains.com/plugin/10080-rainbow-brackets
GNU General Public License v3.0
4.35k stars 202 forks source link

The IDE freezes. #2672

Closed TrApY closed 7 months ago

TrApY commented 8 months ago

Please check

Your programming languages

Expected Behavior

Current Behavior

Possible Solution

CMD C:\Users\user\AppData\Local\JetBrains\Toolbox\scripts idea.cmd disableNonBundledPlugins And uninstalling it

Code snippet for reproduce (for bugs)

Your Environment

Non-Bundled Plugins: com.github.copilot (1.2.22.3129) org.jetbrains.jumpToLine (0.1.13) String Manipulation (9.11.3) com.wakatime.intellij.plugin (14.2.1) awesome.console (0.1337.12) com.intellij.tide (232.8660.88) FitNesse (1.13.0) com.chrisrm.idea.MaterialThemeUI (8.11.0) com.haulmont.jpab (2023.3.5-232) com.intellij.ml.llm (232.9826) com.mallowigi (93.1.0) zielu.gittoolbox (500.0.18+222) mobi.hsz.idea.gitignore (4.5.1) org.sonarlint.idea (9.0.0.75308) com.majera.intellij.codereview.gitlab (2023.3.4.232) cn.yiiguxing.plugin.translate (3.5.4)

Kotlin: 232-1.9.0-IJ9921.47

izhangzhihao commented 8 months ago

Your IDE info list does not seems contains this plugin. And what specific action to trigger the freze? Do you have any error messages reported by the IDE?

TrApY commented 8 months ago

It does not appear listed because the IDE gets blocked and I had to uninstall it. But with Rainbow brackets Lite is working correctly. I suppose the problem lies in certain premium features.

The lasts logs I can see before freeze are:

2023-09-17 02:00:17,583 [  31359]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'ide.editor.tab.selection.animation' has changed to 'true'
2023-09-17 02:00:17,583 [  31359]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'ide.new.editor.tabs.vertical.borders' has changed to 'true'
2023-09-17 02:00:17,583 [  31359]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'ide.animate.toolwindows' has changed to 'true'
2023-09-17 02:00:17,583 [  31359]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'editor.focus.mode.color.light' has changed to '6b727d'
2023-09-17 02:00:17,583 [  31359]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'editor.focus.mode.color.dark' has changed to '6b727d'
2023-09-17 02:00:18,076 [  31852]   INFO - #zielu.gittoolbox.branch - Schedule branch cleanup=true in 1800 sec
2023-09-17 02:00:18,436 [  32212]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [izhangzhihao.rainbow.brackets]
2023-09-17 02:00:18,445 [  32221]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2023-09-17 02:00:19,255 [  33031]   INFO - #JetprofileSource - No valid license found
2023-09-17 02:00:19,339 [  33115]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.haulmont.jpab]
2023-09-17 02:00:19,339 [  33115]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2023-09-17 02:00:19,528 [  33304]   INFO - #JetprofileSource - No valid license found
2023-09-17 02:00:19,619 [  33395]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.majera.intellij.codereview.gitlab]
2023-09-17 02:00:19,619 [  33395]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2023-09-17 02:00:22,457 [  36233]   INFO - #c.i.d.d.s.DbSrcModificationSession$CountedThreadExecutor - DbSrcWriter stopped
2023-09-17 02:01:00,172 [  73948]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [C:\Users\josemarin\AppData\Local\JetBrains\IntelliJIdea2023.2\caches\huge-gists] ...
izhangzhihao commented 8 months ago

I didn't see any errors there, how I can reproduce this issue in my IDE?

izhangzhihao commented 8 months ago

If you enable this plugin again and wait for the error messages to pop up from the IDE, it will help me to fix the issue:

image
izhangzhihao commented 8 months ago

Or whichi specific paid feature you enabled that triggered the freeze? It this issue project related? if you open other project will still trigger the freeze?

TrApY commented 8 months ago

With this combinations, don't work for me:

image image

I don't see any error on the screen you're referring to, it was when opening the project.

TrApY commented 8 months ago

The same result with the same options enabled as in my previous image. It stays frozen.

izhangzhihao commented 8 months ago

I can reproduce this issue now, please change these two options to random and I will try to fix this later.

image
izhangzhihao commented 8 months ago

please try this new build snapshot

izhangzhihao commented 7 months ago

Any update? did the new build snapshot fix the issue?

TrApY commented 7 months ago

Sorry for the inactivity. With this latest version, it works correctly.