Andre Poenitz wrote:
Can everybody interested please state his preference wrt to
the cosmetics of enum types and 'members'? Name casing e.g.
I have no strong opinion on that other than that I like to
have some more uniform style than what we have now.
I have no strong opinion WRT e
Can everybody interested please state his preference wrt to
the cosmetics of enum types and 'members'? Name casing e.g.
I have no strong opinion on that other than that I like to
have some more uniform style than what we have now.
Andre'
On Fri, Apr 28, 2006 at 03:04:17PM +0200, Abdelrazak Younes wrote:
> Abdelrazak Younes a écrit :
> >Lars Gullik Bjønnes a écrit :
> >>Abdelrazak Younes <[EMAIL PROTECTED]> writes:
...
> >Yep, I'll try that and commit if it works, thanks.
>
> It works, fine. Committed.
>
> Edwin, I like this fea
Abdelrazak Younes a écrit :
Lars Gullik Bjønnes a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: text3.C
| ===
| --- text3.C(revision 13773)
| +++ text3.C(working copy)
| @@ -327,11 +327,12 @@
| rec
Lars Gullik Bjønnes a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: text3.C
| ===
| --- text3.C (revision 13773)
| +++ text3.C (working copy)
| @@ -327,11 +327,12 @@
| recUndo(pit, pit + 1);
|
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: text3.C
| ===
| --- text3.C (revision 13773)
| +++ text3.C (working copy)
| @@ -327,11 +327,12 @@
| recUndo(pit, pit + 1);
| finishUndo();
|
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> hum... with the patch this time
Thanks. Looks correct.
JMarc
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I am going to commit this soon unless I hear objection.
I suspect you are not telling everything we need to be able to
object...
JMarc
hum... with the patch this time
Abdelrazak Younes a écrit :
I am going to commit this soon unless I hear objection.
Abdel.
Log:
* text3.C:void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
For LFUN_PARAGRAPH_MOVE_DOWN and LFUN_PARAGRAPH_MOVE_UP call:
void updateLabels(Buffer const
I am going to commit this soon unless I hear objection.
Abdel.
Log:
* text3.C:void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
For LFUN_PARAGRAPH_MOVE_DOWN and LFUN_PARAGRAPH_MOVE_UP call:
void updateLabels(Buffer const & buf,
ParIterator & from, ParIterator & t
On 31 Aug 2000, Lars Gullik Bjønnes wrote:
> Seems to me that someone has not quite understood how to avoid casting
> when working with enums.
>
> First: whenever you have to use a cast you should think: "Something
> fishy is going on, how can I avoid this."
That'
Seems to me that someone has not quite understood how to avoid casting
when working with enums.
First: whenevery you have to use a cast you should think: "Something fishy is going
on, how can I avoid this."
Remember also when working with enums: c++ can overload operato
12 matches
Mail list logo