You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jaroslav Tulach (JIRA)" <ji...@apache.org> on 2018/02/19 10:02:01 UTC

[jira] [Commented] (NETBEANS-206) Please add support for JSNI

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

Jaroslav Tulach commented on NETBEANS-206:
------------------------------------------

The coloring in strings shall be fixed by [https://github.com/apache/incubator-netbeans/pull/431]

According to Chris's latest comment, I cannot close this bug, unless JSNI coloring is provided as well. I am not going to do it. Thus I am unassigning myself from this issue.

> Please add support for JSNI
> ---------------------------
>
>                 Key: NETBEANS-206
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-206
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: java - Editor
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Assignee: Jaroslav Tulach
>            Priority: Major
>
> I figured out that you will add support for Mixed development support between C/C++ and Java in netbeans 8.1: http://wiki.netbeans.org/NewAndNoteworthyNB81. I really like that for JNI and JNA but what about mixed development support for Java and Javascript like GWT and the JSNI functions? I have to use GWT in our company and it is really hard to find out errors when you only see commented methods like:
> {code}
> public static native void alert(String msg) /*-{
>   $wnd.alert(msg);
> }-*/;
> {code}
> I know there is a plugin called GWT4NB but for now, I don't see any benefits to use this. Here is a description for JSNI: http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html
> This would be a big enhancement to have syntax highlighting, navigation to JS files like with C/C++ and Java, have code completion, and so on.
> Regards
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists