Reconfiguring

2019-06-25 Thread Andrew Parsloe
Previously, when reconfiguring, some indication of progress has been displayed in the status line. With 2.3.3 under windows 10, there is no status line indication, in fact no indication whatever until I click on LyX when the operating system's rotating circle is displayed. This was momentarily

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
On 6/25/19 4:24 PM, Jason Sun wrote: > One of the reason of embedding a terminal to basically ensure the > jupyter_client is running in the backend. Say I want to write a stats > book in latex that contains a lot of python and R code. After > executing one piece of code, I might want to keep all

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Jason Sun
One of the reason of embedding a terminal to basically ensure the jupyter_client is running in the backend. Say I want to write a stats book in latex that contains a lot of python and R code. After executing one piece of code, I might want to keep all the variables so that I can refer it later.

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Jason Sun
So the overall question is: Why not instead figure out how to make LyX work well WITH jupyter notebook? One way to make it work well with jupyter notebook is to let it communicate with jupyter_client. CS and Stats community uses Jupyter and Latex a lot, but the two don't work well together. LyX

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
On 6/25/19 2:57 PM, Jason Sun wrote: > I have attached a prototype in the screenshots in the attachment.  > > This is what I am trying to achieve - combining the computing power of > jupyter and the latex power of LyX. It is still in early stages. More > testing and further extension could easily

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread William Adams
For an interesting contrast, please see the document/app mentioned at: https://email.esm.psu.edu/pipermail/macosx-tex/2019-June/056685.html LyX being able to author such would be huge. William On Tue, Jun 25, 2019 at 2:50 PM Jason Sun wrote: > Sorry, forgot to include the list. Here is

[ANNOUNCE] LyX 2.3.3

2019-06-25 Thread Richard Kimberly Heck
Public release of LyX version 2.3.3 === We are proud to announce the release of LyX 2.3.3. This is the third maintenance release in the 2.3.x series. You can download LyX 2.3.3 from http://www.lyx.org/Download/. LyX is a document processor that encourages an

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-25 Thread Stephan Witt
Am 25.06.2019 um 12:04 schrieb Jean-Marc Lasgouttes : > > Le 17/06/2019 à 20:10, José Abílio Matos a écrit : >> On Monday, 17 June 2019 17.55.02 WEST you wrote: >>> That is what I would do, but I was waiting for a directive from José. >>> >>> JMarc >> You are both right. :-) >> Adding python in

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Guenter Milde
On 2019-06-25, Michael Roitzsch wrote: >> I paused a bit at first due to the remark from Günter: >> > I remember that some people complained because of delays when >> > symlinks point to removable media or "the cloud". So there might be >> > no "one setting fits all" approach. >> But now I think

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Richard Kimberly Heck
On 6/25/19 10:01 AM, Jean-Marc Lasgouttes wrote: > Le 25/06/2019 à 15:21, Michael Roitzsch a écrit : >> Hi JMarc, >> >>> I paused a bit at first due to the remark from Günter: I remember that some people complained because of delays when symlinks point to removable media or "the cloud".

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-25 Thread Richard Kimberly Heck
Hi, Jason, Thanks for these ideas. I'm not an R user myself, though, so it would be helpful to me if you could explain what it is you are trying to achieve. It's best when thinking through issues like this one to separate the problem from the solution. What's below seems to be a mix between

Re: Outliner keyboard navigation fails on MacOS

2019-06-25 Thread Richard Kimberly Heck
Can we get this tested on MacOS? On 6/19/19 4:52 PM, Jason Sun wrote: > This problem is resolved by inserting the  following code to the > TocWidget.cpp file > > voidTocWidget::keyPressEvent(QKeyEvent*event) > { > if(event->key()==Qt::Key_Return) > { > QModelIndexconst=tocTV->currentIndex(); >

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2019 à 15:21, Michael Roitzsch a écrit : Hi JMarc, I paused a bit at first due to the remark from Günter: I remember that some people complained because of delays when symlinks point to removable media or "the cloud". So there might be no "one setting fits all" approach. But now I

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Michael Roitzsch
Hi JMarc, > I paused a bit at first due to the remark from Günter: > > I remember that some people complained because of delays when symlinks > > point to removable media or "the cloud". So there might be no "one setting > > fits all" approach. > > But now I think that the TeX is supposed to

Re: LyX 2.3.2 on wayland, rendering errors

2019-06-25 Thread Jean-Marc Lasgouttes
Le 29/05/2019 à 19:25, Helge Hafting a écrit : 4. In a terminal, launch LyX like this: QT_QPA_PLATFORM=wayland-egl lyx Ha! So I had a patch that depended on the QPA platform name being "wayland", and now I see that it can be wayland-egl, wayland, wayland-xcomposite-egl,

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-06-25 Thread Jean-Marc Lasgouttes
Le 19/06/2019 à 03:02, Isaac Oscar Gariano a écrit : > The patch that remove support for the ! command is now in. I have also added your name to Credits. Welcome aboard :) Oh cool thank you! One minor thing, can you use my normal email address "isaacos...@live.com.au" (It dosn't really

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-25 Thread Jean-Marc Lasgouttes
Le 24/06/2019 à 17:21, Michael Roitzsch a écrit : Hi all, Good point. These will be my first lines of Python-code, but I’ll try. I tested this with an artificial symlink cycle and it worked: […] Any feedback regarding my code? I have used it for paper writing within LyX and everything

Re: master: Python detection on Mac doesn't find python 2.7.15

2019-06-25 Thread Jean-Marc Lasgouttes
Le 17/06/2019 à 20:10, José Abílio Matos a écrit : On Monday, 17 June 2019 17.55.02 WEST you wrote: That is what I would do, but I was waiting for a directive from José. JMarc You are both right. :-) Adding python in the last position will work, and is the right thing to do. Please try