Martin Vermeer wrote:
On Fri, Nov 09, 2007 at 05:18:34PM +0000, [EMAIL PROTECTED] wrote:
Author: rgheck
Date: Fri Nov 9 18:18:32 2007
New Revision: 21533
URL: http://www.lyx.org/trac/changeset/21533
Log:
Fix URL module.
Modified:
lyx-devel/trunk/lib/layouts/url.module
Modified: lyx-devel/trunk/lib/layouts/url.module
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/lib/layouts/url.module?rev=21533
==============================================================================
--- lyx-devel/trunk/lib/layouts/url.module (original)
+++ lyx-devel/trunk/lib/layouts/url.module Fri Nov 9 18:18:32 2007
@@ -3,7 +3,7 @@
Format 4
InsetLayout URL
- LyXType custom
+ LyXType charstyle
I don't think this is right. It is not a charstyle.
Oh, I see, this has changed in other ways. Originally, I had it as a
charstyle. But now we have "decoration minimalistic", so it's not a
charstyle. In any event, that means the source of Helge's confusion was
that it doesn't appear under character styles but under Insert>Custom
Inset. So, that said, the question is whether this should be a custom
inset or a character style. I'd vote for the latter, as then the URL
shows normally in the text, which is what I'd normally want. I suppose
we could offer both, if we wanted, but you have the HREF inset now to do
the inset work, too.
Does LyXType do anything other than determine where the inset appears on
the menu? The combination as I had it does work....
rh