From: Erik V. <eri...@hc...> - 2009-11-29 15:58:49
|
While fiddling with the ReportWindow, I thought I could as well look at the requested Find function. I have done it, and for me it works. ctrl-F = Find ctrl-shift-F = Find backwards If the window is editable, searching starts at the cursor position, otherwise at the start/end. ctrl-G = Find Next ctrl-shift-G = Find Previous Both start at the currently selected text, possibly as a result of a previous Find, but (if the window is editable) you can also select text yourself and then do Find Next/Previous. In other words, Find Next/Previous does not necessarily start at the previous Find result. These actions are also available through the Edit menu of that window. There is also a greyed-out menu item File|Print, which is reseved for the future; printing hasn't been implemented yet. Erik. |