[Anjuta-list] A minor problem
- From: Brent Jackson <bj38118 appstate edu>
- To: anjuta-list lists sourceforge net
- Subject: [Anjuta-list] A minor problem
- Date: Tue Apr 2 14:39:46 2002
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]