HiromuHota / pentaho-kettle

webSpoon is a web-based graphical designer for Pentaho Data Integration with the same look & feel as Spoon
https://hub.docker.com/r/hiromuhota/webspoon/
Apache License 2.0
499 stars 190 forks source link

how can i set the result-area's logs font color red to find out whats the errors in logs? #215

Closed finch-xu closed 4 years ago

finch-xu commented 4 years ago

Checklist before submitting an issue

Expected Behavior

kettle's error font is red in result area, but this webkettle is not , they are all black font in result , and i cant't find the errors quickly. is there a button or settings in webkettle to change this ? thank u :)

Actual Behavior

Screenshots and error messages are helpful.

Steps to Reproduce the Problem

  1. run a trans or a job
  2. if there is a bug in this trans or just fail to finash
  3. in the result area ,the logs font is not red, all logs is the same black font

Specifications

Server

If deployed as a Docker container

Else

Client

HiromuHota commented 4 years ago

Hi @finch-xu , thank you for your feedback. Currently, it is not possible to change font color in the log. Spoon uses StyledText but webSpoon uses Text, which does not allow change colors of text, as RAP/RWT has not implemented StyledText. Unfortunately, I don't have a plan to fix this in a foreseeable future, but would welcome your pull-request.