Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Participant ,
Dec 04, 2017 Dec 04, 2017

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

251
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 05, 2017 Dec 05, 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.

Translate
Community Expert ,
Dec 05, 2017 Dec 05, 2017

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2017 Dec 05, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines