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 2018/09/26 04:47:08 UTC

[GitHub] dukescript commented on issue #905: Enabling ko4j DOM inspector & editor support

dukescript commented on issue #905: Enabling ko4j DOM inspector & editor support
URL: https://github.com/apache/incubator-netbeans/pull/905#issuecomment-424583457
 
 
   The test scenario:
   * start with empty user directory
   * create new Java Frontend application project - `index.html` is one of created and opened files
   * try code [knockout](http://knockoutjs.com) completion in HTML - e.g. the `data-bind` directive
       * check the support for knockout completion is enabled
   * execute the project - app opens in new window, *DOM Inspector* opens in the IDE
       * check the *DOM Inspector* window is opened and selecting an element in it selects it in the application window
   
   Looks like all of the above is working after 6b75cf4 change.
       

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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