diff --git a/netbeans-wrapper.applescript b/netbeans-wrapper.applescript index c2fa4c5..caf8b03 100644 --- a/netbeans-wrapper.applescript +++ b/netbeans-wrapper.applescript @@ -19,18 +19,6 @@ runNetBeans(netBeansBinary) end run -on open theItems - set commandString to netBeansBinary & " " - repeat with thisItem in theItems - tell application "System Events" - set itemProperties to thisItem's properties - set itemPath to POSIX path of itemProperties - end tell - set commandString to commandString & quoted form of itemPath & " " - end repeat - runNetBeans(commandString) -end open - on optionKeyIsDown() set theFlag to NSEvent's modifierFlags() as integer if ((theFlag div NSAlternateKeyMask) mod 2) = 0 then