Skip to content
Snippets Groups Projects
Commit 1c65770a authored by Andreas Bayha's avatar Andreas Bayha
Browse files

RED

Issue-ref: 4299
Issue-Url: af3#4299



Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent 8c933bd9
No related branches found
No related tags found
1 merge request!2034299: Add comment handling to source editor (for highlighting)
Pipeline #38393 passed
Pipeline: maven-releng

#38394

    ......@@ -2,6 +2,6 @@ AdvancedTreeViewerEditorBase.java 9d9eded6848ee78991d1416592d1136efd71d2b7 GREEN
    FormsEditorBase.java b113501b98ffffcac362ca9f474ad02a42bde186 GREEN
    GEFEditorBase.java e668f596f45f07215994cbbd3929a9438331718f GREEN
    SourceEditorBase.java 47e69e2e6788b9897339c384cd03f9a22755037c GREEN
    SourceEditorConfigurationBase.java 451ff8c07e492ae6ba01db4388c2f07e68252f7d YELLOW
    SourceEditorConfigurationBase.java 7ebd080e394b394602e136ae7d63b5a51f952b0c RED
    SourceEditorUndoRedo.java 08127a8e0afb4f9c2f4c21294ca3220282c25bf0 GREEN
    TreeViewerEditorBase.java 1c59689ff57c4f3cc180d85f13021fc03461ecb0 GREEN
    ......@@ -111,6 +111,10 @@ public abstract class SourceEditorConfigurationBase<T extends EObject>
    /** Returns the rule based scanner. */
    private RuleBasedScanner getScannerForSyntaxHighlighting() {
    /*
    * FIXME (AB): Wouldn't it be cleaner and more efficient, to collect all rules in one List
    * that can be converted to an array at once?
    */
    // word rules
    List<WordRule> wordRules = getCommonRules();
    wordRules.add(getRuleSpecificToEditor());
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment