Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Added event support
Browse files Browse the repository at this point in the history
 - Create event
 - Resize event
 - BeforeClose event - close can be prevented
 - AfterClose event
Minore code quality updates
  • Loading branch information
beerwin committed Mar 28, 2014
1 parent e31b8ef commit 9e5fd90
Show file tree
Hide file tree
Showing 6 changed files with 2,737 additions and 2,668 deletions.
10 changes: 5 additions & 5 deletions .buildpath
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
56 changes: 34 additions & 22 deletions .project
@@ -1,22 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>JDesktop</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>JDesktop</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
5 changes: 2 additions & 3 deletions .settings/org.eclipse.php.core.prefs
@@ -1,3 +1,2 @@
#Sat Jul 14 01:14:24 EEST 2012
eclipse.preferences.version=1
include_path=0;/JDesktop
eclipse.preferences.version=1
include_path=0;/njDesktop-git

0 comments on commit 9e5fd90

Please sign in to comment.