Re: [Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread Vidhya Arun
Yes Andre, I referred this plugin too but I found there is no separate preview pane here instead the preview was happening directly in the editor. I was looking to develop a side by side viewer with the text editor and preview pane where the preview pane will remain read only Vidhya On Fri, 6 Mar

Re: [Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread André Hartmann
Dear Vidhya Arun, Please note that there is currently a markdown viewer in development / review: https://codereview.qt-project.org/c/qt-creator/qt-creator/+/287928 Maybe your plugin and the markdown viewer can join forces - after all the use case should be similar. Regards, André Am 06.03.

Re: [Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread Eike Ziller
> On 6. Mar 2020, at 15:29, Eike Ziller wrote: > > > >> On 6. Mar 2020, at 15:15, Vidhya Arun wrote: >> >> Hello All >> >> I am creating a plugin for ascii doc preview for which I need to create a >> splitView in the EditorManager. >> My idea is to create a plainTextEdit in one side of E

Re: [Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread Eike Ziller
> On 6. Mar 2020, at 15:15, Vidhya Arun wrote: > > Hello All > > I am creating a plugin for ascii doc preview for which I need to create a > splitView in the EditorManager. > My idea is to create a plainTextEdit in one side of Editor and a previewer in > the other split. > > Are there any

[Qt-creator] Create SplitView in EditorManager programmatically

2020-03-06 Thread Vidhya Arun
Hello All I am creating a plugin for ascii doc preview for which I need to create a splitView in the EditorManager. My idea is to create a plainTextEdit in one side of Editor and a previewer in the other split. Are there any methods exposed directly from TextEditor or EditorManager plugin to cre