Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beautify - Indents
Message
From
12/01/1997 13:42:58
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00016683
Message ID:
00017132
Views:
63
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform