would it be possible to add a selected item for the combobox, just like the list has one (the pipe symbol)?

some more cntrl-codes come to mind (like "~" for optgroups like html has ...)

Hi Michael,

I added selection support for Combos to my todo list.

Can you detail what you mean by optgroups? You can insert radio icons using icon syntax, {selected} and {unselected} in this case. Let me know if this is what you are looking for.

for some reason i cannot see my own post in the forums, nor do i see your answer to my request when clicking on the enmail link.

on topic: with optgroup i meant exactly the html feature shown here: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_optgroup

they're kinda labels for combos (select-elements)

There was an issue with cache headers. Thanks for the heads up. This issue is now fixed but you may need to void your browser's cache to see your posts again.

Optgroups could be emulated using a syntax like this:

Combo
*Group 1*
    Item 1
    Item 2
*Group 2*
    Item 1
    Item 2

Let me know if this works for you.

yes, this works good enough. on the other hand adding spaces in front of each item is kinda arkward. i guess, i'm just not used to to the syntax-thingy :-)

Yes, I realize that adding spaces is not ideal. I'll see if I can maybe borrow the syntax from the Tree widget.