xiota / geany-preview

Turns Geany into a markdown editor by providing a preview pane in the sidebar to show the formatting of several light-weight languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags.
GNU General Public License v3.0
12 stars 0 forks source link

WebView context menu isn't functional #3

Open xiota opened 2 years ago

xiota commented 2 years ago

WebView context menu isn't functional.

ralf3u commented 2 years ago

@xiota

WebView context menu isn't functional.

For me the context menu is functional. I like it. In my report https://github.com/xiota/geany-preview/issues/1#issuecomment-932776588, I just asked if there was a shortcut for reloading the page in the Preview.

I'm not sure what you mean. The Preview updates as you type.

Yes, but let it be supposed that there is a link that will fire only once an animation, if the user goes with the mouse over the link. So, if the user tested the link, but want to see again the animation, a reload is necessary.

The context menu in the preview pane is broken though.

For me the context menu works perfect. I don't see any broken context menu. And I don't see any reason to change the context menu. That is why I don't understand the title of this issue "WebView context menu isn't functional".

xiota commented 2 years ago

I just asked if there was a shortcut for reloading the page in the Preview.

Reloading the document (menubar File/Reload) should cause the preview to reload. You can assign a shortcut in Geany preferences.

For me the context menu works perfect.

The problem is when editing other formats. As long as you're previewing only html files, it will work okay. It will probably take me a while to figure out how to fix.