Add configurable elapsed time display with format customization#2144
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
45fd233 to
5675601
Compare
|
Hi @merks |
I would suggest to make this a text field where the user can enter any formt wanted, and simply let empty mean its disabled. |
Sure 👍 |
5675601 to
aade61f
Compare
|
@SougandhS thanks as the format is a bit ugly and maybe not everyone is familiar with it I would suggest that you add a litte description (e.g. a tooltip to tell what are valid I assume it has to be a java format string, but what about positional parameters?) and a preview filed that shows the result of the user input so one do not needs to start a process to see how it will look like. As a bonus, you maybe want to have using |
Sure, I'll work on this 👍 |
aade61f to
57aa925
Compare
|
@SougandhS that looks good already, but in the drowdown I would use a more human readable label for the entries like in your initial PR |
Will update it 👍 |
57aa925 to
53abfbe
Compare
|
Hi @laeubi ConsoleH.mp4
|
|
Wow that's much more better now (and actually more than I suggested here), but seems much more user friendly now! |
|
Thank you for your suggestions :) |
177b43a to
e238666
Compare
This commit introduces a Combo selection in Console settings to choose different formatting options for elapsed time shown on the console output or disable it entirely fixes : eclipse-platform#2112
e238666 to
8380447
Compare
|
Hi @laeubi, If there are no more changes can this be merged ? Test failures are unrelated. |
|
Thanks a lot! |
hi Jörg, long time no see :D |




This PR introduces a toggle to enable or disable the display of elapsed time in the console output in Console settings.
Added support for customizing the format of the elapsed time, allowing users to choose from multiple display styles based on their preferences or requirements.
ConsoleH.mp4
fixes : #2112