I've created a custom mode for an in-house language and was wondering if sorting
was
supported in the 'function' pull down. (We have a lot of entities in the list,
currently in the
order they appear in the file)
Seems like it could be an attribute of the <symbol> tag or maybe in the
<postprocess>
block.
--- In SubEthaEdit@yahoogroups.com, "mtm_1999" <dude@...> wrote:
>
> I've created a custom mode for an in-house language and was wondering if
sorting was
> supported in the 'function' pull down.
Yes - just hold down the option key when you click on the 'function' pop-up
menu.
Hmm, close. It seems to ignore the indentation level in the sort.
It sorts:
Class B
Method foo
Method bar
Class A
Method foo
Method bar
into:
Class A
Class B
Method bar
Method bar
Method foo
Method foo
What I really want is this:
Class A
Method bar
Method foo
Class B
Method bar
Method foo
On Jun 12, 2006, at 8:27 PM, Mark wrote:
> --- In SubEthaEdit@yahoogroups.com, "mtm_1999" <dude@...> wrote:
> >
> > I've created a custom mode for an in-house language and was
> wondering if sorting was
> > supported in the 'function' pull down.
>
> Yes - just hold down the option key when you click on the
> 'function' pop-up menu.
>
>
>