That's me. Someone from Gitlab just contacted me. I totally missed this
mailing.
I have replied that I was not aware that my private group names may affect
other users and that I am willing to rename the group.
Is it sufficient to just rename the group name? Or will this only change
the displayed
It is a bug/typo that just happens to work. There is no need to check for
\0. There used to be a comparison like "ch == clDecSep". Ugly but it should
be safe for now.
if( isDecSep( ch ) && sepCount )
break;
should do the trick.
- Michael
On Tue, Mar 13, 2018 at 11:10 AM, Jeff Young wrote:
The original idea was to have one evaluator object per dialog so that
several text entries could access a common set of variables.
Now that there is one evaluator object per entry field I think there is
no reason to retain the (single) input text in clear().
If there is ever to be support for var
10:35 AM, Maciej Sumiński wrote:
> >>> Thank you Michael, I have just updated the files and pushed to my
> >>> branch. I am about to test the code on Windows and check for decimal
> >>> separator character issues.
> >>>
> >>> Cheers,
>
gt; Kind Regards
> Russell
>
>
> On 24 Nov 2017 06:54, "jp charras" wrote:
>
> Le 23/11/2017 à 20:45, Michael Geselbracht a écrit :
> > Hi,
> > I have replaced the useless file info comments by a GPLv3 header in
> order to make my "libeval" code
>
Hello Jean-Pierre,
I need to remember that one. But you are right of course. I will add some
comments and examples.
- Michael
On Thu, Nov 23, 2017 at 8:54 PM, jp charras wrote:
> Le 23/11/2017 à 20:45, Michael Geselbracht a écrit :
> > Hi,
> > I have replaced the useless fil
;
> Regards,
> Orson
>
> 1. https://code.launchpad.net/~orsonmmz/kicad/+git/kicad/+ref/expr_eval
> 2.
> https://git.launchpad.net/~orsonmmz/kicad/tree/common/
> libeval/numeric_evaluator.cpp?h=expr_eval
>
> On 09/02/2017 05:49 PM, Michael Geselbracht wrote:
> > Creati
Hi,
just tested your patches. I think it is an improvement over the current
master.
But with this patch eeschema crashes on opening some (hierarchical)
sheets either by double-clicking or using the navigator.
I have changed eeschema/schematic_undo_redo.cpp:182
from
if( commandToUndo->m_Statu
simple
silkscreen (B.Silk) or a big ground plane
does not take long to exist from. But if F.Cu, B.Cu + F.Silk layers are
loaded there is a noticeable delay.
- Michael
On Tue, Sep 12, 2017 at 12:25 AM, Michael Geselbracht <
mgeselbrac...@gmail.com> wrote:
> Ok, first zip then gmail
Ok, first zip then gmail; I don't know if my last post has reached anyone.
I tried to send a proper file...
The context menu is working now as expected.
- Michael
On Mon, Sep 11, 2017 at 11:56 PM, Michael Geselbracht <
mgeselbrac...@gmail.com> wrote:
> Hi,
> the build p
Hi,
I have tested the patch and I really like this feature. This automatic
variable assignment will sure come in handy.
How about adding a kind of scratch pad (a single line should do) to the
footprint editor so that one can add variables (measurements) given in
datasheets?
Like "c1=2.9; e=0.635"
Incidentally I have written a similar calculator last week and included it
in Pcbnew. I used the lemon parser generator
but exprtk might be a better choice. That way it should be easy to extend
the calculator with support for
variables without re-inventing the wheel.
I wanted to mimick the behavio
12 matches
Mail list logo