Editable Description in Outline View #13188
Replies: 1 comment
-
Hi @kapishsingla, Thank you for your question! There is two separate aspects in your question:
Implementing (1) is rather straightforward. For the Theia part, you'd need to inject Regarding (2): I don't think the generic outline view in Theia actually supports editing at all. So this would have to be implemented by customizing this view for your purposes. I'm not sure whether this is a great approach though, as it changes a pretty central view in Theia, for a single editor. Depending on your use case, this might not be an issue, but just saying. Alternatively, you may rather want to populate Theia's extensible property view for this purpose or create a custom view from scratch that serves this functionality? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm working on enhancing Theia's Outline view for GLSP nodes. My goal is to allow users to edit a node's description by clicking on it and opening an editable Outline view. The outline view will show the description of respective node and it will be editable in outline view. So what will be right approach to implement it?
Beta Was this translation helpful? Give feedback.
All reactions