Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Beautify - Indents
Message
De
12/01/1997 13:51:05
 
 
À
12/01/1997 13:42:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00016683
Message ID:
00017133
Vues:
70
>>Anyone else used beautify under 5.0, having trouble with indents missing lines. So far the lines all apear to be DEFINE WINDOW commands (ported from old code)
>
>I have the same problem. Here's an example
>
>Non beautify code:
>
>SCAN
>IF N=1
>DEFINE WINDOW VENTANA FROM 0,0 TO 20,50
>ENDIF
>ENDSCAN
>
>After beautify
>
>SCAN
> IF N=1
>DEFINE WINDOW VENTANA FROM 0,0 TO 20,50
>ENDIF
>ENDSCAN
>
>Should be
>
>
>SCAN
> IF N=1
> DEFINE WINDOW VENTANA FROM 0,0 TO 20,50
> ENDIF
>ENDSCAN
>
>I'dont find a solution yet, and i'm not sure if is a workaround or we have to wait to a patch

I had the same problem. Not only did beautify skip the
DEFINE WINDOW line and the ACTIVATE WINDOW line but _every_
line after that was left unchanged!

I commented out the DEFINE and ACTIVATE lines and beautify worked
correctly, then I un-commented those two lines. Cumbersome yes,
but a minor issue to me since I really like what beautify does
to my code.

HTH

Larry Moody
developer in training (for about 10 years now!)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform