Rev 6008 |
Rev 6011 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 6010 2012-01-17 17:50:01
- Author: bibiko
- Log message:
- • Improved function name parsing for toolbar list:
- 3 times faster and much more flexible and precise
by using a flex grammar
- invalid function names were displayed in red
- trial to avoid listing of function declarations
inside argument lists
- hierarchic indentations for function declarations
inside other functions
- added two pragma marker for structuring the
function list (known from C and others):
"#pragma mark -" will insert a separator line
"#pragma mark foo" will insert "foo" in blue
[note: both pragma marker have to be typed at
the beginning of a line]