Skip to content

Commit 6bc5558

Browse files
committed
Update for 2015-05-18 release.
1 parent 3e8857f commit 6bc5558

3 files changed

Lines changed: 104 additions & 50 deletions

File tree

ReadMe.txt

Lines changed: 68 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,38 +72,76 @@ all circumstances, but is ultimately bound by the resources available to it.
7272
-- History --
7373
-------------
7474

75-
2015-01-07 by Uriel Cohen (http://github.com/cohen-uriel)
75+
2015-05-18 by Uriel Cohen
76+
----------
77+
* Gave a more modern look to all menus
78+
* Improved behavior of the "More..." button in Options dialog
79+
80+
2015-05-07 by Mike Morante
81+
----------
82+
* Fixed a bug where the context menu for filters would remain enabled even if
83+
no filter was selected
84+
85+
2015-04-14 by Mike Morante
86+
----------
87+
* Fixed a bug that would cause loading filters from the command line to fail
88+
89+
2015-03-27 by Mike Morante
90+
----------
91+
* Added columns to the filters list, use only the matching pattern for
92+
previewing the filter
93+
* Added drag&drop support for the filters list
94+
* Double-click or press Enter on a filter to edit it
95+
* Double-click a line to create a new filter from it
96+
* Added menu item to enable all filters at once
97+
* Renamed "Filter" menu to "Filters"
98+
99+
2015-02-26 by Uriel Cohen
100+
----------
101+
* Added support for loading a configuration file from the command line
102+
* Added support for multiple filter files on the command line
103+
104+
2015-02-24 by Uriel Cohen
105+
----------
106+
* Fixed a bug with handling of some defaults through registry settings
107+
108+
2015-01-28 by Uriel Cohen
109+
----------
110+
* Added support for setting configuration parameters from a preferences dialog
111+
* Added the capability to Export and Import configuration files
112+
113+
2015-01-07 by Uriel Cohen
76114
----------
77115
* Added a tooltip to the loaded file indicator in the status bar
78116
* Fixed a bug where setting a marker used in an active filter causes the
79117
current selection of lines to be changed
80118

81-
2015-01-07 by David Anson (http://dlaa.me/)
119+
2015-01-07 by David Anson
82120
----------
83121
* Improve HTML representation of clipboard text when copying for more
84122
consistent paste behavior
85-
86-
2015-01-01 by Uriel Cohen (http://github.com/cohen-uriel)
123+
124+
2015-01-01 by Uriel Cohen
87125
----------
88126
* Fixed a bug where TAB characters are omitted in the display
89127
* Fixed a bug where lines saved to file include an extra white space at the
90128
start
91129

92-
2014-12-21 by Uriel Cohen (http://github.com/cohen-uriel)
130+
2014-12-21 by Uriel Cohen
93131
----------
94132
* Changed compilation to target .NET Framework 4.0
95133

96-
2014-12-11 by Uriel Cohen (http://github.com/cohen-uriel)
134+
2014-12-11 by Uriel Cohen
97135
----------
98136
* Redesigned the status bar indications to be consistent with Visual Studio and
99137
added the number of currently selected lines
100138

101-
2014-12-04 by Uriel Cohen (http://github.com/cohen-uriel)
139+
2014-12-04 by Uriel Cohen
102140
----------
103141
* Added the ability to append an existing filters file to the current filters
104142
list
105143

106-
2014-12-01 by Uriel Cohen (http://github.com/cohen-uriel)
144+
2014-12-01 by Uriel Cohen
107145
----------
108146
* Added recent file/filter menus for easy access to commonly-used files
109147
* Added a new settings registry key to set the
@@ -114,31 +152,31 @@ all circumstances, but is ultimately bound by the resources available to it.
114152
* Fixed a bug where copy-pasting lines from the application to Lync
115153
resulted in one long line without carriage returns
116154

117-
2014-11-11 by Uriel Cohen (http://github.com/cohen-uriel)
155+
2014-11-11 by Uriel Cohen
118156
----------
119-
* Added support for selection of background color in the filters
157+
* Added support for selection of background color in the filters
120158
(different selection of colors than the foreground colors)
121159
* The background color can be saved and loaded with the filters
122-
* Filters from previous versions that lack a background color will have the
160+
* Filters from previous versions that lack a background color will have the
123161
default background color
124-
* Saving foreground color field in filters to 'foreColor' attribute.
125-
Old 'color' attribute is still being loaded for backward compatibility
162+
* Saving foreground color field in filters to 'foreColor' attribute.
163+
Old 'color' attribute is still being loaded for backward compatibility
126164
purposes.
127165
* Changed control alignment in Find dialog and Filter dialog
128166

129-
2014-10-21 by Mike Morante (http://github.com/mike-mo)
167+
2014-10-21 by Mike Morante
130168
----------
131169
* Fix localization issue with the build string generation
132170

133-
2014-04-22 by Mike Morante (http://github.com/mike-mo)
171+
2014-04-22 by Mike Morante
134172
----------
135173
* Line metadata is now visually separate from line text contents
136174
* Markers can be shown always/never/when in use to have more room for line text
137175
and the chosen setting persists across sessions
138176
* Added statusbar panel funnel icon to reflect the current status of the Show
139177
Only Filtered Lines setting
140178

141-
2014-02-27 by Mike Morante (http://github.com/mike-mo)
179+
2014-02-27 by Mike Morante
142180
----------
143181
* Added zoom controls to quickly increase/decrease the font size
144182
* Zoom level persists across sessions
@@ -256,3 +294,17 @@ Highlights:
256294
2003-02-21, 2003-02-11, 2003-02-06
257295
----------------------------------
258296
Preview releases to a handful of volunteers
297+
298+
299+
------------
300+
-- People --
301+
------------
302+
303+
Project owner
304+
-------------
305+
* David Anson - http://dlaa.me/
306+
307+
Contributors
308+
------------
309+
* Mike Morante - http://github.com/mike-mo
310+
* Uriel Cohen - http://github.com/cohen-uriel

TextAnalysisTool.NET.txt

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ copying to the clipboard affect all selected lines. Non-contiguous selections
9696
can be made in the usual manner with the Shift and Ctrl keys.
9797

9898
Filter Display: The filter display shows the filters with which you are
99-
currently working. Filters can be enabled or disabled by clicking on them.
100-
Further functionality (such as moving, editing, or removing a filter) is
101-
available from the Filter menu or from the context menu obtained by right-
99+
currently working. Filters can be enabled or disabled by clicking on the
100+
checkboxes next to them, they can be edited by double-clicking or pressing
101+
Enter, and they can be re-arranged through drag and drop. Further functionality
102+
is available from the Filters menu or from the context menu obtained by right-
102103
clicking on any filter. Lines matching any of the first twenty-six filters can
103104
be easily cycled through with the keyboard.
104105

@@ -140,6 +141,7 @@ Edit
140141
Find Next Repeats the last find operation (searching
141142
down)
142143
Go To... Scrolls to the specified line number
144+
Preferences... Sets configuration options
143145

144146
View
145147
Show Only Filtered Lines Toggles showing/hiding of lines that do not
@@ -155,10 +157,11 @@ View
155157
Zoom Out Decreases the font size
156158
Reset Zoom Resets the font size to the default size
157159

158-
Filter
160+
Filters
159161
Add New Filter... Adds a new filter of any type
160162
Edit Selected Filter... Edits the selected filter
161163
Remove Selected Filter Removes the selected filter
164+
Enable All Filters Enables all filters
162165
Disable All Filters Disables all filters
163166
Remove All Filters Removes all filters
164167

@@ -185,6 +188,7 @@ Filter Display Keys
185188
-------------------
186189

187190
Space Toggles the selected filter on and off
191+
Enter Edits the selected filter (also accessible through double-click)
188192
Delete Removes the selected filter
189193

190194

@@ -257,38 +261,36 @@ dialog boxes to automatically open this web page in your default browser.)
257261
-- Section: Command-Line Parameters --
258262
--------------------------------------
259263

260-
TextAnalysisTool.NET.exe [InputFile] [/Filters:FilterFile]
264+
TextAnalysisTool.NET.exe [InputFile] [/Filters:FilterFile] [/Config:ConfigFile]
261265
InputFile - Name of the file to open and display
262266
FilterFile - Name of a .tat file containing a saved filter configuration
267+
ConfigFile - Name of an .xml file containing configuration options
268+
269+
Examples:
270+
TextAnalysisTool.NET.exe \Logs\MyLog.log /Filters:"\Saved Filters\MyFilters.tat"
271+
272+
TextAnalysisTool.NET.exe \Logs\MyLog.log /Config:"\configs\MyConfig.xml"
273+
274+
Note that several /Filters flags can be supplied on the command line.
275+
TextAnalysisTool.NET will append the filters from all supplied filter files.
276+
277+
Configuration options loaded from the command line become active when
278+
TextAnalysisTool.NET starts and are saved to the registry when it is closed.
279+
280+
281+
---------------------------------
282+
-- Section: Configuration File --
283+
---------------------------------
284+
285+
You can customize certain aspects of the user interface through a configuration
286+
file that can be imported from the Preferences dialog ("Preferences..." in the
287+
Edit menu) with the "Import..." button.
288+
An initial version of the file can be generated by using the "Export..." button
289+
from the same "Preferences..." dialog. This will generate the configuration XML
290+
file with all the available options. Once generated, you can remove some of the
291+
configuration options from the file if you don't want to override the current
292+
application value for that option.
263293

264-
Example:
265-
TextAnalysisTool.NET.exe \Logs\MyLog.log /Filters:"\Saved Filters\MyConfig.tat"
266-
267-
268-
--------------------------------
269-
-- Section: Registry Settings --
270-
--------------------------------
271-
272-
You can customize certain aspects of the user interface by adding any of the
273-
following registry values:
274-
275-
HKEY_CURRENT_USER\Software\DavidAns\TextAnalysisTool.NET
276-
TabSize DWORD Character width of each Tab character ('\t')
277-
FontSize STRING Point size of text in the line display
278-
ShowMarkersColumn STRING When to show the markers column next to the
279-
lines of text. Valid values: Always, Never,
280-
WhenInUse
281-
BeepOnSearchEnd DWORD If set to non-zero, will play a beep when the
282-
search loops around the document
283-
WindowTextColor } DWORD 0x00rrggbb color specification for the
284-
GrayTextColor } associated elements of the line display (note:
285-
GrayBackgroundColor} specifying a custom color overrides the normal
286-
HighlightTextColor } behavior of using the default system color)
287-
WindowColor }
288-
HighlightColor }
289-
MaxNumberOfRecentItems DWORD Maximum number of recent files or recent
290-
filter files displayed in the corresponding
291-
File menus. The default value is 5.
292294

293295
--------------------------
294296
-- Section: Bug Reports --

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>
3333
Includes:
3434
</h3>
3535
<ul class="notes">
36-
<li>Version <code>2015-01-07</code> for .NET 4+ (32- and 64-bit)</li>
36+
<li>Version <code>2015-05-18</code> for .NET 4+ (32- and 64-bit)</li>
3737
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
3838
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>
3939
<li>Version <code>2001-12-28</code> for x86 (32-bit only)</li>

0 commit comments

Comments
 (0)