Subject: mailing-list for TeXmacs Users
List archive
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.
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...
- [TeXmacs] A way to keep toolbars in vertical setting, ilkerk, 08/12/2014
- Re: [TeXmacs] A way to keep toolbars in vertical setting, Miguel de Benito Delgado, 08/13/2014
Archive powered by MHonArc 2.6.19.