Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2010-01-20 20:01:48 +0000
committerSilenio Quarti2010-01-20 20:01:48 +0000
commit83506319fa8a4281466991b4447d309b2e1fcace (patch)
tree465b0084ea290020bf6895aad50c36aea8d7483f /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
parent2803749c1c70829acc091a77165ad55d1eb0bf09 (diff)
downloadeclipse.platform.swt-83506319fa8a4281466991b4447d309b2e1fcace.tar.gz
eclipse.platform.swt-83506319fa8a4281466991b4447d309b2e1fcace.tar.xz
eclipse.platform.swt-83506319fa8a4281466991b4447d309b2e1fcace.zip
Bug 279772 - Clicking on a batch file from within the eclipse IDE does not run it from the file location
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
index 9b621b4473..75b554f8a3 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
@@ -344,6 +344,10 @@
<arg name="isDirectory" swt_gen="true"></arg>
<retval swt_gen="true"></retval>
</method>
+ <method selector="isExecutableFileAtPath:" swt_gen="true">
+ <arg name="path" swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="removeItemAtPath:error:" swt_gen="true">
<arg name="path" swt_gen="true"></arg>
<arg name="error" swt_gen="true"></arg>

Back to the top