Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight current indent guide line #2536

Closed
1 of 3 tasks
nomanfound opened this issue Oct 31, 2022 · 4 comments
Closed
1 of 3 tasks

Highlight current indent guide line #2536

nomanfound opened this issue Oct 31, 2022 · 4 comments

Comments

@nomanfound
Copy link

Your issue may already be reported!
Please search on the issues and the document before creating one.

Please check

  • I already support this project.
  • If you are submitting a feature request, please do consider donating us on Open Collective Or by AliPay/WeChatPay.
  • This issue/feature request is not reported before.

Your programming languages

C++

Expected Behavior

when rainbow brackets enabled, clion settings 'current scope' in 'highlight on caret movement' works, the current scope highlighted
image

Current Behavior

when it's enabled, highlight current scope function breaks
Snipaste_2022-10-31_16-07-41

Possible Solution

Code snippet for reproduce (for bugs)

class child : public parent {
public:
    void eat() override {
        printf("child eat");
        printf("child eat");
        printf("child eat");
        printf("child eat");
        printf("child eat");

    }
};

Your Environment

CLion 2022.2.4
Build #CL-222.4345.21, built on October 10, 2022
Licensed to shijiu liu
You have a perpetual fallback license for this version.
Subscription is active until August 6, 2023.
Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.4.0-126-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 10000M
Cores: 16
Registry:
    run.processes.with.pty=TRUE
    ide.experimental.ui=true

Non-Bundled Plugins:
    manjaro.mpb (1.7)
    idea.plugin.protoeditor (222.4345.14)
    color.scheme.GapStyle (4.1)
    com.mallowigi (73.0.0)
    artsiomch.cmake (222.6.0)
    izhangzhihao.rainbow.brackets (6.26)
    BrowseWordAtCaret (3.0.5)

Current Desktop: Undefined
@open-collective-bot
Copy link

Hey @nomanfound 👋,

Thank you for opening an issue/feature request. We will get back to you as soon as we can.
Also, check out our https://opencollective.com/intellij-rainbow-brackets and consider backing us - every little helps!

PS.: We offer priority support for all backers. Don't forget to
add priority label when you start backing us 😄

@izhangzhihao izhangzhihao changed the title rainbow brackets breaks highlight current scope in Clion Highlight current indent line Oct 31, 2022
@izhangzhihao izhangzhihao changed the title Highlight current indent line Highlight current indent guide line Oct 31, 2022
@izhangzhihao
Copy link
Owner

Duplicated with #380

@izhangzhihao
Copy link
Owner

Please check the comments at #380 (comment)

@nomanfound
Copy link
Author

thanks a lot 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants