This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git

commit 17c3a0c75d172097f524d4e8f49f10b326270885
Merge: 2fa12bbedc 01ebf38622
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Dec 24 15:21:34 2024 +0100

    Merge pull request #4738 from nadment/4737
    
    Enhanced syntax highlighting #4737

 .../UserDefinedJavaClassDialog.java                |   1 +
 .../transforms/tableinput/TableInputDialog.java    |  16 +-
 .../ui/core/widget/JavaScriptStyledTextComp.java   |   4 +-
 .../hop/ui/core/widget/SQLStyledTextComp.java      |   6 +-
 .../widget/highlight/GenericCodeHighlight.java     | 171 ++---
 .../ui/core/widget/highlight/JavaHighlight.java    | 489 ++++++------
 .../core/widget/highlight/JavaScriptHighlight.java | 299 ++++----
 .../core/widget/highlight/SQLValuesHighlight.java  | 847 ---------------------
 .../hop/ui/core/widget/highlight/SqlHighlight.java | 833 ++++++++++++++++++++
 .../ui/core/widget/highlight/StyleAttribute.java   |  94 +++
 10 files changed, 1416 insertions(+), 1344 deletions(-)

Reply via email to