Re: Memory usage during Advanced Search in math mode.

2011-09-28 Thread Tommaso Cucinotta
Il 29/09/2011 00:30, Jean-Marc Lasgouttes ha scritto: Le 29/09/2011 00:05, Tommaso Cucinotta a écrit : Also, I noticed a monotonic memory usage increase while editing the document and especially creating math insets and deleting them later. I guess this is due to the Undo feature, that keeps sto

Re: enabling hunspell on linux (was: Re: LyX 2.0.1 Released)

2011-09-28 Thread Stephan Witt
Am 28.09.2011 um 23:46 schrieb Liviu Andronic: > On Tue, Sep 6, 2011 at 7:33 AM, Stephan Witt wrote: >> At runtime LyX needs to find the dictionaries. Did you set the path in the >> preferences? Alternatively you may copy them from LyX's SVN repository >> in dictionaries/dicts to the subdirectory

Re: Undo groups on cursor movement ?

2011-09-28 Thread Jean-Marc Lasgouttes
Le 29/09/2011 00:25, Tommaso Cucinotta a écrit : if I start LyX with -dbg undo, why do I get the creation of 3 undo groups for each single (read-only) cursor movement ? Not sure, but this is not a problem per se. "creating an undo group" is just incrementing an integer, no memory is allocated.

Re: Memory usage during Advanced Search in math mode.

2011-09-28 Thread Jean-Marc Lasgouttes
Le 29/09/2011 00:05, Tommaso Cucinotta a écrit : Also, I noticed a monotonic memory usage increase while editing the document and especially creating math insets and deleting them later. I guess this is due to the Undo feature, that keeps storing (a copy of) all the insets even though you delete

Undo groups on cursor movement ?

2011-09-28 Thread Tommaso Cucinotta
Hi, if I start LyX with -dbg undo, why do I get the creation of 3 undo groups for each single (read-only) cursor movement ? For example, just moving right over a letter, gives me: Undo.cpp(498): +++Creating new group 11 Undo.cpp(511): ---End of group 11 Undo.cpp(498): +++Creating

Re: Memory usage during Advanced Search in math mode.

2011-09-28 Thread Tommaso Cucinotta
Il 28/09/2011 20:40, Rudi Gaelzer ha scritto: The document I'm working right now has thousands of formulas and I've been using the advanced search pretty heavily. I can detect the increasing memory load even with the very simple text that I attached (memory.lyx). I was continually searching for

enabling hunspell on linux (was: Re: LyX 2.0.1 Released)

2011-09-28 Thread Liviu Andronic
On Tue, Sep 6, 2011 at 7:33 AM, Stephan Witt wrote: > At runtime LyX needs to find the dictionaries. Did you set the path in the > preferences? Alternatively you may copy them from LyX's SVN repository > in dictionaries/dicts to the subdirectory dicts in the system directory of > LyX. > You may c

Re: committing is no longer possible was: LyX's Trac bugtracking system is dead

2011-09-28 Thread Jean-Marc Lasgouttes
Le 26/09/2011 09:33, Liviu Andronic a écrit : On Mon, Sep 26, 2011 at 8:51 AM, Jean-Marc Lasgouttes wrote: We are on a VM, so it is probably not a matter of disk. The problem was having 6 month of full svn dumps (12G). We do not really need so many of them. I deleted the full dumps for March a

Re: Memory usage during Advanced Search in math mode.

2011-09-28 Thread Rudi Gaelzer
On Wednesday 28 September 2011 15:11:02 Tommaso Cucinotta wrote: > Il 28/09/2011 16:36, Rudi Gaelzer ha scritto: > > I don't know if this has already been reported. I made a quick scan > > through both the user and devel lists and couldn't find anything related. > > > > > > While editing a text

Re: Memory usage during Advanced Search in math mode.

2011-09-28 Thread Tommaso Cucinotta
Il 28/09/2011 16:36, Rudi Gaelzer ha scritto: I don't know if this has already been reported. I made a quick scan through both the user and devel lists and couldn't find anything related. While editing a text riddled with mathematical formulae, I had to use advanced search several times to

Re: German Userguide not compilable on Mac with MacTeX 2009

2011-09-28 Thread Stephan Witt
Am 26.09.2011 um 08:05 schrieb Stephan Witt: > I cannot view the german UserGuide anymore. > Is there a known problem, anything I can change/upgrade? Ok, I tried it with an update to MacTeX 2011... Now it is better, but I have to replace globally "Neukonfiguration von LyX" in all index entries wi

Floating Dock-Widget schließen

2011-09-28 Thread Stephan Witt
Currently we handle the escape key of our dock widgets manually. When the user presses Escape the focus is switched to the main window. This makes sense when the dock widget is docked. When it is floating it should close, IMHO. But this is not the case. The attached patch corrects this. Any object