Code explorer methods shown as "Other"
Posted: 26 Apr 2009 18:42
Because I work a lot with bash scripts which have lots of methods I wanted to add the ability to view methods in "Code explorer"
Syntax of functions are
functioname()
{
//some methods here
}
What I did:
Opened "Syntax editor", opened bash syntax.
Went to code folder/explorer
and made sure the following items where added
Fold_begin {
Fold_end }
Fold_List_item = ceMethod.
But for some reason with the above configurtion all methods are visable, but only in "Unknown objects".
Second item:
Tracking doesn't work for unknown in 5.10.
Third:
Is it possible to select the first item in "general" when only one item (like Module) is available?
Syntax of functions are
functioname()
{
//some methods here
}
What I did:
Opened "Syntax editor", opened bash syntax.
Went to code folder/explorer
and made sure the following items where added
Fold_begin {
Fold_end }
Fold_List_item = ceMethod.
But for some reason with the above configurtion all methods are visable, but only in "Unknown objects".
Second item:
Tracking doesn't work for unknown in 5.10.
Third:
Is it possible to select the first item in "general" when only one item (like Module) is available?