@@ -117,8 +117,10 @@ File
117117 Save Current Lines... Saves the current lines to a new file
118118 Load Filters... Loads a filter file (*.tat) and replaces the
119119 current filters
120- Save Filters... Saves the current filters to a filter file
120+ Save Filters Saves the current filters to a filter file
121121 (*.tat)
122+ Save Filters As... Saves the current filters to a new filter
123+ file (*.tat)
122124 Append to Existing Filters... Loads a filter file (*.tat) and appends the
123125 filters to the current filters
124126 Recent Files A list of the most recently loaded files
@@ -149,13 +151,15 @@ View
149151 the current line is preserved whenever
150152 possible; otherwise it is kept as near to its
151153 previous location as possible)
154+ Show Line Numbers Toggles showing/hiding of line numbers
152155 Show Markers
153156 Always Always show the markers left of the text
154157 Never Never show the markers left of the text
155158 Only When In Use Show the markers only when markers are defined
156159 Zoom In Increases the font size
157160 Zoom Out Decreases the font size
158161 Reset Zoom Resets the font size to the default size
162+ Filter List Location Set the docking location for the filter list
159163
160164Filters
161165 Add New Filter... Adds a new filter of any type
@@ -187,15 +191,17 @@ Ctrl+Shift+A-Z Toggles the associated filter
187191Filter Display Keys
188192-------------------
189193
190- Space Toggles the selected filter on and off
191- Enter Edits the selected filter (also accessible through double-click)
192- Delete Removes the selected filter
194+ Space Toggles the selected filter on and off
195+ Enter Edits the selected filter (also accessible
196+ through double-click)
197+ Delete Removes the selected filter
198+ Ctrl+(Left, Right, Up, or Down) Set the docking location of the filter list
193199
194200
195201Status Bar Indicators
196202---------------------
197203
198- Funnel Icon Indicates that the "Shown Only Filtered Lines" menu option is
204+ Funnel Icon Indicates that the "Show Only Filtered Lines" menu option is
199205 currently selected
200206Sel Indicates the number of lines selected in the line display
201207Fil Indicates the number of filtered lines
@@ -262,9 +268,11 @@ in your default browser.)
262268--------------------------------------
263269
264270TextAnalysisTool.NET.exe [InputFile] [/Filters:FilterFile] [/Config:ConfigFile]
271+ [/Line:LineNumber]
265272 InputFile - Name of the file to open and display
266273 FilterFile - Name of a .tat file containing a saved filter configuration
267274 ConfigFile - Name of an .xml file containing configuration options
275+ LineNumber - The line to display when the file is opened
268276
269277Examples:
270278TextAnalysisTool.NET.exe \Logs\MyLog.log /Filters:"\Saved Filters\MyFilters.tat"
0 commit comments