Markus Rosenstihl dfd5961ba6 new syntax highlighter, abortable sleep function
Joachim Beerwerth from the group of Prof. Roland Böhmer (TU Dortmund) provided a patch with follwing enhancements:

* new syntax highlighter: 
  * improves performance with longer scripts
  * search function (ctrl+f)
  * auto indent
  * undo/redo
* abortable sleep function in experiment scripts
2016-11-23 15:19:42 +00:00
2014-06-26 11:10:51 +00:00
2014-06-26 11:10:51 +00:00



Installing into private directory
=================================

For whatever reason, it might be useful to install the
python frontend into a private directory.
Here are some examples on how to do it:

	python setup.py install --home=/opt/damaris-private
or
	python setup.py install --home=$HOME/devel/damaris-installed

To start Damaris use for example:

	/opt/damaris-private/bin/DAMARIS


Updatine debian/changelog
=========================

Use the following command to get all the commit messages:

Mac OS X:

svn2cl -i -a --stdout |gsed 's/^\t/  /'|gsed -e '/^[0-9]/d'

Linux:

svn2cl -i -a --stdout |sed 's/^\t/  /'|sed -e '/^[0-9]/d'

Description
Python2 version of the python-damaris frontend
Readme 249 KiB
Languages
Python 99.8%
Dockerfile 0.2%