build: update java-symbolsolver for linux

* java symbolsover update for linux
   * error_view temp image
   * log view added/errorlist
This commit is contained in:
Andreas Stallinger
2016-10-13 17:47:21 +02:00
parent 0f374c5455
commit f1be2222e3
6 changed files with 30 additions and 3 deletions
-3
View File
@@ -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"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

+30
View File
@@ -1596,6 +1596,36 @@
<div class="row" style="height:80px;"></div>
<h2>Log View</h2>
<p>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</p>
<strong>Tabs:</strong>
<ul>
<li>Errorlist</li>
<li>(in Development)</li>
</ul>
<h3>ErrorList</h3>
<p>This list shows errors occured durring indexing.</p>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<img src="img/log_view.png" style="width:100%;">
</div>
</div>
<p>The following informations are provided:</p>
<ul>
<li>Errormessage</li>
<li>File</li>
<li>Linenumber</li>
<li>Indexed(if the file was in the indexed files)</li>
</ul>
<strong>Interactions:</strong>
<ul>
<li>Click on a errorline to see the location in the <a href="#CodeView">Code View</a></li>
<li>Click on the errors in the statusline opens the Errorlist</li>
<li>Double click on table and select text for copy&amp;paste</li>
</ul>
<h1>CODE EDITOR PLUGINS</h1>
<p>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 <code>/ide_plugins</code>. Have a look at the following list of supported code editors to find out what editors are currently supported.</p>
<p>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 <a href="mailto:support@coati.io" target="_top">support@coati.io</a>.</p>