BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
5 stars 0 forks source link

DEFINE IMAGE gets parsed as an error #218

Open gustason opened 1 month ago

gustason commented 1 month ago

For example,

define IMAGE SplashImage
  FILENAME "cd/images/greatlogo"
  SIZE-PIXELS 432 BY 266 BGCOLOR 8 FGCOLOR 8.

Get parsed as this:

image
gustason commented 1 month ago

Likewise, DEFINE FRAME does not get parsed either:

define FRAME SplashFrame
  SplashImage
  WITH SIZE-PIXELS 432 BY 266 NO-BOX FONT 4 BGCOLOR 8.