>>> What I still miss in our listings support is this: >>> http://bugzilla.lyx.org/show_bug.cgi?id=3629 >> >> Consider it done. >> Although, this was quite tough for a rookie. The tabbing and copy-pasting >> was easy, painting of such a tabbed piece of text was more difficult. Well, >> you'll see the result when it is sort of finished. > >I don't understand. You managed to fix this bug? Do you have a patch to test >this? > I wouldn't call it a bug. LyX actively translates any Tabs into spaces and the Tab-key is just ignored.
I can't give you a patch to test, have to finish up, clean the code, check whether the style is ok, etc. Attached is a screenshot, I hope this is what you had in mind. As you can see, the first two characters are Tabs (0x9) and the third is the 's' of switch (0x73). The painting takes care of the tabs. Well, don't pay attention the cursor, because it is still unaware that the tabs span more than a character. Fixing that now. Vincent