-
Notifications
You must be signed in to change notification settings - Fork 9
[Request] Colors for different console messages #6
Comments
Hi @ErikSteiner, that is a good suggestion. I will add it to my list. Unfortunately I won't have much time to work on this, at least until much later this year. |
Sounds good. I am looking forward to the development. |
I am working on this. I have some progress, almost done. Just need to make it highlight the entire line, and remove the second textbox, once i convert the code to use the richtextbox. Also this program uses the textbox as its log dump and that is an issue when the log grows in size, so I also plan to limit the log to a specific number of entries to prevent the program degridation I have noticed due to the textbox log. The textbox wasn't made to hold thousands of log entries it lags. Also the textbox is set to smooth scrolling and fancy fonts which slow it down alot, so those will be turned off to make this program a bit more smooth. The code fix will be on my github page if its not pulled in here. I can also set the color displayed to a wide range of colors based on plugin name, or message. Dumping error and warning messages to a new window or log should also be done. Having the user specify what keywords trigger a popup, with a message that contains the entire log line (if terminated by a lfcr) would be possible also. |
@ClockLoop that's awesome! Agree with the points you raised on performance - things like the smooth scrolling library aren't necessary to keep. |
I found simply clearing when the character count goes above 20,000 characters makes this program work properly, no more huge system and program lag due to plugins throwing repeated messages that overload the consolestream feed to the textbox.
One can do better if instead of clearing it all, one were to clear just the oldest lines, like beyond 30000 characters. If people want the log before that they need to open the one in their folder. |
Hi there, I really would like to switch from bukkitgui to this Dashboard, but one really needed feature is missing if you are using mods and want to try things out: Different colors for console messages, that are just info messages, or warning messages, etc. This would be very helpful in order to find errors at startup or to find the reason for a recent server crash. A separate tap for the latest warning message would be also very helpful.

The text was updated successfully, but these errors were encountered: