- Posted by
- Guys, As I've questioned several times, the following methods are not visible in the function list. public String getName1(){ } public byte[] getName2(){ } String getName3(){ } I'm using the latest version trial software, but still looking forward to any comments on it. XSPosted in Syntax Highlighting
-   Topics
-   Views
- xusooxusoo
Sep 09, 2006
- Actually the following looks better... /Function String 2 = "%[ ^t]++[a-z]+^(*(*)^)*{$" XSPosted in Syntax Highlighting
-   Topics
-   Views
- xusooxusoo
Sep 18, 2005
- Danke, Mofi. My two examples work well now with your wordfile. Just one more issue regarding the example #1 in my original post: 1)function with default access modifier. void someMethod1(int anArg, Object anotherArg, String yetAnotherArg, Object andStillAnother) { ... } If I change the 'void' into '...Posted in Syntax Highlighting
-   Topics
-   Views
- xusooxusoo
Sep 18, 2005
- 1)function with default access modifier. void someMethod1(int anArg, Object anotherArg, String yetAnotherArg, Object andStillAnother) { ... } 2)function whose return type is an array. private byte[] someMethod2(int anArg,Object anotherArg) { ... } The ultraedit would not show the function list prope...Posted in Syntax Highlighting
-   Topics
-   Views
- xusooxusoo
Sep 16, 2005
- Hi, It works well with most Java methods,except for these two methods: 1)function with default access modifier. void someMethod1(int anArg, Object anotherArg, String yetAnotherArg, Object andStillAnother) { ... } 2)function whose return type is an array. private byte[] someMethod2(int anArg,Object a...Posted in Syntax Highlighting
-   Topics
-   Views
- xusooxusoo
Oct 20, 2004