﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2540	OMEdit: simulation output window	Lennart Ochel	Adeel Asghar	"It would be good to change the simulation output in a way that it becomes possible to collapse/expand messages. That should be quite easy, because the xml-format already provides some kind of tree-structure for these messages.

Current output:
{{{
C:/Users/lochel/AppData/Local/Temp/OpenModelica/OMEdit/ttt.exe -port=11794 -logFormat=xml -w -lv=LOG_STATS
LOG_STATS	| info	 | ### STATISTICS ###
LOG_STATS	| info	 | timer
|		| |	 | |   0.00151945s [  6.1%] pre-initialization
|		| |	 | |  0.000154589s [  0.6%] initialization
|		| |	 | | 9.95344e-006s [  0.0%] steps
|		| |	 | |   0.00196829s [  8.0%] creating output-file
|		| |	 | |  0.000149924s [  0.6%] event-handling
|		| |	 | |   0.00055677s [  2.2%] overhead
|		| |	 | |     0.020393s [ 82.4%] simulation
|		| |	 | |     0.024752s [100.0%] total
LOG_STATS	| info	 | events
|		| |	 | |     0 state events
|		| |	 | |     0 time events
LOG_STATS	| info	 | solver
|		| |	 | |    19 steps taken
|		| |	 | |    19 calls of functionODE
|		| |	 | |    18 evaluations of jacobian
|		| |	 | |     0 error test failures
|		| |	 | |     0 convergence test failures
LOG_STATS	| info	 | ### END STATISTICS ###
}}}

That could be the new output:
{{{
  C:/Users/lochel/AppData/Local/Temp/OpenModelica/OMEdit/ttt.exe -port=11794 -logFormat=xml -w -lv=LOG_STATS
  LOG_STATS	| info	 | ### STATISTICS ###
+ LOG_STATS	| info	 | timer […]
+ LOG_STATS	| info	 | events […]
+ LOG_STATS	| info	 | solver […]
  LOG_STATS	| info	 | ### END STATISTICS ###
}}}"	enhancement	closed	high	1.9.2	OMEdit	trunk	fixed		
