Skip to content

Commit

Permalink
Get OSX window-to-front in Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Mar 31, 2019
1 parent 03b0a01 commit b0de7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base - Sketch Runner First.launch
Expand Up @@ -25,5 +25,5 @@
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="processing.app.Base"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="processing-app"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dusemode=&quot;jycessing.mode.PythonMode:${resource_loc:/processing.py/mode}&quot;"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dusemode=&quot;jycessing.mode.PythonMode:${resource_loc:/processing.py/mode}&quot; -Djava.library.path=&quot;${resource_loc:/processing.py/native}&quot;"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion SketchRunner.launch
Expand Up @@ -14,6 +14,6 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="jycessing.mode.run.SketchRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="SKETCHRUNNER"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="processing.py"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dverbose=true"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dverbose=true -Djava.library.path=&quot;${resource_loc:/processing.py/native}&quot;"/>
<stringAttribute key="yk-options" value="&#10;additional-options2=onexit\=snapshot&#10;startup=12&#10;"/>
</launchConfiguration>

0 comments on commit b0de7a1

Please sign in to comment.