Loading cvpcb/genorcad.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static void TriPinsModule( COMPONENT* CurrentCmp ) } /* **** JP translate **** /* ??? * * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999 Loading cvpcb/writenetlistpcbnew.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ void WriteFootprintFilterInfos( FILE* file, COMPONENT_LIST& list ) } /* *** JP translate *** /* ??? * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999 */ Loading eeschema/block.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ void WinEDA_SchematicFrame::HandleBlockEndByPopUp( int Command, wxDC* DC ) case BLOCK_DRAG: /* move to Drag */ /* *JP translate* /* ??? * Effacement de la liste des structures de pointage, * qui est devenue erronnee */ Loading eeschema/cleanup.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,8 @@ void BreakSegment( SCH_SCREEN* aScreen, wxPoint aBreakpoint ) if( !TestSegmentHit( aBreakpoint, segment->m_Start, segment->m_End, 0 ) ) continue; /* * JP translate * Segment connecte: doit etre coupe en 2 si px,py /* ??? * Segment connecte: doit etre coupe en 2 si px,py * n'est * pas une extremite */ if( ( segment->m_Start == aBreakpoint ) Loading eeschema/netlist.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -891,8 +891,7 @@ static void PointToPointConnect( NETLIST_OBJECT* Ref, int IsBus, int start ) * Search if a junction is connected to segments and include the Netcode * objects connect to the junction. * The junction must have a valid Netcode * The list of objects is SUPPOSED class by NumSheet *JP translate* * Croissants, * The list of objects is SUPPOSED class by NumSheet ??? Croissants, * And research is done from the start element, 1st element * Leaf schema * (There can be no physical connection between elements of different sheets) Loading Loading
cvpcb/genorcad.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static void TriPinsModule( COMPONENT* CurrentCmp ) } /* **** JP translate **** /* ??? * * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999 Loading
cvpcb/writenetlistpcbnew.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ void WriteFootprintFilterInfos( FILE* file, COMPONENT_LIST& list ) } /* *** JP translate *** /* ??? * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999 */ Loading
eeschema/block.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ void WinEDA_SchematicFrame::HandleBlockEndByPopUp( int Command, wxDC* DC ) case BLOCK_DRAG: /* move to Drag */ /* *JP translate* /* ??? * Effacement de la liste des structures de pointage, * qui est devenue erronnee */ Loading
eeschema/cleanup.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,8 @@ void BreakSegment( SCH_SCREEN* aScreen, wxPoint aBreakpoint ) if( !TestSegmentHit( aBreakpoint, segment->m_Start, segment->m_End, 0 ) ) continue; /* * JP translate * Segment connecte: doit etre coupe en 2 si px,py /* ??? * Segment connecte: doit etre coupe en 2 si px,py * n'est * pas une extremite */ if( ( segment->m_Start == aBreakpoint ) Loading
eeschema/netlist.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -891,8 +891,7 @@ static void PointToPointConnect( NETLIST_OBJECT* Ref, int IsBus, int start ) * Search if a junction is connected to segments and include the Netcode * objects connect to the junction. * The junction must have a valid Netcode * The list of objects is SUPPOSED class by NumSheet *JP translate* * Croissants, * The list of objects is SUPPOSED class by NumSheet ??? Croissants, * And research is done from the start element, 1st element * Leaf schema * (There can be no physical connection between elements of different sheets) Loading