Skip to content

Navigation in C++ file #209

@ghost

Description

Is it possible to navigate conveniently forward (and backward) between successive curly braces { . The functions sp- forward-sexp and sp-next-sexp don't seem suitable. For example, if the cursor is before the first opening brace it jumps to after the last closing brace.

int 
main(int argc, char *argv[])
{
  Kinetic::start(argc,argv); 

  if( argc > 1 )
  { 
    for( int i=1; i<argc; i++ )
    {
      line=argv[i];
      if( line=="noplot" || line=="nopause" || line=="abortOnEnd" ) continue;
      else
      {
     const char * dot = strrchr((const char*) line, '.');
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions