Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread José Matos
On Monday 28 May 2007 12:28:55 Jean-Marc Lasgouttes wrote: > But there are very weird chemical (thermonuclear?) reaction going on > between Abdel and Lars... Thermonuclear is not what I associate with chemical reactions. ;-) > JMarc -- José Abílio

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> I'd say it's our problem as we greatly benefit from having christian> Lars around. But there are very weird chemical (thermonuclear?) reaction going on between Abdel and Lars... We just do

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: As usual you don't get it. As usual I don't get what _you_ mean yes. Why don't you say explicitely what you mean for a change? I want us to decide on the preferred way to write multiline comments or doxygen comments for that matter. What I don't want is our sourc

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > | +ListingsParam(string const & v, bool o, param_type t, | > | > | + string const & i, docstring const & h) | > | > | : value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > |

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> I'd say it's our problem as we greatly benefit from having christian> Lars around. But there are very weird chemical (thermonuclear?) reaction going on between Abdel and Lars... JMarc

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-28 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Mon, 28 May 2007, Abdelrazak Younes wrote: Lars Gullik Bjønnes wrote: | > | +ListingsParam(string const & v, bool o, param_type t, | > | +string const & i, docstring const & h) | > | : value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > |{}

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread christian . ridderstrom
On Mon, 28 May 2007, Abdelrazak Younes wrote: Lars Gullik Bjønnes wrote: | > | + ListingsParam(string const & v, bool o, param_type t, | > | + string const & i, docstring const & h) | > | : value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > |{} | > | - /// |

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: | > | + ListingsParam(string const & v, bool o, param_type t, | > | + string const & i, docstring const & h) | > |: value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > |{} | > | - /// | > | + /// Validate a paramate

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Bo Peng
| > Are multiline comments usgin '//' really nice? I'd say that /* */ is | > better suited for multiline comments. | | I don't really care. And suddenly you showed me why I stay away from this list. It has been a while since we saw this kind of Lars vs Abdel fight last time, and I enjoy it. T

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Lars Gullik Bjønnes wrote: | > | | + ListingsParam(string v, bool o, param_type t, string i, docstring h) | > | > | + : value_(v), onoff_(o), type_(

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | + ListingsParam(string v, bool o, param_type t, string i, docstring h) | > | + : value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > const ref strings please. | | I've don

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | + ListingsParam(string v, bool o, param_type t, string i, docstring h) | > | + : value_(v), onoff_(o), type_(t), info_(i), hint_(h) | > const ref strings please. | | I've done that and added/fixed some more D

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: | +ListingsParam(string v, bool o, param_type t, string i, docstring h) | + : value_(v), onoff_(o), type_(t), info_(i), hint_(h) const ref strings please. I've done that and added/fixed some more Doxygen comments. Abdel. Author: younes Date: Mon Ma

Re: r18533 - /lyx-devel/trunk/src/insets/InsetListingsParams.cpp

2007-05-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Sun May 27 13:55:46 2007 | New Revision: 18533 | | URL: http://www.lyx.org/trac/changeset/18533 | Log: | * InsetListingsParams.cpp: Code reorganization. Should fix bug 3639 and open the way to more advanced gui controls. | | Modified: | lyx