You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reformat the data abort exception output to utilize colors and format a bit nicer. This would increase the readability and hopefully make a little quicker to identify important information in the output.
I made a quick mock up of what I would format this output to look like:
In this mockup, the "title" for the exception is in bright red to indicate to the user that something is wrong, and the headers for each section of the output are dark red to match the "title" and not contrast too badly. Labels for any information are made yellow to easily spot them, and then the actual values of these labels are white.
I have also removed the "BEGINNING STACK TRACE" and "ENDING STACK TRACE" headers because I feel that would be indicated by the user's terminal prompt showing, or a new section starting.
I also played around with different colors for the section headers, but feel dark red looked the best:
The text was updated successfully, but these errors were encountered:
Requested Feature
Reformat the data abort exception output to utilize colors and format a bit nicer. This would increase the readability and hopefully make a little quicker to identify important information in the output.
I made a quick mock up of what I would format this output to look like:
In this mockup, the "title" for the exception is in bright red to indicate to the user that something is wrong, and the headers for each section of the output are dark red to match the "title" and not contrast too badly. Labels for any information are made yellow to easily spot them, and then the actual values of these labels are white.
I have also removed the "BEGINNING STACK TRACE" and "ENDING STACK TRACE" headers because I feel that would be indicated by the user's terminal prompt showing, or a new section starting.
I also played around with different colors for the section headers, but feel dark red looked the best:
The text was updated successfully, but these errors were encountered: