Add a space / indent Function List entry?

Syntax highlighting, code folding, brace matching, code indenting, and function list

Add a space / indent Function List entry?

Postby SAbboushi » Sun Jun 04, 2006 12:06 am

Hi-

I want to indent or prepend a space to certain entries in my Function List. Is this scenario possible:

Sample lines of code:

Sub Form_OnLoad()
Sub Form_OnEnterField(ByVal FieldName)

Relevant Function String:
/Function String 1 = "%[ ^t]++^{Function^}^{Sub Form_^}^(*^)("

What I want displayed in the Function List:
 OnLoad
 OnEnterField

Note: The 2 lines above are indented by one space.

Is this possible without changing the lines of code? (I know I could display the underscore, but I want to display a space... 8) )

With Regards-
Sam
User avatar
SAbboushi
Basic User
Basic User
 
Posts: 37
Joined: Sun Nov 07, 2004 12:00 am

Re: Add a space / indent Function List entry?

Postby Mofi » Sun Jun 04, 2006 1:56 pm

No! It's not possible to modify the found function string before it is displayed in the function list.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4069
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Add a space / indent Function List entry?

Postby SAbboushi » Sun Jun 04, 2006 9:56 pm

I guess I must live with it...
With Regards-
Sam
User avatar
SAbboushi
Basic User
Basic User
 
Posts: 37
Joined: Sun Nov 07, 2004 12:00 am


Return to Syntax Highlighting