Scott Kostyshak wrote:
> It looks like this might be a personal preference.
Most probably ;) I wouldn't welcome this kind of behaviour.
Pavel
This is consistent with gedit and gmail. The LFUN_DOWN_SELECT part is
consistent with Qt Creator; the rest is not, except breaking the
selection. It is not consistent with Libre Office, except for breaking
the selection.
It looks like this might be a personal preference.
Any thoughts?
Scott
00
How are you?
curtis osterhoudt
On Mon, Jun 17, 2013 at 9:52 PM, Corey Yanofsky
wrote:
> It was a path problem, now solved. Details at the Stack Overflow link.
Thanks for the update,
Scott
It was a path problem, now solved. Details at the Stack Overflow link.
On Mon, Jun 17, 2013 at 9:46 PM, Scott Kostyshak wrote:
> On Mon, Jun 17, 2013 at 9:55 AM, Liviu Andronic
> wrote:
> > On Mon, Jun 17, 2013 at 5:15 AM, Corey Yanofsky
> > It works fine here on Linux. See attached. I suppose
On Mon, Jun 17, 2013 at 9:55 AM, Liviu Andronic wrote:
> On Mon, Jun 17, 2013 at 5:15 AM, Corey Yanofsky
> It works fine here on Linux. See attached. I suppose something is
> wrong with your PATHs, which are usually handled gracefully on Linux.
> Maybe you need to set up something in LyX > Tools >
Le 17/06/2013 19:12, Hashini Senaratne a écrit :
Hello All,
When I replace the line;
RowPainter rp(pi, *text_, pit, row, bidi, x, y);
in TextMetrics.cpp with following few lines:
int inc_x=x;
if(cur.pos()>0)
inc_x-=100;
RowPainter rp(pi, *text_, pit, row, bidi, inc_x, y);
Is it because that
Hello All,
When I replace the line;
RowPainter rp(pi, *text_, pit, row, bidi, x, y);
in TextMetrics.cpp with following few lines:
int inc_x=x;
if(cur.pos()>0)
inc_x-=100;
RowPainter rp(pi, *text_, pit, row, bidi, inc_x, y);
what I expected was; when I move the cursor using right arrow beginni
Literate programming with knitr and LyX requires LyX to call Rscript. I've
discovered, as the subject line says, that the R package gdata can't be
loaded by R scripts called from LyX. The gory details are here:
http://stackoverflow.com/questions/17130424/on-my-system-knitr-cant-compile-a-doc-that-u