This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Author => Francis Varga | |
@eMail => [email protected] | |
@Date => $(date) | |
@Message => | |
+++ New Features +++ | |
=> | |
+++ Bug Fixes +++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This replace all # with NOTHING | |
%s/#//g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-remove-unused-rsls=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#only mac | |
sudo killall eclipse && open /Applications/FDT/FDT\ 4.app/Contents/MacOS/eclips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Force pull | |
git pull origin master -f | |
//Force push | |
git push origin master -f | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// injects the application shell's eventDispatcher into the module's context | |
injector.mapValue(EventDispatcher, Application.application.applicationEventDispatcher, "ApplicationEventDispatcher"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IEventDispatcher(event.currentTarget).removeEventListener(event.type, arguments['callee']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="asdoc" default="main"> | |
<property file="./build.properties" /> | |
<target name="main" depends="clean,compile" description="full build of asdocs"/> | |
<target name="clean"> | |
<delete dir="./asdoc" failOnError="false" includeEmptyDirs="true"/> | |
<mkdir dir="./asdoc"/> | |
</target> | |
<target name="generateASDoc" depends="clean"> | |
<exec executable="${asdoc.exe}" failonerror="true"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] [<0.22147.1>] 127.0.0.1 - - 'POST' /_session 2001> | |
[info] [<0.22147.1>] 127.0.0.1 - - 'GET' /_session 200 |