Re: [LyX master] Make the toolbar code less noisy when the session file is not found

2012-07-16 Thread Jean-Marc Lasgouttes
Le 16/07/12 23:12, Jean-Marc Lasgouttes a écrit : commit 02ce050fb825e7707c050f04d5e69f7d1a2a5c8a Author: Jean-Marc Lasgouttes Date: Mon Jul 16 23:11:26 2012 +0200 Make the toolbar code less noisy when the session file is not found To branch? I am constantly annoyed by this while devel

Re: LyX, XeTeX, bidi and Hebrew

2012-07-16 Thread Ronen Abravanel
OK. I fixed it. (All the functions mentioned below are from Paragraph.cpp) It seems like there is a proper function to do it, getUChar, and I just had to call it from the proper place. I called it from latexSpecialChar, and it works, but in order to do so, I hat to pass BufferParams to latexSpec

RE: [PATCH] LFUN_BUFFER_EXPORT_ALL & File menu reorganization

2012-07-16 Thread Scott Kostyshak
From: Pavel Sanda [sa...@lyx.org] Sent: Monday, July 16, 2012 7:26 AM Scott Kostyshak wrote: >> I'm not sure where to put Export All if not in the File menu. >To me this function looks rather as corner case than common usage. >But you can always make the changes privately. I think that many peop

RE: [PATCH] LFUN_BUFFER_EXPORT_ALL & File menu reorganization

2012-07-16 Thread Scott Kostyshak
From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Monday, July 16, 2012 5:57 AM >Concerning menus, I think we should put things where UI manuals tell us >to put them. While I understand Scott's ideas, I suspect that they may >be disturbing to some. Sounds good. I would have to have a stronger

Re: LyX, XeTeX, bidi and Hebrew

2012-07-16 Thread Ronen Abravanel
These files produced directly by the GIT version of LyX. As you can see, the braces are the inverted in both the PDF and the TeX files. Ronen. On Fri, Jul 13, 2012 at 9:38 PM, Ronen Abravanel wrote: > 1. you are right. one can do that, and it would be a nice workaround. But > I prefer lyx will

Re: [PATCH] LFUN_BUFFER_EXPORT_ALL & File menu reorganization

2012-07-16 Thread Pavel Sanda
Scott Kostyshak wrote: > I'm not sure where to put Export All if not in the File menu. To me this function looks rather as corner case than common usage. But you can always make the changes privately. I think that many people around @dev have their petty patchsets for the daily usage (including m

Re: [PATCH] LFUN_BUFFER_EXPORT_ALL & File menu reorganization

2012-07-16 Thread Jean-Marc Lasgouttes
Le 16/07/2012 01:19, Pavel Sanda a écrit : Scott Kostyshak wrote: Any comments? While I think adding LFUNs you proposed makes sense, I don't think it's good idea to add this new stuff into the File menu (at most poke them away to some submenu). I would rather see the menu shrink than expand (

Re: questions and proposal regarding enum FuncAttribs

2012-07-16 Thread Jean-Marc Lasgouttes
Le 16/07/2012 01:44, Pavel Sanda a écrit : What would you propose? It depends what are the goals. If the point is just to introduce argument flag the price looks high (but no hard opinion if Scott feels like to fix all the follow-ups). If the goal is to allow the online documentation to be ava