- Posted by
- Hi, I have a problem in function list for C. If I define a function as static BOOL test_func ( IN char var1 ) { } the function test_func will NOT be displayed in function list. But as BOOL test_func ( IN char var1 ) { } the function test_func is displayed in function list. How should I modify the wo...Posted in Syntax Highlighting
-   Topics
-   Views
- ivxGilbert
Sep 10, 2007
- Dear Mofi: If the function definition is like : int test (int a) { a= 0; } The parameter line is the second line and some spaces are in front of it. The function list can not be seen this api. How should I modify wordfile.txt to see it in function list ? Besides, I tried to add the second block comm...Posted in Syntax Highlighting
-   Topics
-   Views
- ivxGilbert
Nov 02, 2006
- It does work! :o Thank you very much, Mofi.^_^ Best Regards :PPosted in Syntax Highlighting
-   Topics
-   Views
- ivxGilbert
Jul 30, 2006
- Hi, everybody: I can see the function name in the function list if the function is like this: void getUIMType ( uim_rsp_buf_type *rsp_ptr ) But I can NOT see the function name in the function list if it is like this: void getUIMType ( uim_rsp_buf_type *rsp_ptr ) If I want to also see the function na...Posted in Syntax Highlighting
-   Topics
-   Views
- ivxGilbert
Jul 30, 2006