diff doc/10_5_editor_commands.html @ 60:9c0c402b0ef3

Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net> * editors.[ch]: Add "%w" macro to disable full screen deactivation when running an editor command. * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to prevent exit of full screen. * image-load.c (image_load_begin): Fix to not treat short reads as end of file condition. * README, doc/10_5_editor_commands.html: Document %w macro for editor commands. * po/it.po: Update Italian translation, submitted by Kostantino <inverness1ATvirgilio.it>.
author gqview
date Mon, 13 Jun 2005 21:39:13 +0000
parents e0d0593d519e
children 1b01410e6860
line wrap: on
line diff
--- a/doc/10_5_editor_commands.html	Sun Jun 12 23:45:45 2005 +0000
+++ b/doc/10_5_editor_commands.html	Mon Jun 13 21:39:13 2005 +0000
@@ -5,7 +5,7 @@
 	<TITLE>Editor Options - GQview User Manual</TITLE>
 	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3  (Linux)">
 	<META NAME="CREATED" CONTENT="20040805;23590500">
-	<META NAME="CHANGED" CONTENT="20050131;8430800">
+	<META NAME="CHANGED" CONTENT="20050613;17101000">
 </HEAD>
 <BODY LANG="en-US" DIR="LTR">
 <CENTER>
@@ -86,8 +86,9 @@
 					<P ALIGN=CENTER>%v</P>
 				</TD>
 				<TD WIDTH=80%>
-					<P>Display the result of the command in an output window, must
-					occur as the first two characters.</P>
+					<P>Display the result of the command in an output window. Must
+					occur as the first two characters, or immediately after the &ldquo;%w&rdquo;
+					macro.</P>
 				</TD>
 			</TR>
 			<TR VALIGN=TOP>
@@ -100,6 +101,15 @@
 					file is suppressed.</P>
 				</TD>
 			</TR>
+			<TR VALIGN=TOP>
+				<TD WIDTH=20%>
+					<P ALIGN=CENTER>%w</P>
+				</TD>
+				<TD WIDTH=80%>
+					<P>Prevent full screen from deactivating when command is
+					executed. Must occur as the first two characters.</P>
+				</TD>
+			</TR>
 		</TABLE>
 	</DL>
 </DL>
@@ -152,4 +162,4 @@
 <P STYLE="margin-bottom: 0in"><BR>
 </P>
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file