Skip to content

Instantly share code, notes, and snippets.

[branch "master"]
remote = origin
merge = refs/heads/master
[push]
default = matching
! Swap caps lock and escape
remove Lock = Caps_Lock
keysym Caps_Lock = Escape
<mx:Script>
<![CDATA[
// Import the debugger
import nl.demonsters.debugger.MonsterDebugger;
// Variable to hold the debugger
private var debugger:MonsterDebugger;
private function onInit():void
{
// Init the debugger
debugger = new MonsterDebugger(this);
[Embed(source="../../test-data/expected-values/values.xml", mimeType="application/octet-stream")]
private static const TestData:Class;
//get test XML data
var ba:ByteArray = new TestData() as ByteArray;
testXML= new XML(ba.readUTFBytes(ba.length));
<define>
<name>CONFIG::debugging</name>
<value>false</value>
</define>
import flash.utils.ByteArray;
[Embed(source="../../test-data/expected-values/values.xml", mimeType="application/octet-stream")]
private static const TestData:Class;
//get test XML data
var ba:ByteArray = new TestData() as ByteArray;
testXML= new XML(ba.readUTFBytes(ba.length));
testing