[Anjuta-list] A minor problem



I am still having one minor problem with the program...

say I have a function

     void foo(int a, char *b)
+    {
|
|          //do stuff
| 
|    }
|
|__

     void bar()


I want the thing to stop at the second brace, like this:     

     void foo(int a, char *b)
+    {
|
|          //do stuff
| 
|_   }

     void bar()

Is there some easy way to do this?  I have been looking around in the
options and have found no way to make it do such a thing.  I know it 
is a small complaint... not too important, but still it exists.


Thanks

Brent Jackson





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]