Re: #4624: Exporting to latex with included bibtex bbl

2010-09-17 Thread Manoj Rajagopalan
I thought'd I'd solved this and submitted a patch? No? This had involved creating a new export filter ... -- Manoj On Friday 17 September 2010 01:46:00 pm LyX Ticket Tracker wrote: > #4624: Exporting to latex with included bibtex bbl > ---+-

Stix fonts are out!

2010-05-29 Thread Manoj Rajagopalan
Hi lyx developers, Just thought this news would interest you. From the stixfonts.org: The initial set of 23 OpenType fonts is now available for download Additional documentation for this release is still being worked on and will be posted to this site as soon as possible. Version 1.1, which w

Re: Patch: text-mode table split-above-row functionality

2010-03-10 Thread Manoj Rajagopalan
On Wednesday 10 March 2010 08:10:37 am Vincent van Ravesteijn - TNW wrote: > I don't like the fact that an Inset is inserting new insets and > inserting paragraph breaks outside this table. To my feeling this > cur should be const for all cursorslices outside the inset. > >> > >>

Re: c++/compiler question

2010-03-05 Thread Manoj Rajagopalan
On Friday 05 March 2010 07:44:22 am rgheck wrote: > On 03/05/2010 07:16 AM, Edwin Leuven wrote: > > Abdelrazak Younes wrote: > >> On 03/05/2010 11:56 AM, Edwin Leuven wrote: > >>> now when looping i write something like this: > >>> > >>> row_type const nrows = row_info.size(); > >>> for (row_typ

Patch: table splitting functionality

2010-03-04 Thread Manoj Rajagopalan
e where insets, in general, can be split. It could. For example, split a paragraph. Seems extraneous till you see that it can be bundled with split-table or split-equation into a common LFUN_INSET_SPLIT (say). It would then be simpler to insert the table-split code here and maintain Vincent

Feature request: find-and-replace within selection

2010-03-04 Thread Manoj Rajagopalan
Hi lyx-devel, It would be useful to support this feature because we could perform a replace-all within a selection and quickly achieve the desired result without clobbering the rest of the document. The find-and-replace dialog could support a checkbox labelled "In selection" which should

The emission of \maketitle

2010-03-04 Thread Manoj Rajagopalan
Hi lyx-devel, What controls the emission of \maketitle when exporting to latex? I have created a document with abstract and keywords fields. The latex documentclass requires that the keywords env. appear before \maketitle. In a small sample document this happens but in my work-related docu

Re: LyX ignorant of \listofs defined in document-class [Patch]

2010-03-04 Thread Manoj Rajagopalan
On Thursday 04 March 2010 08:41:08 am rgheck wrote: > On 03/03/2010 06:07 PM, Manoj Rajagopalan wrote: > > My bad: actually, lyx does in fact successfully parse the documentclass. > > Only, during latex export, it doesn't allow any \listofs except > > for table and

Re: LyX ignorant of \listofs defined in document-class [Patch]

2010-03-03 Thread Manoj Rajagopalan
On Wednesday 03 March 2010 04:58:19 pm rgheck wrote: > On 03/03/2010 04:48 PM, Manoj Rajagopalan wrote: > > Hi lyx-devel, > > > > I am building a layout for the new REVTeX 4.1 document class and the > > associated revtex4-1.cls defines a new float-type called vi

LyX ignorant of \listofs defined in document-class

2010-03-03 Thread Manoj Rajagopalan
Hi lyx-devel, I am building a layout for the new REVTeX 4.1 document class and the associated revtex4-1.cls defines a new float-type called video. It therefore makes available the \listofvideos command which should list all videos much like \listoftables and \listoffigures. I am attachin

Re: Fwd: Re: #6564: Crash on moving out of math-cases placed in table cell

2010-03-02 Thread Manoj Rajagopalan
rrect? I hope I have been helpful. My work is getting interrupted every keystroke! :-) -- Manoj On Tuesday 02 March 2010 11:05:43 pm Manoj Rajagopalan wrote: > Trac comments don't seem to go out to the lyx-devel list so I'm forwarding > this. > > -- Manoj > &

Fwd: Re: #6564: Crash on moving out of math-cases placed in table cell

2010-03-02 Thread Manoj Rajagopalan
Trac comments don't seem to go out to the lyx-devel list so I'm forwarding this. -- Manoj -- Forwarded Message -- Subject: Re: #6564: Crash on moving out of math-cases placed in table cell Date: Tuesday 02 March 2010 From: "LyX Ticket Tracker" To: rma...@umich.edu, lasgout...

Possible bug with table line set/unset

2010-03-02 Thread Manoj Rajagopalan
Hi lyx-devel, 1. placing the cursor *immediately outside* a table 2. using Shift- arrow key to select the entire table in one key-press, 3. unset-all-lines buttonpress on table toolbar only unsets some of the lines of the top-left cell. Seems like a bug because the set/unset should entire go t

Patch for crash on top-level inset-modify command

2010-03-02 Thread Manoj Rajagopalan
Hi lyx-devel, Upon following these steps, I consistently encoutered a crash. 1. New lyx doc. 2. Insert table (I chose 3x3) 3. Select entire table and invoke unset-all-lines from toolbar => CRASH! The offending line seemed to be Undo.cpp:488 which was calling (DocIterator) cur.pop_back() wi

Re: Feature proposal: inline bibtex formatted refs [Patch-1]

2010-03-02 Thread Manoj Rajagopalan
I forgot to mention, this patch also includes an update to UserGuide.lyx - the appendix section which explains file formats, I have made entries there. The patch was created from within lib/ -- Manoj On Tuesday 02 March 2010 11:48:09 am Manoj Rajagopalan wrote: > Attaching patch w

Re: Feature proposal: inline bibtex formatted refs [Patch-1]

2010-03-02 Thread Manoj Rajagopalan
> >-scripts/tex_copy.py > >+scripts/tex_copy.py \ > >+scripts/inline_bib.py > > A little glitch. I guess we keep this file sorted alphabetically, but > don't hold me to that. > > Vincent Index: scripts/inline_bib.py =

Re: Feature proposal: inline bibtex formatted refs [Patch]

2010-03-02 Thread Manoj Rajagopalan
=== --- scripts/inline_bib.py (revision 0) +++ scripts/inline_bib.py (revision 0) @@ -0,0 +1,65 @@ +#! /usr/bin/env python +# -*- coding: utf-8 -*- + +# file inline_bib.py +# This file is part of LyX, the document processor. +# Licence details can be found in the file COPYING. + +# author user SchAirport on tra

Re: [patch] 6534: fix unicode issues in bibitem

2010-03-01 Thread Manoj Rajagopalan
I've discovered problems with bibtex parsing at LyX startup if the abstract field contains unicode characters: the failure is soft (I see a message on stderr) and the document is loaded but most of the entries in the bibtex database associated with the document are not available during Insert-

Re: Patch: text-mode table split-above-row functionality

2010-03-01 Thread Manoj Rajagopalan
On Monday 01 March 2010 11:57:43 am Vincent van Ravesteijn - TNW wrote: > >Hi lyx-devel, > > > > Attaching patch (created using svn diff within src/insets/) for > > review/comments. > > >Based on this I can submit a patch that includes split-below-row, > > split-before-column, > > >and split-a

Re: Possible bug: Insert->Note->(any action) copies selection to clipboard

2010-03-01 Thread Manoj Rajagopalan
On Monday 01 March 2010 12:10:33 pm Vincent van Ravesteijn - TNW wrote: > > One note, if you report a bug for trunk, please also check whether the > bug is in branch too (or a recently released version). Then you can mark > the lyx version as 1.6.5 in stead of 2.0.0svn. > > Vincent I don't use

Possible bug: crash on backing out of embedded inline math formula

2010-03-01 Thread Manoj Rajagopalan
Hi, I'd created a ticket for this a few days ago but I should have emailed this list first. http://www.lyx.org/trac/ticket/6564 Since filing this report I have discovered a little more and hence the issue title is more restricted than the bug itself. Basically, when using the left ar

Possible bug: Insert->Note->(any action) copies selection to clipboard

2010-03-01 Thread Manoj Rajagopalan
Hi, I've created a bug report on trac: http://www.lyx.org/trac/ticket/6570 I'm still learning lyx-iquette and I'm sorry I jumped the gun this time by filing a bug report before emailing the lyx-devel list. Thanks, Manoj

Which class(es) associated with eqnarray?

2010-03-01 Thread Manoj Rajagopalan
Hi lyx-devel, I am trying to locate classes relevant to eqnarray so that I can try implementing my split-above-row feature on that. Any hints? Thanks, Manoj

Patch: text-mode table split-above-row functionality

2010-03-01 Thread Manoj Rajagopalan
Hi lyx-devel, Attaching patch (created using svn diff within src/insets/) for review/comments. Based on this I can submit a patch that includes split-below-row, split-before-column, and split-after-column. To test this feature, create and populate a table, enter any cell, and enter the fo

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-03-01 Thread Manoj Rajagopalan
On Saturday 27 February 2010 01:55:07 pm Vincent van Ravesteijn - TNW wrote: > >In any case, would any of you have any idea about the error I am seeing > >(happens after the inlined-ref .tex is created, possibly when it is > > being > > >copied): > > > >../../../src/support/FileName.cpp(254): Co

Re: Swap/copy rows/cols in tables

2010-02-28 Thread Manoj Rajagopalan
On Saturday 27 February 2010 01:55:33 pm Vincent van Ravesteijn - TNW wrote: > >Thanks a lot! This feature doesn't show up yet in the context menu > > though. > > It does for me. > > Vincent I just don't see the context menu options in eqnarray: I see it for a text-mode table. I see these opti

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Manoj Rajagopalan
On Friday 26 February 2010 11:02:30 am rgheck wrote: > On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: > >> I have attached InlineBib.py (which is a modified version of the > > > > earlier script). > > > > Some remarks about this script: > > > > def CreateBbl(n): #Creates .aux and

Split table implementation: How to insert newline in the code + UI

2010-02-27 Thread Manoj Rajagopalan
Hi lyx-devel, I am experimenting with implementing a split-table feature (which is accessible through command "inset-modify tabular split-above-row"). I also plan to implement split-below-row, split-before-column and split-after-column. Please let me know if users might find this useful and

Re: Possible bug with bibtex parsing at startup

2010-02-26 Thread Manoj Rajagopalan
been cited don't show up in the insert-citation dialog. Inserting LyX code manually to cite a new bibtex entry works though - after this the entry shows up in the insert-citation dialog. Thanks, Manoj On Friday 26 February 2010 09:09:49 pm Manoj Rajagopalan wrote: > Hi lyx-devel, > &

Possible bug with bibtex parsing at startup

2010-02-26 Thread Manoj Rajagopalan
Hi lyx-devel, When the abstract field has single-quotes in it (eg. Green's functions), bibtex parsing at startup fails with an error message like the following: InsetBibtex::fillWithBibKeys: Unable to read value for field: abstract, for key: Heitz-excited-states-energy-relaxation-stacked-InA

Re: Swap/copy rows/cols in tables

2010-02-26 Thread Manoj Rajagopalan
On Friday 26 February 2010 07:00:00 pm Vincent van Ravesteijn wrote: > Manoj Rajagopalan schreef: > > Hi lyx-devel, > > > >Classes related to tabular seem to expose functions for copy and > > swapping rows and columns but I don't see these features expo

Swap/copy rows/cols in tables

2010-02-26 Thread Manoj Rajagopalan
Hi lyx-devel, Classes related to tabular seem to expose functions for copy and swapping rows and columns but I don't see these features exposed in the GUI. I also tried issuing commands like "tabular-feature copy-row" in the command buffer with cursor placed in a table cell but the status me

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread Manoj Rajagopalan
On Wednesday 24 February 2010 10:21:35 pm rgheck wrote: > Come to think of it, there's an even easier way to do this: Just define > the ltx2 format, as before, but now use an appropriate modification of > IncludeBib.py as a LaTeX --> ltx2 *converter*. I think you can just > remove the LyxToTeX s

New feature implementation evaluation: split table/eqnarray functionality

2010-02-25 Thread Manoj Rajagopalan
Hi lyx-devel, I often find myself rearranging equations as my document evolves - it sometimes becomes necessary to split an eqnarray environment into two so that the equations balance out or some other text can be inserted in between. Similarly, with tables (mostly to save the copy-paste eff

Re: Feature proposal: inline bibtex formatted refs

2010-02-24 Thread Manoj Rajagopalan
On Wednesday 24 February 2010 04:43:23 pm Vincent van Ravesteijn wrote: > Manoj Rajagopalan schreef: > > 1. Is this change acceptable? > > I think so. > > > 2. This feature requires the IncludeBib.py script submitted by another > > user/developer in t

Feature proposal: inline bibtex formatted refs

2010-02-24 Thread Manoj Rajagopalan
Hi developers, I have worked out a way to get references inlined into exported .tex documents, based on suggestions from Richard Heck. It would be nice to build this feature into LyX and I am interested in contributing this change. Please help me with a few questions: 1. Is this change acce

Re: Export latex - any way to inline bibtex formatted refs?

2010-02-22 Thread Manoj Rajagopalan
3:32 pm you wrote: > On 02/22/2010 09:29 AM, Manoj Rajagopalan wrote: > > Is there any existing python code that does something similar? I could > > learn from it. I see ext_copy.py in libs/scripts/. Is there any other > > file I could look at? > > That's probably a goo

Re: Export latex - any way to inline bibtex formatted refs?

2010-02-22 Thread Manoj Rajagopalan
Is there any existing python code that does something similar? I could learn from it. I see ext_copy.py in libs/scripts/. Is there any other file I could look at? -- Manoj On Monday 22 February 2010 07:36:36 am Richard Heck wrote: > On 02/20/2010 09:08 PM, Manoj Rajagopalan wrote: >

Hyperref clobbers DVI view (2.0.0svn)

2010-02-21 Thread Manoj Rajagopalan
Hi developers, I am using LyX 2.0.0svn and am up to date with the source. I have enabled hyperref in PDF options. When I press Ctrl-D to generate DVI preview, I only see the top left bit of each page being generated (all pages are generated). The PDF is generated properly. Now, when I disab

Re: Tabular: call for help [reproducible crash report]

2010-02-21 Thread Manoj Rajagopalan
I'm getting a crash with formulas in table cells and I wonder if it is due to these changes. It is always reproducible with the following steps: 1. Create new document 2. Create table from the toolbar button (I create 2x2) 3. Enter a cell (I choose top left) 4. Ctrl-M to create formula 5. Enter

Export latex - any way to inline bibtex formatted refs?

2010-02-20 Thread Manoj Rajagopalan
ay to inline bibtex formatted refs? Date: Saturday 20 February 2010 From: "E. Kaplan" To: Manoj Rajagopalan This issue comes up so often that it is surprising indeed that there is no built-in Lyx method of doing that. What I do in such cases (every time I send out a manuscript to

Fwd: LyXAction, LyXFunc

2010-02-08 Thread Manoj Rajagopalan
Hi all, Re-sending. I am trying to understand the LyX flow of control. Appreciate any help. Apologies for the duplicate. Thanks, Manoj -- Forwarded Message -- Subject: LyXAction, LyXFunc Date: Sunday 07 February 2010 From: Manoj Rajagopalan To: LyX Developer List Hi

LyXAction, LyXFunc

2010-02-07 Thread Manoj Rajagopalan
Hi all, These classes seem to be related. Could someone help me understand what each does and how they are related? IIUC, both are meant to be singletons which help with translating user inputs and commands into FuncRequest instances that cause the update of the document or LyX application s

Question about LyXView:: buffer-view accessor members

2010-02-01 Thread Manoj Rajagopalan
Hi all Could someone help me understand the difference between LyXView::currentBufferView() and LyXView::documentBufferView()? Thanks, Manoj

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Manoj Rajagopalan
On Wednesday 06 January 2010 05:42:35 am Kornel Benko wrote: > Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > > "Vincent van Ravesteijn - TNW" writes: > > > Would the attached be something ? > > > > Still same error here (qt 4.2.3). > > > > JMarc > > Same with qt 4-4.3.1 (OpenSuSE

Re: Building LyX from shared libraries

2010-01-04 Thread Manoj Rajagopalan
There is no explanation for why libtool was removed last year. Does anyone know? -- Manoj On Monday 04 January 2010 12:44:27 pm Pavel Sanda wrote: > Manoj Rajagopalan wrote: > > 6. Has someone tried all this before? What was the experience then? > > http://www.lyx.org/trac/

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Manoj Rajagopalan
I'm using qt 4.3.4 on KUbuntu 8.04 I have run autogen.sh after the latest svn update. I am at r32765 (latest). I performed 'touch' on src/frontends/qt4/ui/ProgressViewUi.ui and then ran the 'make ui_ProgressViewUi.h' in the build dir, which ran uic-qt4. I grepped for settingsLayout in this .h

Building LyX from shared libraries

2010-01-04 Thread Manoj Rajagopalan
all to GDB must be through libtool - this is easy but not everyone may know it. So if the change is accepted, it has to announced with some fanfare. Is the developer community up for it? 6. Has someone tried all this before? What was the experience then? Thanks, Manoj Rajagopalan

lyx::frontend::ProgressViewWidget::settingsLayout missing

2010-01-03 Thread Manoj Rajagopalan
Hi developers, I'm trying to build LyX 2.0.0svn from the latest update and compilation of src/frontends/qt4/GuiProgressView.cpp fails because of the condition mentioned in the subject. Any idea on why this might be happening and what I could do? thanks, Manoj

Minor feature request: warning when nesting comments

2009-10-01 Thread Manoj Rajagopalan
Hi developers, Latex doesn't allow nested comments, LyX does. Is it possible to include a warning when the user attempts to nest comments, so that the user is not bewildered by latex compilation failure? The warning message could suggest the use of nested notes which work without a proble

AMS multiline environment: discrepancy in LyX and DVI

2009-09-24 Thread Manoj Rajagopalan
Hi LyX developers, Upon creating a multiline equation (by using Ctrl-Enter in a numbered formula) and right-clicking to set the AMS multiline environment, LyX numbers all equations and right-aligns all rows of the formula which is inconsistent with the User-Guide documentation that the top r

Feature request: horizontal scroll-bar in main editing area

2009-09-08 Thread Manoj Rajagopalan
Hi developers, I find long equations going off-screen. This also happens with many of my equation labels and a horizontal scroll bar would help glimpse what is off-screen. This would introduce the overhead of detecting the buffer-view dimensions initially and wrapping the text according thi

GuiWorkArea has no widget parent?

2009-08-19 Thread Manoj Rajagopalan
Hi, While browsing through LyX frontend code I noticed that GuiWorkArea has two constructors and neither seems to be passing any QWidget *parent to QAbstractScrollArea that GuiWorkArea inherits. Is the widget parenting being done somewhere else or does Qt4 guarantee some kind of automagic pa

Re: How does LyX render symbols?

2009-08-14 Thread Manoj Rajagopalan
On Monday 10 August 2009 3:28:16 pm Abdelrazak Younes wrote: > On 10/08/2009 20:27, rgheck wrote: > > On 08/10/2009 02:03 PM, Manoj Rajagopalan wrote: > >> Thanks, Richard and Vincent. > >> > >> For a long time I've wished for a LaTeX rendering widget

Re: How does LyX render symbols?

2009-08-13 Thread Manoj Rajagopalan
On Monday 10 August 2009 03:28:16 pm Abdelrazak Younes wrote: > On 10/08/2009 20:27, rgheck wrote: > > On 08/10/2009 02:03 PM, Manoj Rajagopalan wrote: > >> Thanks, Richard and Vincent. > >> > >> For a long time I've wished for a LaTeX rendering widget

Re: How does LyX render symbols?

2009-08-10 Thread Manoj Rajagopalan
Thanks, Richard and Vincent. For a long time I've wished for a LaTeX rendering widget in Qt. I do a lot of scientific computing and I'd like my GUI's to contain label widgets that display greek symbols etc. and what better way to do this than to have a constructor that interprets a subset of l

Re: patch for case-insensitive reference sorting

2009-02-25 Thread Manoj Rajagopalan
Abdelrazak Younes wrote: Instead of doing this on a per dialog basis, I think we need a global preference (in the prefs dialog) with three radio button: * locale aware sorting * case sensitive sorting (non locale aware) * case insensitive sorting (non locale aware) Then we could get rid of t

Re: patch for case-insensitive reference sorting

2009-02-25 Thread Manoj Rajagopalan
Hi lyx-developers, Recently, I felt a GUI option for case-insensitively sorting various lists that appear in the TOC might also be a useful feature and I wonder if some/all of you share this opinion. If so, could someone give me a hint to the sequence of changes that might need to be mad

Re: patch for case-insensitive reference sorting

2009-02-24 Thread Manoj Rajagopalan
Vincent van Ravesteijn - TNW wrote: Subject: Re: patch for case-insensitive reference sorting Attaching v3 of the patch after taking into various suggestions: * The caseInsensitiveCB should be set to disabled (at the same place where sortCB is disabled in the constructor). This because of e.

Re: patch for case-insensitive reference sorting

2009-02-24 Thread Manoj Rajagopalan
Vincent van Ravesteijn - TNW wrote: * I think we should set the checkbox to the default of case insensitive sorting. Thus it has to be set to checked in the constructor (unless you change it to the case sensitive sorting checkbox). I'm a little confused between QCheckBox::setChecked() and QC

[Fwd: Re: feature request: named sessions]

2009-02-21 Thread Manoj Rajagopalan
Forwarding to lyx-devel... Original Message Subject: Re: feature request: named sessions Date: Fri, 20 Feb 2009 13:39:10 +0100 From: G. Milde To: Manoj Rajagopalan On 19.02.09, Manoj Rajagopalan wrote: Guenter Milde wrote: * implement as separate app and use the

Re: New feature survey: incremental search in xref dialog

2009-02-19 Thread Manoj Rajagopalan
Guenter Milde wrote: You mean a filtering similar to what is done in the Style select box? This would be great! Günter I'm not familiar with the style selection box - how do I activate it? -- Manoj

Re: patch for case-insensitive reference sorting

2009-02-19 Thread Manoj Rajagopalan
Attaching v3 of the patch after taking into various suggestions: Pavel Sanda wrote: Manoj Rajagopalan wrote: we also need your stating your contributions are made under GPL-2, eg http://marc.info/?l=lyx-devel&m=122469079629276 I hereby grant permission to license my contributions to

Re: feature request: named sessions

2009-02-19 Thread Manoj Rajagopalan
Vincent van Ravesteijn - TNW wrote: Is it really necessary to have a new top level menu item ? Giving a name to a session could be done when saving, loading sessions could be done with the same File->Open dialog and File->Recent items. Then we only need to add to the File menu would be "Sa

Re: An idea

2009-02-18 Thread Manoj Rajagopalan
Hi Darlington, Equation cross-referencing is basic to LyX but there is a procedure to going about this. 1. Use Insert->Math->Numbered Formula or Ctrl+Alt+N to create a numbered formula. This should start an equation on a new line and should show a (#) sign. 2. Position the cursor within th

Re: patch for case-insensitive reference sorting

2009-02-18 Thread Manoj Rajagopalan
Abdelrazak Younes wrote: Use that syntax instead: +void on_caseInsensitiveCB_toggled(bool) Good idea. I've used it before. had forgotten :-) Also, you don't really need the caseInsensitive_ private member, you just need to access caseInsensitiveCB->isChecked() when you need to. does this

Re: New feature survey: incremental search in xref dialog [patch collision]

2009-02-18 Thread Manoj Rajagopalan
Pavel Sanda wrote: Manoj Rajagopalan wrote: 1. Do you think this is a nice-to-have feature for inclusion? you can try to send a patch ;) pavel I sent a patch for another feature couple of days back (case-insensitive sorting). This patch affects the same region so there is some kind of

Re: feature request: named sessions

2009-02-18 Thread Manoj Rajagopalan
_0 thanks, Manoj Abdelrazak Younes wrote: Manoj Rajagopalan wrote: From your description, it seems you are referring to the QSettings class for storing info about open files etc. Yes, right. Sorry about the confusion. If this is the case, sorry I didn't make the connection to the

Re: feature request: named sessions

2009-02-18 Thread Manoj Rajagopalan
Hi Abdel, Vincent, Richard and other developers, Abdel, Could you be a little more detailed in how you think we could bring in the session framework? From what I understand, the session management framework (SMF) allows us to enter some state parameters as hooks which are called by the d

New feature survey: incremental search in xref dialog

2009-02-17 Thread Manoj Rajagopalan
Hi developers, My documents have a large number of labels and I find myself scrolling often to try to locate items to cross-reference. I thought a feature that short-lists the labels based on the string entered into the reference line edit (referenceED widget) would be useful. I now hav

Re: feature request: named sessions

2009-02-13 Thread Manoj Rajagopalan
Abdelrazak Younes wrote: Richard Heck wrote: Manoj Rajagopalan wrote: Hi dev group, Sometime ago, I'd filed a feature request for supporting named sessions in LyX: http://bugzilla.lyx.org/show_bug.cgi?id=5551 I'd like to enquire if someone is already working on that or i

feature request: named sessions

2009-02-13 Thread Manoj Rajagopalan
ot; etc. 4. The extensions ".lys" for a lyx session file 5. command line arg support either with or without a switch (no prefs) where the .lys file is treated as a session and the relevant group of files is opened. I see the developers talk about session management - I don't have a good idea of whether it addresses the same issue. Thanks, Manoj Rajagopalan

Re: patch for case-insensitive reference sorting

2009-02-13 Thread Manoj Rajagopalan
With so many different views about what the functionality should be, I find myself thinking that the patch I have submitted is probably the general solution for the reference dialog that addresses all points raised. Those who use case-sensitive sorting may continue to do so - others can switch