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

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

Participant ,
Dec 04, 2017 Dec 04, 2017

Copy link to clipboard

Copied

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

Views

213

Translate

Translate

Report

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.

Votes

Translate

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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