diff --git a/script/setup.sh b/script/setup.sh index c94b29a6..10790e0f 100755 --- a/script/setup.sh +++ b/script/setup.sh @@ -24,7 +24,6 @@ fi ROOT_DIR=$ROOT_DIR/.. - # Enter masterproject directory cd $ROOT_DIR @@ -52,7 +51,6 @@ elif [ $PLATFORM == "MacOS" ]; then cp -r setup/jars/MacOSX/*.jar java_indexer/lib fi - # Create Debug and Release folders echo -e $INFO "create build folders" @@ -64,7 +62,6 @@ mkdir -p bin/lib/Release mkdir -p bin/test/Debug mkdir -p bin/test/Release - # Copy necessary dynamic libraries to bin folder if [ $PLATFORM == "Windows" ]; then echo -e $INFO "copy dynamic libraries" diff --git a/setup/jars/linux/java-symbol-solver-core.jar b/setup/jars/linux/java-symbol-solver-core.jar index 33b32136..77963f2a 100644 Binary files a/setup/jars/linux/java-symbol-solver-core.jar and b/setup/jars/linux/java-symbol-solver-core.jar differ diff --git a/setup/jars/linux/java-symbol-solver-logic.jar b/setup/jars/linux/java-symbol-solver-logic.jar index 49aa3ec3..6675281a 100644 Binary files a/setup/jars/linux/java-symbol-solver-logic.jar and b/setup/jars/linux/java-symbol-solver-logic.jar differ diff --git a/setup/jars/linux/java-symbol-solver-model.jar b/setup/jars/linux/java-symbol-solver-model.jar index 81ab72e4..970d1ab1 100644 Binary files a/setup/jars/linux/java-symbol-solver-model.jar and b/setup/jars/linux/java-symbol-solver-model.jar differ diff --git a/web/documentation/img/log_view.png b/web/documentation/img/log_view.png new file mode 100644 index 00000000..758211a6 Binary files /dev/null and b/web/documentation/img/log_view.png differ diff --git a/web/documentation/index.html b/web/documentation/index.html index b2af569f..4eda0d71 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -1596,6 +1596,36 @@
+The Log View is a view with different tabs which provide information about your project. This + view is by default hidden. Currently there is only the Error Tab
+ Tabs: +This list shows errors occured durring indexing.
+
+ The following informations are provided:
+In order to make Coati the perfect partner for your development workflow you can connect Coati with different code editors. You can find the plugins in Coati's download package located in the folder /ide_plugins. Have a look at the following list of supported code editors to find out what editors are currently supported.
We are eager to expand the range of supported editors, so if you can't find a plugin for the code editor you are using, please let us know by writing to support@coati.io.