You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/09 20:14:01 UTC

[jira] [Commented] (NIFI-4400) Advanced UI with code editor for scripted processors

    [ https://issues.apache.org/jira/browse/NIFI-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284979#comment-16284979 ] 

ASF GitHub Bot commented on NIFI-4400:
--------------------------------------

Github user yuri1969 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2269#discussion_r155931287
  
    --- Diff: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-ui/src/main/resources/META-INF/NOTICE ---
    @@ -0,0 +1,61 @@
    +nifi-transform-json-ui
    +Copyright 2014-2017 The Apache Software Foundation
    +
    +This product includes software developed at
    +The Apache Software Foundation (http://www.apache.org/).
    +
    +******************
    +Apache Software License v2
    +******************
    +
    +The following binary components are provided under the Apache Software License v2
    +
    +  (ASLv2) Apache Commons Lang
    +    The following NOTICE information applies:
    +      Apache Commons Lang
    +      Copyright 2001-2014 The Apache Software Foundation
    +
    +      This product includes software from the Spring Framework,
    +      under the Apache License 2.0 (see: StringUtils.containsWhitespace())
    +
    +  (ASLv2) Jettison
    +    The following NOTICE information applies:
    +         Copyright 2006 Envoi Solutions LLC
    +
    +  (ASLv2) Jolt
    --- End diff --
    
    Removed


> Advanced UI with code editor for scripted processors
> ----------------------------------------------------
>
>                 Key: NIFI-4400
>                 URL: https://issues.apache.org/jira/browse/NIFI-4400
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI, Extensions
>            Reporter: Pierre Villard
>            Assignee: Yuri
>
> For the scripted processors it would nice to add an advanced UI with a "code editor mode" that would provide some very useful features when typing code:
> - indentation
> - code highlighting
> - do not close the window when hitting enter
> etc
> The use of codemirror.js (as already done for EL auto-completion) sounds like a good option.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)