Re: Mathed completion popup

2008-02-21 Thread Stefan Schimanski
Commited. Please report any problems with it. Thanks Stefan Am 21.02.2008 um 16:40 schrieb Stefan Schimanski: Am 21.02.2008 um 16:18 schrieb Abdelrazak Younes: Stefan Schimanski wrote: there are 2 problems in this: firstly this cause much more disturbing spaces of text begining in case

Re: Mathed completion popup

2008-02-21 Thread Stefan Schimanski
Am 21.02.2008 um 16:18 schrieb Abdelrazak Younes: Stefan Schimanski wrote: there are 2 problems in this: firstly this cause much more disturbing spaces of text begining in case no icon is available, secondly images are not the same width as you have already written. Maybe we can use a sp

Re: Mathed completion popup

2008-02-21 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: The first alpha is coming soon... hurry up! ;-) why not annouce an official freeze next week for example to give people like stefan (and tommaso perhaps) some time to commit their stuff? That would be sensible indeed. Abdel.

Re: Mathed completion popup

2008-02-21 Thread Edwin Leuven
Abdelrazak Younes wrote: The first alpha is coming soon... hurry up! ;-) why not annouce an official freeze next week for example to give people like stefan (and tommaso perhaps) some time to commit their stuff?

Re: Mathed completion popup

2008-02-21 Thread Abdelrazak Younes
Stefan Schimanski wrote: there are 2 problems in this: firstly this cause much more disturbing spaces of text begining in case no icon is available, secondly images are not the same width as you have already written. Maybe we can use a space-holder icon, and scale others to the same size? Sol

Re: Mathed completion popup

2008-02-21 Thread Stefan Schimanski
there are 2 problems in this: firstly this cause much more disturbing spaces of text begining in case no icon is available, secondly images are not the same width as you have already written. Maybe we can use a space-holder icon, and scale others to the same size? Solved it already. With a t

Re: Mathed completion popup

2008-02-21 Thread Bo Peng
> there are 2 problems in this: firstly this cause much more disturbing > spaces of text begining in case no icon is available, secondly images > are not the same width as you have already written. Maybe we can use a space-holder icon, and scale others to the same size? Bo

Re: Mathed completion popup

2008-02-21 Thread Pavel Sanda
> > i see. imho images should be after text, so all text items are aligned to > > the left > > border. > > It would be better if images have the same size, and be kept to the > left. This can avoid irregular spaces after short symbol names. there are 2 problems in this: firstly this cause much

Re: Mathed completion popup

2008-02-20 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 20.02.2008 um 12:11 schrieb Pavel Sanda: A small progress report of the patch: I made it very generic now and am on the way to implement completion for the text mode as well. You can see a tiny screencast here: just a crazy idea... would it be hard to add the ima

Re: Mathed completion popup

2008-02-20 Thread Bo Peng
> i see. imho images should be after text, so all text items are aligned to > the left > border. It would be better if images have the same size, and be kept to the left. This can avoid irregular spaces after short symbol names. Bo

Re: Mathed completion popup

2008-02-20 Thread Pavel Sanda
> > Am 20.02.2008 um 12:11 schrieb Pavel Sanda: > >>> A small progress report of the patch: I made it very generic now and am >>> on >>> the way to implement completion for the text mode as well. You can see a >>> tiny screencast here: >> >> just a crazy idea... would it be hard to add the image o

Re: Mathed completion popup

2008-02-20 Thread Stefan Schimanski
Am 20.02.2008 um 12:11 schrieb Pavel Sanda: A small progress report of the patch: I made it very generic now and am on the way to implement completion for the text mode as well. You can see a tiny screencast here: just a crazy idea... would it be hard to add the image of the symbols to

Re: Mathed completion popup

2008-02-20 Thread Richard Heck
Stefan Schimanski wrote: Also, users may prefer 1. disable this at all, 2. completion on request (shortcut), or 3. automatic completion list. Sure, I added a preference section for those things. I am aware that everybody has his own taste concerning completion. The preference I'd most like t

Re: Mathed completion popup

2008-02-20 Thread Bo Peng
> Very simple at the moment. I just add words with length > 5 to a > std::set during typing. Of course something more clever is > needed here. As long as you abstract the logic of this to an independent class, it can be improved later. Also, users may prefer 1. disable this at all, 2. completi

Re: Mathed completion popup

2008-02-20 Thread Stefan Schimanski
Am 20.02.2008 um 17:05 schrieb Bo Peng: Very simple at the moment. I just add words with length > 5 to a std::set during typing. Of course something more clever is needed here. As long as you abstract the logic of this to an independent class, it can be improved later. The logic for adding

Re: Mathed completion popup

2008-02-20 Thread Stefan Schimanski
Am 20.02.2008 um 16:47 schrieb Bo Peng: ... and am on the way to implement completion for the text mode as well. Done. Good night! Ohhm, what is the algorithm to determine the candidate word list? Very simple at the moment. I just add words with length > 5 to a std::set during typing.

Re: Mathed completion popup

2008-02-20 Thread Bo Peng
> > ... and am on the way to implement completion for the text mode as well. > > Done. Good night! Ohhm, what is the algorithm to determine the candidate word list? Bo

Re: Mathed completion popup

2008-02-20 Thread Stefan Schimanski
Am 20.02.2008 um 12:11 schrieb Pavel Sanda: A small progress report of the patch: I made it very generic now and am on the way to implement completion for the text mode as well. You can see a tiny screencast here: just a crazy idea... would it be hard to add the image of the symbols to

Re: Mathed completion popup

2008-02-20 Thread Pavel Sanda
> A small progress report of the patch: I made it very generic now and am on > the way to implement completion for the text mode as well. You can see a > tiny screencast here: just a crazy idea... would it be hard to add the image of the symbols to the menu? we already have symbols and their ma

Re: Mathed completion popup

2008-02-20 Thread Martin Vermeer
On Tue, 19 Feb 2008 21:38:24 +0100 Stefan Schimanski <[EMAIL PROTECTED]> wrote: > Hi! > > A small progress report of the patch: I made it very generic now and > am on the way to implement completion for the text mode as well. You > can see a tiny screencast here: > >http://www.youtube.co

Re: Mathed completion popup

2008-02-19 Thread Stefan Schimanski
Am 19.02.2008 um 21:38 schrieb Stefan Schimanski: ... and am on the way to implement completion for the text mode as well. Done. Good night! Stefan <>

Re: Mathed completion popup

2008-02-19 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! A small progress report of the patch: I made it very generic now and am on the way to implement completion for the text mode as well. You can see a tiny screencast here: http://www.youtube.com/watch?v=vf3zSa9x2F4 That is impressive stuff Stefan! Abdel.

Re: Mathed completion popup

2008-02-19 Thread Stefan Schimanski
Hi! A small progress report of the patch: I made it very generic now and am on the way to implement completion for the text mode as well. You can see a tiny screencast here: http://www.youtube.com/watch?v=vf3zSa9x2F4 Stefan Am 06.02.2008 um 00:49 schrieb Stefan Schimanski: Hi! I was

Re: Mathed completion popup

2008-02-06 Thread Andre Poenitz
On Wed, Feb 06, 2008 at 12:49:02AM +0100, Stefan Schimanski wrote: > Hi! > > I was wondering today how complicated it would be to add a completion popup > to mathed. Well, it took me three hours and here it is. Of course here and > there, there are some rough edges and it has to be cleaned up, bu

Re: Mathed completion popup

2008-02-06 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Everybody should realize that and try to bring some "bling bling" to > our application. Tu quoque, mi fili ! JMarc

Re: Mathed completion popup

2008-02-06 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 06.02.2008 um 09:18 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Hi! I was wondering today how complicated it would be to add a completion popup to mathed. Well, it took me three hours and here it is. This looks very useful Stefan. Could you try to make t

Re: Mathed completion popup

2008-02-06 Thread Stefan Schimanski
Am 06.02.2008 um 09:18 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Hi! I was wondering today how complicated it would be to add a completion popup to mathed. Well, it took me three hours and here it is. This looks very useful Stefan. Could you try to make the GUI implementation

Re: Mathed completion popup

2008-02-06 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! I was wondering today how complicated it would be to add a completion popup to mathed. Well, it took me three hours and here it is. This looks very useful Stefan. Could you try to make the GUI implementation generic enough so that it could be used within texted

Re: Mathed completion popup

2008-02-05 Thread rgheck
Stefan Schimanski wrote: Hi! I was wondering today how complicated it would be to add a completion popup to mathed. Well, it took me three hours and here it is. Of course here and there, there are some rough edges and it has to be cleaned up, but it's easier than I expected. Well, I can se

Mathed completion popup

2008-02-05 Thread Stefan Schimanski
Hi! I was wondering today how complicated it would be to add a completion popup to mathed. Well, it took me three hours and here it is. Of course here and there, there are some rough edges and it has to be cleaned up, but it's easier than I expected. <> Stefan mathedcompletion.patch