You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that we can access the underlying ace ref through react refs - how do I implement something like a line-widget? Are widgets available to be imported?
This discussion was converted from issue #824 on December 10, 2020 01:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi friends,
I'm looking to add a Github code commenting interface to my implementation of react-ace.
I found that ace originally supported line widgets - https://github.com/ajaxorg/ace/blob/v1.1.8/lib/ace/line_widgets.js#L82 - for this purpose.
I understand that we can access the underlying ace ref through react refs - how do I implement something like a line-widget? Are widgets available to be imported?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions