Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. how to disable highlighting of blocks when mouse hovers them
Forum Updated to NodeBB v4.3 + New Features

how to disable highlighting of blocks when mouse hovers them

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 227 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    eliardneru
    wrote on last edited by eliardneru
    #1

    i disabled "highlight blocks" but if i hover the mouse next to a block, in that little space between the line number and the actual code, it highlights it still, which is annoying when folding and unfolding code blocks, here
    d16337bc-65d5-4f4d-a5a7-fc65bf5e4d95-image.png
    if anyone could help, i would be thankful

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SuhasKrishanamurthy
      wrote on last edited by
      #2

      If you're using Sublime Text, try this:
      Go to Preferences > Settings.
      Add this line:

      "hover_highlight_gutter": false
      

      Save and restart the editor.
      If the setting doesn't exist or the issue persists, it may be controlled by the theme or a plugin. In that case:

      Go to Preferences > Customize Theme
      Look for any gutter or highlight rules and remove or modify them.

      If you're using VS Code, disable these in your settings:

      "editor.guides.bracketPairs": "never",
      "editor.guides.highlightActiveBracketPair": false,
      "editor.foldingHighlight": false
      
      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved