Skip to content

Commit

Permalink
Allow sentences to start with inline listing to avoid unusual use of …
Browse files Browse the repository at this point in the history
…'parameter'
  • Loading branch information
henrikt-ma committed Jan 24, 2021
1 parent c0516ad commit 7edadcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,8 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the

A \fmtannotationindex{Selector} displays a file dialog to select a file.
Setting \lstinline!filter! only shows files that fulfill the given pattern defined by \lstinline!text1 (*.ext1);;text2 (*.ext2)! to show only files with file extension \filename{ext1} or \filename{ext2} and displaying a description text \lstinline!text1! and \lstinline!text2!, respectively.
Parameter \lstinline!caption! is the text displayed in the dialog menu.
Parameter \lstinline!loadSelector! is used to select an existing file for reading, whereas parameter \lstinline!saveSelector! is used to define a file for writing.
\lstinline!caption! is the text displayed in the dialog menu.
\lstinline!loadSelector! is used to select an existing file for reading, whereas \lstinline!saveSelector! is used to define a file for writing.

The \lstinline!groupImage! references an image using an URI (see \cref{external-resources}), and the image is intended to be shown together with the entire group (only one image per group is supported).
Disabling the input field will not disable the image.
Expand Down

0 comments on commit 7edadcd

Please sign in to comment.