mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] A way to keep toolbars in vertical setting


Chronological Thread 
  • From: Miguel de Benito Delgado <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] A way to keep toolbars in vertical setting
  • Date: Wed, 13 Aug 2014 17:28:38 +0200

Hi,

  no, this is not possible without recompiling the sources. If this is an option for you, then edit lines 259-266 of src/src/Plugins/Qt/qt_tm_widget.cpp to read

  mw->addToolBar (Qt::LeftToolBarArea, mainToolBar);

  mw->addToolBarBreak ();

  mw->addToolBar (Qt::LeftToolBarArea, modeToolBar);

  mw->addToolBarBreak ();

  mw->addToolBar (Qt::LeftToolBarArea, focusToolBar);

  mw->addToolBarBreak ();

  mw->addToolBar (Qt::LeftToolBarArea, userToolBar);

  mw->addToolBarBreak ();


This is with respect to the latest SVN version.

Patches to add this option are welcome ;)

Best,
-- 
Miguel de Benito Delgado.

On 12 August, 2014 at 21:24:42, address@hidden (address@hidden) wrote:

Hi, I am moving toolbars to vertical setting each time I start Texmacs, but it
is not possible to "save" this as a preference for next session.

Is there a way to achieve this, such as a change in scm files so that the
toolbars will start always in the vertical setting?
I tried to understand scm files (menu-bind command in particular) but couldn't
find how it can be done.
Any help is appreciated...



Archive powered by MHonArc 2.6.19.

Top of page