On Tue, Oct 11, 2011 at 9:46 AM, Edward K. Ream <[email protected]> wrote:
> On Tue, Oct 11, 2011 at 9:19 AM, Terry Brown <[email protected]> wrote:
> I would describe the problem as follows: the right-arrow key does not
> scroll the headline text when editing long headlines.
Actually, the problem is that the width of a headline depends, at
present, only on the length of the headline text, not on the width of
the visible tree area. Thus, the right arrow does not scroll the
headline because Qt thinks the headline doesn't need scrolling!
Yecch. It would be conceivable to truncate the width of all QLineEdit
widgets in the tree to the width of the tree, but then one would have
to redraw the entire tree when the outline pane changes width.
One alternative would be to create quick/edit trees like this::
@path <very long path>
@edit leo_to_html.xsl
Now at least you can edit the file name :-) And there is still only
one top-level node, but sigh, now the test for quick edit/save mode is
more complicated ;-)
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.