Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Beautify - Indents
Message
De
12/01/1997 13:42:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00016683
Message ID:
00017132
Vues:
67
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform