Author Topic: Search and indenting  (Read 2300 times)

SeeCwriter

  • Senior Community Member
  • Posts: 146
  • Hero Points: 1
Search and indenting
« on: February 22, 2012, 10:20:52 PM »
Whenever I do a search, the word I searched for stays highlighted until I do
another search. Then that word becomes permanently highlighted. This persists
even after changing projects and closing and opening SE. Is there a way to
disable this "feature".

Is there no way to have the cursor go to the right indentation level after
pressing the Enter key?

if ( something ) {
  |   cursor should be at the pipe symbol, not even with the "i" in if.
}

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Search and indenting
« Reply #1 on: February 22, 2012, 10:59:30 PM »
  • Uncheck 'Highlight all matches' in Search dialog is not appropriate ?
    However, there is also a 'clear-highlights' command available on SE cmdline. It can be bound to a key or added as toolbar button for quick access.
  • Adjust brace style 1 and use 'Syntax Indent' and you're fine.
    See the comprehensive docs (Help) for details.
HS2