lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: various @CP things


From: Jeff Kingston
Subject: Re: various @CP things
Date: Tue, 17 Jun 2008 08:08:28 +1100

> What I meant was that if you set fixedtabout then it
> affects not just the one leading tab, but (presumably)
> any tabs in the source code?

Correct.

> D'you think you'll be including an option ... &- inserted
> whenever there is a change of case inside a word.

I wasn't planning to, as far as I can remember.  Has this been
discussed before?

> in @CP{QWidget * /* widget */} ... the 2nd and 3rd *'s are VShifted up

Actually the first one is shifted down.  See lout/include/cprintf:

  def @PA          # for formatting asterisks
  {
      @PO @BackEnd @Case {
        PlainText @Yield "*"
        else @Yield { "0.5w" @VShift "*" }
      }
  }

The @PA symbol is what is printed when there is a * token.
At present there is no option to change it.

> Does @CP respect unbreakablefirst and unbreakablelast
> if they're set globally?

It should do.  Let me know if you strike a problem with it.

Jeff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]