From 780b3f3cf6bdc6d34738c74136edccefa7bcd6e3 Mon Sep 17 00:00:00 2001 From: Moritz Date: Sun, 2 Apr 2017 12:32:41 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6e8776..1587e79 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,14 @@ ## What does this script do? This script enables the compilation and execution of .java-files directly from the -inteface of your Text-Editor. This also works with package-structures as long as this does -not include the use of external library-jars. +inteface of your Text-Editor. It also works with package-structures as long as the use of library-jars is not required. ## What Editors can be used? -This script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor +The script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor in use as long as it is called directly with the editor being the active window in the front. Background: The script tries to use frontmost document in the frontmost application as basis for compilation and execution. -If that is your Texteditor and the Texteditor supports macOS's scripting features everything is fine. +If that is your texteditor and it supports macOS's scripting features everything is fine. ## Setup with BBEdit Steps to get the scripts installed: