Skip to main content
Inspiring
December 5, 2017
Answered

Adobe Animate - Format Code - Issues with Vector.<BitmapData>;

  • December 5, 2017
  • 2 replies
  • 278 views

Hi there is a issue with adobe animate Format code with Vector.<BitmapData> it creates a space and causes an error.

Before Format code

var myVector: Vector.<BitmapData>; //this works

after Format code

var myVector: Vector. < BitmapData > ; //ERROR

This topic has been closed for replies.
Correct answer ClayUUID

Known issue: Format code button breaking code

Wouldn't hurt to report it using the bug report form. If they get enough complaints maybe they'll eventually prioritize fixing it.

2 replies

ClayUUIDCorrect answer
Legend
December 5, 2017

Known issue: Format code button breaking code

Wouldn't hurt to report it using the bug report form. If they get enough complaints maybe they'll eventually prioritize fixing it.

kglad
Community Expert
Community Expert
December 5, 2017

use the undo shortcut to undo formatting errors.  there are several that can occur.