# HG changeset patch # User wenzelm # Date 1743797541 -7200 # Node ID 5bc783d812019ca9031ac77f54308f65807d8f55 # Parent a9d8e2474d2e34e833a5fe6cb38edb49a565927a more documentation; diff -r a9d8e2474d2e -r 5bc783d81201 src/Doc/JEdit/JEdit.thy --- a/src/Doc/JEdit/JEdit.thy Fri Apr 04 22:11:29 2025 +0200 +++ b/src/Doc/JEdit/JEdit.thy Fri Apr 04 22:12:21 2025 +0200 @@ -151,11 +151,10 @@ additional plugins are bundled with Isabelle/jEdit for convenience or out of necessity, notably \<^emph>\Console\ with its \<^emph>\Scala\ sub-plugin (\secref{sec:scala-console}) and \<^emph>\SideKick\ with some Isabelle-specific - parsers for document tree structure (\secref{sec:sidekick}). The - \<^emph>\Navigator\ plugin is particularly important for hyperlinks within the - formal document-model (\secref{sec:tooltips-hyperlinks}). Further plugins - (e.g.\ \<^emph>\ErrorList\, \<^emph>\Code2HTML\) are included to saturate the dependencies - of bundled plugins, but have no particular use in Isabelle/jEdit. + parsers for document tree structure (\secref{sec:sidekick}). Other plugins + (e.g.\ \<^emph>\Console\, \<^emph>\ErrorList\, \<^emph>\SideKick\) are included to saturate the + dependencies of bundled plugins, but have no particular use in + Isabelle/jEdit. \ @@ -1267,9 +1266,17 @@ \<^medskip> A black rectangle in the text indicates a hyperlink that may be followed by a mouse click (while the \<^verbatim>\CONTROL\ or \<^verbatim>\COMMAND\ modifier key is still - pressed). Such jumps to other text locations are recorded by the - \<^emph>\Navigator\ plugin, which is bundled with Isabelle/jEdit and enabled by - default. There are usually navigation arrows in the main jEdit toolbar. + pressed). Such jumps to other text locations are recorded by the builtin + navigator, which provides actions to move backwards or forwards, with arrow + icons in the \<^emph>\Incremental Search Bar\ (action @{action_ref + "quick-search"}). The following keyboard shortcuts are available: + + \<^medskip> + \begin{tabular}[t]{l} + @{action_ref "navigate-backwards"} (\<^verbatim>\AS+LEFT\) \\ + @{action_ref "navigate-forwards"} (\<^verbatim>\AS+RIGHT\) \\ + \end{tabular}\quad + \<^medskip> Note that the link target may be a file that is itself not subject to formal document processing of the editor session and thus prevents further