This is an evolution of the previously posted "Place the URL panel to the right of the minibuffer". It is not yet satisfactory; allowing the input area to grow to accomodate a long typed input has proved to be unreasonably difficult. The solution proffered in the second patch is insufficient and overly complicated.
Comments and suggestions welcome. David Kettler (2): RFC: Integrated hints information display. RFC: Keep hints info display out of the way of the minibuffer input. content/minibuffer.css | 3 +- content/minibuffer.xul | 6 +++- contrib/config/common.js | 2 +- modules/hints.js | 66 +++++++++++++++++++----------------- style/default/hints--url-panel.css | 11 ------ style/default/minibuffer.css | 6 +++ style/default/panel.css | 6 +++ style/default/theme.json | 2 +- 8 files changed, 56 insertions(+), 46 deletions(-) delete mode 100644 style/default/hints--url-panel.css create mode 100644 style/default/panel.css -- 1.7.7 _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
