Re: Edit Externally: implement for math insets?

2021-05-13 Thread Scott Kostyshak
On Wed, May 12, 2021 at 11:24:27AM -0400, Richard Kimberly Heck wrote: > On 5/12/21 10:32 AM, Scott Kostyshak wrote: > > I'm surprised that this question about toggling between LyX math and > > LaTeX has received a lot of views: > > > > > > https://tex.stackexchange.com/questions/45301/in-lyx-

Re: Edit Externally: implement for math insets?

2021-05-12 Thread Richard Kimberly Heck
On 5/12/21 10:32 AM, Scott Kostyshak wrote: I'm surprised that this question about toggling between LyX math and LaTeX has received a lot of views: https://tex.stackexchange.com/questions/45301/in-lyx-is-there-a-way-to-toggle-the-display-of-tex-code-in-math-expressions/46328#46328 I don't k

Re: Edit Externally: implement for math insets?

2021-05-12 Thread Lorenzo Bertini
Il 12/05/21 16:32, Scott Kostyshak ha scritto: I'm surprised that this question about toggling between LyX math and LaTeX has received a lot of views: https://tex.stackexchange.com/questions/45301/in-lyx-is-there-a-way-to-toggle-the-display-of-tex-code-in-math-expressions/46328#46328 I don'

Re: edit ERT insets with external editor?

2010-04-06 Thread Liviu Andronic
Hello On Tue, Apr 6, 2010 at 12:16 PM, Guenter Milde wrote: > * will have a favourite LaTeX editor. > > Reproducing the favourite LaTeX editors in LyX will never reach near the > original. > Abdel's idea to use QScintilla looks very appealing to me. This has the advantage of providing neat editin

Re: edit ERT insets with external editor?

2010-04-06 Thread Guenter Milde
On 2010-04-01, rgheck wrote: > On 04/01/2010 04:41 AM, Abdelrazak Younes wrote: >> On 03/31/2010 05:53 PM, Liviu Andronic wrote: >>> Dear LyX developers >>> Would it be a good idea to allow users to edit ERT insets with an >>> external editor? [snip] >> It is a good idea but it sounds a bit compli

Re: edit ERT insets with external editor?

2010-04-01 Thread Abdelrazak Younes
On 04/01/2010 05:32 PM, rgheck wrote: On 04/01/2010 04:41 AM, Abdelrazak Younes wrote: On 03/31/2010 05:53 PM, Liviu Andronic wrote: Dear LyX developers Would it be a good idea to allow users to edit ERT insets with an external editor? [snip] It is a good idea but it sounds a bit complicated

Re: edit ERT insets with external editor?

2010-04-01 Thread rgheck
On 04/01/2010 04:41 AM, Abdelrazak Younes wrote: On 03/31/2010 05:53 PM, Liviu Andronic wrote: Dear LyX developers Would it be a good idea to allow users to edit ERT insets with an external editor? [snip] It is a good idea but it sounds a bit complicated to implement for the communication of

Re: edit ERT insets with external editor?

2010-04-01 Thread Abdelrazak Younes
On 03/31/2010 05:53 PM, Liviu Andronic wrote: Dear LyX developers Would it be a good idea to allow users to edit ERT insets with an external editor? I am thinking of something similar to: 1. Have a "Edit with external editor" entry to the ERT inset context menu 2. When activated, LyX would export

Re: Edit buffer in external editor

2010-02-05 Thread Guenter Milde
On 2010-02-05, Pavel Sanda wrote: > Guenter Milde wrote: >> (Should the keydindings dialogue escape quotes automatically?) > dunno, please put this into bugzilla. Done. http://www.lyx.org/trac/ticket/6511 Günter

Re: Edit buffer in external editor

2010-02-04 Thread Pavel Sanda
Guenter Milde wrote: > Looking in the generated user.bind file, I found that the whole command > is put into quotes. Trying again with escaped quotes: > > vc-command DR $$p \"my-editor $$i\" > > solved this issue. (Should the keydindings dialogue insert the quotes > automatically?) dunno, plea

Re: "Edit Externally" only in context menu.

2009-03-24 Thread Abdelrazak Younes
John McCabe-Dansted wrote: On Tue, Mar 25, 2008 at 9:15 PM, Jürgen Spitzmüller wrote: "Edit with external application" / "Edit externally" ? Also, I think the "Settings..." entries should be renamed to "Properties..." Another suggestion. The "Edit externally" option should also be available u

Re: Edit->Reconfigure fails in trunk

2007-12-05 Thread Uwe Stöhr
Uwe Stöhr schrieb: > Uwe, is it possible that this fix your bug4397. It might be that you > are using platex to check latex configurations. I don't use platex (I only installed it once to help Koji with the Japanese support). I'll check the fix tomorrow. The problem is that platex is also

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Uwe Stöhr
> Uwe, is it possible that this fix your bug4397. It might be that you > are using platex to check latex configurations. I don't use platex (I only installed it once to help Koji with the Japanese support). I'll check the fix tomorrow. regards Uwe

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Bo Peng
On Dec 5, 2007 4:22 PM, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > > Anyway, what is platex? Should it be moved > > to the detection of PPLATEX? > > > > Seems to be a latex variant for dealing with Japanese. > > Yes, platex is latex for Japanese. Uwe, is it possible that this fix your bug4397. It

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Uwe Stöhr
> Anyway, what is platex? Should it be moved > to the detection of PPLATEX? > > Seems to be a latex variant for dealing with Japanese. Yes, platex is latex for Japanese. > Moreover, why configure.py doesn't also check for pdfplatex? No need for this. pdfplatex is not Japanese pdflatex. We only

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Enrico Forestieri
On Tue, Dec 04, 2007 at 02:01:49PM -0600, Bo Peng wrote: > On Dec 4, 2007 1:40 PM, Enrico Forestieri <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 04, 2007 at 04:56:20PM +0100, Uwe Stöhr wrote: > > > See http://bugzilla.lyx.org/show_bug.cgi?id=4397 > > > and http://www.mail-archive.com/lyx-devel@lists

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Bo Peng
On Dec 4, 2007 1:40 PM, Enrico Forestieri <[EMAIL PROTECTED]> wrote: > On Tue, Dec 04, 2007 at 04:56:20PM +0100, Uwe Stöhr wrote: > > See http://bugzilla.lyx.org/show_bug.cgi?id=4397 > > and http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132478.html > > Here is the patch. This looks like m

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Enrico Forestieri
On Tue, Dec 04, 2007 at 04:56:20PM +0100, Uwe Stöhr wrote: > See http://bugzilla.lyx.org/show_bug.cgi?id=4397 > and http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132478.html Here is the patch. -- Enrico Index: lib/configure.py

Re: Edit->Reconfigure fails in trunk

2007-12-04 Thread Uwe Stöhr
See http://bugzilla.lyx.org/show_bug.cgi?id=4397 and http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132478.html Uwe

Re: Edit->Math->Toggle Numbering

2007-08-07 Thread Jean-Marc Lasgouttes
Darren Freeman <[EMAIL PROTECTED]> writes: > Does the above menu item work? > > I've never used equation numbering but a friend asked me to demonstrate > it. I followed the user guide and.. nothing happened. Create a _displayed_ equation, and then toggle numbering. It works here. JMarc

Re: Edit->Table Settings dialog

2007-06-18 Thread Darren Freeman
On Mon, 2007-06-18 at 16:36 +0100, José Matos wrote: > On Saturday 16 June 2007 17:44:35 Michael Gerz wrote: > > What was the reason that nobody fixed this? > > > > Michael > > None. ;-) Homer: "Oh my god, this man's my exact double! And that dog has a puffy tail. Hee hee hee. Here puff! Here puf

Re: Edit->Table Settings dialog

2007-06-18 Thread José Matos
On Saturday 16 June 2007 17:44:35 Michael Gerz wrote: > What was the reason that nobody fixed this? > > Michael None. ;-) -- José Abílio

Re: Edit->Table Settings dialog

2007-06-16 Thread Michael Gerz
José Matos schrieb: On Tuesday 15 May 2007 10:51:47 Abdelrazak Younes wrote: Nothing. "Close" would be better though... Or maybe no button at all. I prefer "Done" but "Close" is OK. "Cancel" is indeed confusing. :-) What was the reason that nobody fixed this? Michael

Re: Edit->Table Settings dialog

2007-05-15 Thread José Matos
On Tuesday 15 May 2007 10:51:47 Abdelrazak Younes wrote: > Nothing. "Close" would be better though... Or maybe no button at all. I prefer "Done" but "Close" is OK. "Cancel" is indeed confusing. :-) -- José Abílio

Re: Edit->Table Settings dialog

2007-05-15 Thread Abdelrazak Younes
Darren Freeman wrote: On Tue, 2007-05-15 at 17:31, Leuven, E. wrote: this dialog has a "cancel" button but it functions as an OK button. it actually functions as a "hide" button. all changes are applied instanteneously... Should be fixed :) this table stuff needs a lot of work, but this won

RE: Edit->Table Settings dialog

2007-05-15 Thread Darren Freeman
On Tue, 2007-05-15 at 17:31, Leuven, E. wrote: > > this dialog has a "cancel" button but it functions as an OK button. > > it actually functions as a "hide" button. all changes are applied > instanteneously... > > > Should be fixed :) > > this table stuff needs a lot of work, but this won't hap

RE: Edit->Table Settings dialog

2007-05-15 Thread Leuven, E.
> this dialog has a "cancel" button but it functions as an OK button. it actually functions as a "hide" button. all changes are applied instanteneously... > Should be fixed :) this table stuff needs a lot of work, but this won't happen before 1.6

Re: development/lyx.spec.in (Was Re: Edit > Preferences > File Formats mostly empty)

2006-02-19 Thread Georg Baum
Am Sonntag, 19. Februar 2006 18:32 schrieb Daniel Watkins: > I've never really looked at RPM spec files before, so I am a little > confused. I (think I) know %{name} refers to the package name (i.e. LyX) > but can't figure out what directory %{_datadir} referring to. I'd > appreciate it if someone

development/lyx.spec.in (Was Re: Edit > Preferences > File Formats mostly empty)

2006-02-19 Thread Daniel Watkins
Georg Baum wrote: > Yes. You can run the configure script without LyX, look at the %post macro > in the rpm spec file development/lyx.spec.in. Thanks for the quick response. In development/lyx.spec.in, there is the following line: cd %{_datadir}/%{name} I've never really looked at RPM spe

Re: Edit > Preferences > File Formats mostly empty

2006-02-19 Thread Georg Baum
Am Sonntag, 19. Februar 2006 18:02 schrieb Daniel Watkins: > Sorry to reply to my own message, but is there a way of just running a LyX > reconfigure from the command line (that'll exit immediate after the > reconfig)? I'd like to add it to the post-install section of the ebuild, to > get LyX ope

Re: Edit > Preferences > File Formats mostly empty

2006-02-19 Thread Daniel Watkins
I wrote: > I then used Edit > Reconfigure... Sorry to reply to my own message, but is there a way of just running a LyX reconfigure from the command line (that'll exit immediate after the reconfig)? I'd like to add it to the post-install section of the ebuild, to get LyX operational faster. Dan

Re: edit

2004-02-11 Thread Andre Poenitz
On Wed, Feb 11, 2004 at 10:27:22AM +0100, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > Which ones of the edits? The x,y version? > > yes. > > > Well, I assume we really could just drop this 'temporary cursor' thing. > > because its function is already covered by the cursor().current()

Re: edit

2004-02-11 Thread Alfredo Braunstein
Andre Poenitz wrote: > Which ones of the edits? The x,y version? yes. > Well, I assume we really could just drop this 'temporary cursor' thing. because its function is already covered by the cursor().current() stuff? Alfredo

Re: edit

2004-02-11 Thread Andre Poenitz
On Fri, Feb 06, 2004 at 06:33:32PM +0100, Alfredo Braunstein wrote: > right now button insets don't get any dispatch, but a single edit call (that > is not implemented in insetcommand, so nothing happends). > > question: why is the inset::edit call needed at all (even for > collapsables/tables),

Re: Edit->Tabular greyed out

2003-03-12 Thread Angus Leeming
Garst R. Reese wrote: > Last night's CVS > xforms-1.0 > > Garst Works for me when I place the cursor inside the tabuular. -- Angus

Re: Edit Math

2002-02-03 Thread Andre Poenitz
On Sat, Feb 02, 2002 at 03:48:32PM +0100, Pascal Francq wrote: > Hi, > I have compile the latest CVS (xforms GUI) and when I try to edit a > mathematical formula, sometimes (not always same formula, same doc), LyX > hangs without anhy message and I have to kill it. When I run it from the > cons

Re: edit-tabular-add row doesn't work properly

2001-10-18 Thread John Levon
On Thu, Oct 04, 2001 at 02:42:32PM -0400, Richard E. Hawkins wrote: > I put a table in a table float, positioned in the last row, and added > a row from the edit menu. It gave me a separated row, as the new row > had both top and bottom lines (add row in the final row should probably > have

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Allan Rae
On 5 Dec 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Doesn't he mean the equivalent of emacs' C-xC-q, toggle the > | read-only status of this buffer. > > Yes, I belive so. ... and emacs has an Edit->Read-Only checkbutton so why not us? I know the key bin

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Doesn't he mean the equivalent of emacs' C-xC-q, toggle the | read-only status of this buffer. Yes, I belive so. Lgb

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Angus Leeming
Doesn't he mean the equivalent of emacs' C-xC-q, toggle the read-only status of this buffer. Angus On Tuesday 05 December 2000 13:49, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > | We need one. (toggle-read-only) > > so it is not enough to know the keybinding? > >

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | We need one. (toggle-read-only) so it is not enough to know the keybinding? Lgb

Re: Edit>Floats

2000-11-03 Thread Dekel Tsur
On Fri, Nov 03, 2000 at 04:55:56PM +0100, Jean-Marc Lasgouttes wrote: > > I noticed a strange problem while testing: create a new file, type a > few random characters, and try to use the left/right keys: right key > toggle smallcaps and left key goes right. This is obviously not > right... I thi

Re: Edit->Table still under construction ?

2000-08-02 Thread Juergen Vigna
> > And this is my doing. I_thouught the xxx-inset-insert names were just > bad...so I_changed them. It is noted in the ChangeLog. > Oh well, good to know, I really was beginning to doubt my memory ;) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jü

Re: Edit->Table still under construction ?

2000-08-02 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: | | Juergen> On 02-Aug-2000 R. Lahaye wrote: | >> I've added tabular-inset-insert to my menu, but I can't use it | >> (greyed out). Is that because the action is not yet defined in |

Re: Edit->Table still under construction ?

2000-08-02 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 02-Aug-2000 R. Lahaye wrote: >> I've added tabular-inset-insert to my menu, but I can't use it >> (greyed out). Is that because the action is not yet defined in >> src/LyXAction.C ? Juergen> No because there is no check fo

Re: Edit->Table still under construction ?

2000-08-02 Thread Juergen Vigna
On 02-Aug-2000 R. Lahaye wrote: > > I've added tabular-inset-insert to my menu, but I can't use it > (greyed out). > Is that because the action is not yet defined in src/LyXAction.C ? No because there is no check for this command in LyXFunc::getStatus()! Jürgen -- -._-._-._-._-._-._-._-.

Re: Edit->Table still under construction ?

2000-08-02 Thread R. Lahaye
Juergen Vigna wrote: > Nope! For a tabular-inset you have to call the command tabular-inset-insert > I've added tabular-inset-insert to my menu, but I can't use it (greyed out). Is that because the action is not yet defined in src/LyXAction.C ? Rob.

Re: Edit->Table still under construction ?

2000-08-02 Thread Juergen Vigna
> > I don't understand; what do I create when creating a new table? > Isn't that the new insettabular? I still get all functions > greyed out when Edit->Table a new table? > Nope! For a tabular-inset you have to call the command tabular-inset-insert > I can't change more than one thing in Tabl

Re: Edit->Table still under construction ?

2000-08-02 Thread Angus Leeming
> > > I've noticed with the last CVS that Edit->Table > > > shows the list of table functions. However, they > > > are *always* greyed out, even when I'm in a table. > > No but they ONLY work for the new insettabular! You'll also see > > a new item in the Layout-Menu appear magically as soon as y

Re: Edit->Table still under construction ?

2000-08-02 Thread R. Lahaye
Juergen Vigna wrote: > > On 02-Aug-2000 R. Lahaye wrote: > > I've noticed with the last CVS that Edit->Table > > shows the list of table functions. However, they > > are *always* greyed out, even when I'm in a table. > > No but they ONLY work for the new insettabular! You'll also see > a new item

RE: Edit->Table still under construction ?

2000-08-02 Thread Juergen Vigna
On 02-Aug-2000 R. Lahaye wrote: > > I've noticed with the last CVS that Edit->Table > shows the list of table functions. However, they > are *always* greyed out, even when I'm in a table. > > Is this because the Edit->Table is not finished yet, > or is there a bug? No but they ONLY work for th

Re: Edit > View Latex Log File

2000-04-12 Thread Ben Cazzolato
JM > Ben> Guys Found the problem. Think it's a bug in Lyx. The only way I > Ben> can get it to view the latex log file is by starting lyx in the > Ben> directory in which my file resides. Generally I launch lyx from > Ben> the desktop icon which starts Lyx in my home dir and therefore it > Ben> c

Re: Edit > View Latex Log File

2000-04-12 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Cazzolato <[EMAIL PROTECTED]> writes: Ben> Guys Found the problem. Think it's a bug in Lyx. The only way I Ben> can get it to view the latex log file is by starting lyx in the Ben> directory in which my file resides. Generally I launch lyx from Ben> the desktop icon which start

Re: Edit > View Latex Log File

2000-04-12 Thread Sasa Janiska
On Tue, 11 Apr 2000 01:43:56 -0700, Kayvan A. Sylvan wrote: >> Yep. That's the weird thing. The log file exists and yet it can't be seen by >> Lyx! I'm not using a temp directory if that makes any difference? > >Hmmm... Are you able to package this up as a small example for me to >reproduce? >

Re: Edit > View Latex Log File

2000-04-11 Thread Ben Cazzolato
Guys Found the problem. Think it's a bug in Lyx. The only way I can get it to view the latex log file is by starting lyx in the directory in which my file resides. Generally I launch lyx from the desktop icon which starts Lyx in my home dir and therefore it can't see the log file. Maybe the s

Re: Edit > View Latex Log File

2000-04-11 Thread John Levon
On Tue, 11 Apr 2000, Ben Cazzolato wrote: > Kayvan et al > > > Hmmm... Are you able to package this up as a small example for me to > > reproduce? > > > > Is it repeatable? > > > > I've never seen anything like you describe. :-( > > No real point trying to package up an example as it is the s

Re: Edit > View Latex Log File

2000-04-11 Thread Ben Cazzolato
Kayvan et al > Hmmm... Are you able to package this up as a small example for me to > reproduce? > > Is it repeatable? > > I've never seen anything like you describe. :-( No real point trying to package up an example as it is the same with every file. I'm running lyxgdb. Is there some way I

Re: Edit > View Latex Log File

2000-04-11 Thread Kayvan A. Sylvan
On Tue, Apr 11, 2000 at 09:34:12AM +0100, Ben Cazzolato wrote: > Kayvan et al > > > This is after you Run Latex or View DVI, or View Postscript? > > Yep. That's the weird thing. The log file exists and yet it can't be seen by > Lyx! I'm not using a temp directory if that makes any difference?

Re: Edit > View Latex Log File

2000-04-11 Thread Ben Cazzolato
Kayvan et al > On Mon, Apr 10, 2000 at 05:07:58PM +0100, Ben Cazzolato wrote: > > Guys > > > > Running lyxgdb-1.1.4-fix3.i386.rpm . > > > > I tried Edit > View Latex Log File and it simply gives me "unable to show log > > file". Am I missing something? (Yes, I have looked the manuals). > > >

Re: Edit > View Latex Log File

2000-04-10 Thread Kayvan A. Sylvan
On Mon, Apr 10, 2000 at 05:07:58PM +0100, Ben Cazzolato wrote: > Guys > > Running lyxgdb-1.1.4-fix3.i386.rpm . > > I tried Edit > View Latex Log File and it simply gives me "unable to show log > file". Am I missing something? (Yes, I have looked the manuals). > > Regards > Ben This is after