|
|
| Changed: |
< < |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
| > > |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginArchive"}% |
|
|
| Changed: |
< < |
%META:FORM{name="WebForm"}%
| > > |
%META:FORM{name="IntelliJPluginWebForm"}%
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value=""}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value=""}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value=""}%
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value=""}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value=""}%
%META:FIELD{name="IntelliJPluginClassification" title="IntelliJPluginClassification" value=""}% |
|
|
| Added: |
> > |
- Ability to turn off wrapping and have a horizontal scrollbar - ToddBreiholz
- Clear all button to clear all open log views - ToddBreiholz
|
|
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.05" date="1038961542" path="C:\tools\idea\plugins\logtailer.jar" size="76316" user="MarkLussier" version="1.6"}%
| > > |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.05b" date="1039008286" path="C:\tools\idea\plugins\logtailer.jar" size="79410" user="MarkLussier" version="1.7"}% |
|
|
| Added: |
> > |
v0.05
- Changed Add Log option to a single option, evaluated or not
- Display an evaluated version of the filename in the Add Dialog
- Fixed various NPEs
- Fixed issues with resetting log display (after configuration)
- Fixed issues with removing tails
|
| Changed: |
< < |
- Configure the history size
| > > |
- Enable the Highlighting Rules in Configuration
- Enable the Filtering Rules in configuration
- Investigate linking Stack Traces to an editor window (maybe)
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.04" date="1038682760" path="C:\projects\logtailer\logtailer.jar" size="52689" user="MarkLussier" version="1.4"}%
| > > |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.05" date="1038961542" path="C:\tools\idea\plugins\logtailer.jar" size="76316" user="MarkLussier" version="1.6"}% |
|
|
| Changed: |
< < |
%META:FORM{name="PluginWebForm"}%
| > > |
%META:FORM{name="WebForm"}% |
|
|
| Changed: |
< < |
This work is based on JLogTailer? by Paul Mutton (http://www.jibble.org)
| > > |
This work is based on JLogTailer? by Paul Mutton http://www.jibble.org |
|
|
| Added: |
> > |
v0.04
- Added support for expressioned filenames (see How To Use)
- Added tooltips to the tail tab to show qualified path
- Rewrote configuration
|
| Added: |
> > |
To tail files using an expression, click the Add a Expression File button on the tail logs toolbar. When entering or selecting the file you wish to tail, replace the dynamic portion with a value (MUST comply to SimpleDateFormat?) wrapped inside %'s.
For example, to tail a log that is today's date plus an extension enter "%yyyyMMdd%.log" (minus the quotes) in the "File Expression" field of the dialog that pops up
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.03" date="1038625126" path="C:\projects\logtailer\logtailer.jar" size="42678" user="MarkLussier" version="1.3"}%
| > > |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.04" date="1038682760" path="C:\projects\logtailer\logtailer.jar" size="52689" user="MarkLussier" version="1.4"}% |
|
|
| Added: |
> > |
v0.03
- Added configurable history buffer size
|
| Changed: |
< < |
- Tail history is fixed at 500 lines (keeps latest 500 lines)
| > > |
|
| Deleted: |
< < |
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.02" date="1038618668" path="C:\projects\logtailer\logtailer.jar" size="42198" user="MarkLussier" version="1.2"}%
| > > |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.03" date="1038625126" path="C:\projects\logtailer\logtailer.jar" size="42678" user="MarkLussier" version="1.3"}% |
|
|
| Changed: |
< < |
| > > |
v0.02
- Added Action Toolbar to toolwindow to Add and Remove tailed files
- Cleaned up a few sync problems
- Added a messages to the toolwindow when no files are being tailed
v0.01
|
| Added: |
> > |
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v 0.01" date="1038602814" path="C:\projects\logtailer\logtailer.jar" size="38671" user="MarkLussier" version="1.1"}%
| > > |
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v0.02" date="1038618668" path="C:\projects\logtailer\logtailer.jar" size="42198" user="MarkLussier" version="1.2"}% |
|
|
| Added: |
> > |
This work is based on JLogTailer? by Paul Mutton (http://www.jibble.org)
|
| Added: |
> > |
|
| Added: |
> > |
To configure the files you want to tail, go to Project Properties
and select the LogTailer? panel. Here you can change the display
font and add the files you wish to tail
|
|
|
| Added: |
> > |
%META:TOPICINFO{author="MarkLussier" date="1038603060" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="Test.WebHome"}%
A Plugin that will tail multiple files in a toolwindow. I wrote this to allow me to tail 4+ log files within IDEA.
- Tail history is fixed at 500 lines (keeps latest 500 lines)
- Configure the history size
- Copy the logtailer.jar to IDEAs plugins directory.
I have not uploaded source yet, will do shortly
A toolwindow will appear on the bottom the IDEA main frame
%META:FORM{name="PluginWebForm"}%
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="A Plugin that will tail multiple files in a toolwindow"}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsLinux, OsWin2K, OsWinXP"}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}%
%META:FILEATTACHMENT{name="logtailer.jar" attr="" comment="v 0.01" date="1038602814" path="C:\projects\logtailer\logtailer.jar" size="38671" user="MarkLussier" version="1.1"}%
%META:TOPICMOVED{by="MarkLussier" date="1038603050" from="Test.LogTailerPlugin" to="Main.LogTailerPlugin"}% |
View
| Diffs | r1.13 | > | r1.12 | > | r1.11
| More
|
|