-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
53 lines (47 loc) · 2.14 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/////////////////////////////////////////////////////////////////////
// LogWatcher 1.4
// http://graysky.sourceforge.net
/////////////////////////////////////////////////////////////////////
Changes since 1.4:
----------------------------------
- Upgrade to eclipse 4.6 Neon
- Upgrade to eclipse 4.4 Luna
Changes since 1.3:
----------------------------------
- Added drop-down containing recently opened files when creating a new watcher.
- Added ability to save filters and apply them to future watchers.
- Renamed "Toggle Automatic Scrolling" to "Scroll Lock" and updated the icon
for consistency.
- Added tooltip for each tab in the view containing the absolute filename
of the file being watched.
Changes since 1.2:
----------------------------------
- Existing watchers can now be edited.
- Better update performance on large files.
- The number of lines to show when the file is first opened is now specified
when a watcher is created, and the log window will show every new line added
to the file until "Clear" is used.
- When "Toggle automatic scrolling" is activated, the scroll bar no longer
continues to move.
- Several other bugs fixed.
- Online Help updated.
- Works with Eclipse 3.0
Changes since 1.1:
----------------------------------
- Filters now support regular expressions (Using Jakarta's ORO regexp library).
- Added LogWatcher preferences page.
- Preference: Restore previously open watchers on restart.
- Preference: Choose font/size/color for LogWatcher views.
- New filter action: Add a Todo task to the workbench.
- New Edit actions: Use Find (Ctrl + F) and Copy (Ctrl + C) in the
LogWatcher view.
- New action: Toggle automatic view scrolling when new lines are
added to a log file.
- Re-organized menus/icons. Added LogWatcher view icon.
- Added LogWatcher Help topics.
Changes since 1.0:
----------------------------------
- Filters: Highlight a line or skip a line when a pattern is matched.
- New action: Erase display (like the regular console viewer, RFE #667659)
- New icons (stolen from elsewhere in Eclipse)
- Bugfix: Notice truncated and delete files (also part of RFE #667659)