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

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

Github user yuri1969 commented on the issue:

    https://github.com/apache/nifi/pull/2269
  
    About that _close/done/ok_ button, currently the advanced UI is implemented 
as an `iframe` inside `nfShell`. The close 'X' button is a part of to the 
`nfShell`. So for closing down the advanced UI you need to close the `nfShell` 
too. I guess it can be done by traversing to the `nfShell` via the standard 
`window` object. Is this approach ok? Since it feels, it introduces another 
coupling element.


> 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)

Reply via email to