- Delete thought button - confirmation required;
- Delete key to delete thought - NO confirmation required;
- Creation of multiple actions from one thought: only project is kept between entries. Action description must be entered;
- Between thought processing, the project value is kept. User just need to check a box to re-use it.
A user reported a Java error, which was due to TR pointing to Java 1.7.
Details are:
Diagnosis:Open a command shell and enter the command
java -version
You'll probably see something similar like
java version "1.7.0_01
Solution:
Edit etc/tr.conf and uncomment the line jdkhome=...
Make sure it points to Java version 1.6
example:
jdkhome="C:Program Files (x86)Javajre6"





