Suggested Feature for an IDE

BlitzMax Forums/BlitzMax Programming/Suggested Feature for an IDE

xMicky(Posted 2007) [#1]
It would be nice if one could have some kind of (half-)automatical bookkeeping about the time consumption for programming.

I think of a stop watch-button in the IDE's taskbar for starting/stopping the time measurement. The result should be automatically inserted at the bottom or the top of the projects build file (or such an already existing line should be updated) within a remark when a saving operation is done, like:
' working time: {days, hours, minutes}
Loading the build file then should read this line and take last {time} as starting value.