Categories
Extending Flash Flash

Uncomment trace JSFL

Oke I did the damage, I will fix it….

In my previous post about comment trace JSFL I made it possible to comment all traces in a actionscript frame.
Well now I’ve made a JSFL command to make it possible to undo that.

Example:
// trace ("something");
becomes
trace ("something");

How to install:
Save [mck] UnComment trace.jsfl in the jsfl commands folder or just use the installer:

Read more about the Extension Manager

Limitation:
(it has the same limitations as [mck] Comment trace)

  • Only in one frame
  • When you use in the Action (F9) panel, the ‘pin active script’ to pin a couple of frames with actionscript, it doesn’t work
  • words with trace in it… example var traceThis = "foo";
  • Will not Uncomment block comment (/* ….. * / )

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

Any requests?