Re: Join LyX community

2013-11-15 Thread Tommaso Cucinotta
On 15/11/13 11:10, Ankit Shah wrote: > From the LyX.cpp i got the dispatch function like this: void > dispatch(FuncRequest const & action) { LAPPERR(theApp()); return > theApp()->dispatch(action); } I understood that it calls dispatch() > something from the theApp() class(/function ?) But looking a

Re: Join LyX community

2013-11-15 Thread Ankit Shah
On Fri, Nov 15, 2013 at 2:21 AM, Tommaso Cucinotta wrote: > > > 1. Just out of curiosity I found two types of dispatch, > lyx::dispatch(FuncRequest) and another one simply dispatch(FuncRequest) > what's the difference between them? > > excellent question, guess the FindAndReplace, inheriting Dock

Re: Join LyX community

2013-11-14 Thread Tommaso Cucinotta
On 14/11/13 20:51, Tommaso Cucinotta wrote: > the FindAndReplace, inheriting DockView, inheriting Dialog, calls the > Dialog::dispatch(), You may also have a look at: http://wiki.lyx.org/sourcedoc/svn/classlyx_1_1frontend_1_1FindAndReplace.html It refers to a somewhat old code base, but you

Re: Join LyX community

2013-11-14 Thread Tommaso Cucinotta
On 14/11/13 12:19, Ankit Shah wrote: >> ./configure --with-version-suffix=-trunk > That helped to run both version simultaneously. > > I'm currently checking how the program flow switches from > FindAndReplaceWidget::showEvent() function to > FindAndReplaceWidget::findAndReplace() and forward us

Re: Join LyX community

2013-11-14 Thread Ankit Shah
> ./configure --with-version-suffix=-trunk That helped to run both version simultaneously. I'm currently checking how the program flow switches from FindAndReplaceWidget::showEvent() function to FindAndReplaceWidget::findAndReplace() and forward using these dispatch calls: dispatch(FuncRequest(LFU

Re: Join LyX community

2013-11-13 Thread Tommaso Cucinotta
On 13/11/13 19:03, Ankit Shah wrote: >> Mayby old '~/lyxrc.defaults' file. Try to rename it first. > Thanks Kornel that solved the issue. renamed the old ~/.lyx to ~/.lyx.old and > on rerunning it automatically created new ~/.lyx folder. Forgot to mention: if you don't want to run into compatibil

Re: Join LyX community

2013-11-13 Thread Ankit Shah
On Thu, Nov 14, 2013 at 12:26 AM, Kornel Benko wrote: > Mayby old '~/lyxrc.defaults' file. Try to rename it first. Thanks Kornel that solved the issue. renamed the old ~/.lyx to ~/.lyx.old and on rerunning it automatically created new ~/.lyx folder. -- Ankit Shah

Re: Join LyX community

2013-11-13 Thread Kornel Benko
Am Donnerstag, 14. November 2013 um 00:12:33, schrieb Ankit Shah > Thank you Tommaso and Scott for your help. I followed your instructions and > ran all the three command ./autogen.sh ./configure --enable-debug and make. > Everything ran fine without any errors. But when I try to run lyx using >

Re: Join LyX community

2013-11-13 Thread Ankit Shah
Thank you Tommaso and Scott for your help. I followed your instructions and ran all the three command ./autogen.sh ./configure --enable-debug and make. Everything ran fine without any errors. But when I try to run lyx using ./src/lyx -dbg find it throws many errors regarding Unknown tag : * and som

Re: Join LyX community

2013-11-12 Thread Scott Kostyshak
On Tue, Nov 12, 2013 at 10:23 AM, Ankit Shah wrote: > On Tue, Nov 12, 2013 at 4:07 PM, Ankit Shah wrote: >> >> On Tue, Nov 12, 2013 at 5:18 AM, Tommaso Cucinotta >> wrote: >>> >>> On 11/11/13 19:58, Ankit Shah wrote: >>> > Hello friends, I'm Ankit Shah, >>> >>> Hi Ankit, >>> >>> nice to see your

Re: Join LyX community

2013-11-12 Thread Tommaso Cucinotta
On 12/11/13 10:37, Ankit Shah wrote: > I've started using LyX for writing my final Term Paper. oh great! you're already a user then! > I would love > to work on Advance find and replace as you suggested. I found some > bug tickets interesting regarding the same. I'm participating in such > collab

Re: Join LyX community

2013-11-12 Thread Ankit Shah
On Tue, Nov 12, 2013 at 4:07 PM, Ankit Shah wrote: > On Tue, Nov 12, 2013 at 5:18 AM, Tommaso Cucinotta wrote: > >> On 11/11/13 19:58, Ankit Shah wrote: >> > Hello friends, I'm Ankit Shah, >> >> Hi Ankit, >> >> nice to see your interest in LyX. >> >> > I'm really passionate about open source, alg

Re: Join LyX community

2013-11-12 Thread Ankit Shah
On Tue, Nov 12, 2013 at 5:18 AM, Tommaso Cucinotta wrote: > On 11/11/13 19:58, Ankit Shah wrote: > > Hello friends, I'm Ankit Shah, > > Hi Ankit, > > nice to see your interest in LyX. > > > I'm really passionate about open source, algorithm design, graphics > > and machine learning. > > that's re

Re: Join LyX community

2013-11-11 Thread Tommaso Cucinotta
On 11/11/13 19:58, Ankit Shah wrote: > Hello friends, I'm Ankit Shah, Hi Ankit, nice to see your interest in LyX. > I'm really passionate about open source, algorithm design, graphics > and machine learning. that's really great to hear :-)! we all share this enthusiasm of course! > One of them

Join LyX community

2013-11-11 Thread Ankit Shah
Hello friends, I'm Ankit Shah, a third year Computer Science undergraduate. I got acquainted with Latex 6 month ago to make my interim research report and was fascinated by the capabilities of Latex as word processor compared to Microsoft Office suite. A month ago I got introduced to LyX front end