Chris2011 commented on PR #7938:
URL: https://github.com/apache/netbeans/pull/7938#issuecomment-2558517053

   > For the actions: I noticed that too in other contexts. You might want to 
have a look at the implementation of the "History" multiview element, as that 
is in a similar role, than preview (not an editor, but should do many thing 
similar to the companion multiview element).
   
   I just had a look into the markdown support, because there it was working 
and it was just this code:
   
   ```
   @Override
       public Action[] getActions() {
           return callback.createDefaultActions();
       }
   ```
   
   and also the code to set callback. FYI.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to