Search found 3 matches

by Ger Teunis
27 Apr 2009 18:03
Forum: Syntax files
Topic: Code explorer methods shown as "Other"
Replies: 4
Views: 14925

Nice hack around :)
Thanks, it did work!
by Ger Teunis
26 Apr 2009 21:08
Forum: Syntax files
Topic: Code explorer methods shown as "Other"
Replies: 4
Views: 14925

Thanks, that worked!
It seems that active method tracking doesn't work at the moment.

Also, could you give me suggestion about:

But in bash I also can have constructs like
TEMP="`cat "$path/appinfo.json" | grep -v "enabled" | sed "s/{/{\\n enabled=\\"1\\",/g"`"

The s/{/{\\n part of this line ...
by Ger Teunis
26 Apr 2009 18:42
Forum: Syntax files
Topic: Code explorer methods shown as "Other"
Replies: 4
Views: 14925

Code explorer methods shown as "Other"

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 ...