Re: lyx-advsearch: MainWorkArea

2008-11-10 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: Why is this distinction between normal and embedded work areas needed? Because certain operations may be meaningful only on main/document/non-embedded work-areas. For example, if I'm keeping the search dialog open and I decide to open a ne

Re: lyx-advsearch: MainWorkArea

2008-11-10 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: Why is this distinction between normal and embedded work areas needed? Because certain operations may be meaningful only on main/document/non-embedded work-areas. For example, if I'm keeping the search dialog open and I decide to open a new document, I'd expect it

Re: lyx-advsearch: MainWorkArea

2008-11-09 Thread Abdelrazak Younes
On 08/11/2008 17:53, Tommaso Cucinotta wrote: Hi, with the attached patch for the lyx-advsearch branch: - The GuiView tracks the currentMainWorkArea() Why is this distinction between normal and embedded work areas needed? - there is a visual highlight of the current main wa through a thick

Re: lyx-advsearch: MainWorkArea

2008-11-08 Thread Pavel Sanda
Tommaso Cucinotta wrote: > what about the searchWorkArea on your system ? does it get focus or not, > when you press C-S-f ? no it does not and its already reported in wiki... pavel

Re: lyx-advsearch: MainWorkArea

2008-11-08 Thread Tommaso Cucinotta
Pavel Sanda ha scritto: its in. there was some bad indentation, perhaps because I produced the diff through: svn diff --diff-cmd diff -x -uw the attachment fixes it. this has maybe something to do with your window manager, i dont see it here. what about the searchWorkArea on your syst

Re: lyx-advsearch: MainWorkArea

2008-11-08 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Actually, I wanted to send this little-bit cleaner patch, sorry. its in. >> - there is also a little focus issue when closing the program with unsaved >> changed buffer: the dialog asking if I want to save is not focused; >> however, >> this is an issue in regular tr

lyx-advsearch: MainWorkArea

2008-11-08 Thread Tommaso Cucinotta
Hi, with the attached patch for the lyx-advsearch branch: - The GuiView tracks the currentMainWorkArea() - there is a visual highlight of the current main wa through a thick border; feel free to customize if you think it looks like ugly; - now Esc, Enter and Shift+Enter are correctly interc

Re: lyx-advsearch: MainWorkArea

2008-11-08 Thread Tommaso Cucinotta
Actually, I wanted to send this little-bit cleaner patch, sorry. T. ps: lots of debugging stuff that I will remove at the end Tommaso Cucinotta ha scritto: Hi, with the attached patch for the lyx-advsearch branch: - The GuiView tracks the currentMainWorkArea() - there is a visual highlig