You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/05/15 12:13:41 UTC

[GitHub] [netbeans] JaroslavTulach commented on a change in pull request #1135: [NETBEANS-1979] Create Mode from client code

JaroslavTulach commented on a change in pull request #1135: [NETBEANS-1979] Create Mode from client code
URL: https://github.com/apache/netbeans/pull/1135#discussion_r284223514
 
 

 ##########
 File path: platform/openide.windows/src/org/openide/windows/WindowManager.java
 ##########
 @@ -741,6 +741,35 @@ public String getRole() {
         return null;
     }
     
+    /**
+     * An extension to enable client code to manage
+     * Modes directly.
+     * 
+     * @see ModeXml
+     */
 
 Review comment:
   Not anymore. The current version is `6.81`. You need to add something - at least `6.82`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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