File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## What does this script do?
5
5
This script enables the compilation and execution of .java-files directly from the
6
- inteface of your Text-Editor. This also works with package-structures as long as this does
7
- not include the use of external library-jars.
6
+ inteface of your Text-Editor. It also works with package-structures as long as the use of library-jars is not required.
8
7
9
8
## What Editors can be used?
10
- This script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor
9
+ The script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor
11
10
in use as long as it is called directly with the editor being the active window in the front.
12
11
13
12
Background: The script tries to use frontmost document in the frontmost application as basis for compilation and execution.
14
- If that is your Texteditor and the Texteditor supports macOS's scripting features everything is fine.
13
+ If that is your texteditor and it supports macOS's scripting features everything is fine.
15
14
16
15
## Setup with BBEdit
17
16
Steps to get the scripts installed:
You can’t perform that action at this time.
0 commit comments