Authors:
BartCr
free software

IntelliTail

Vendor: Bart Cremers

Email:

Website: N/A

Description:

Follow your log files inside IntelliJ! This plugin does something similar to Unix Tail.

Features:

  • Choose the number of lines to display.
  • Pin a file down on a specific position.
  • Mark specific lines as being of interest (Press CTRL when clicking in gutter)
  • Advanced copy features (Press CTRL for rectangular selection).
  • Filtering to display and highlight matching lines, or simply don't display them!
  • Notification on matching lines.
  • Recent file history (Press SHIFT when clicking open file button).
  • Keyboard navigation:
    • Cursor keys to navigate in file.
    • Home/End to jump to beginning/end of line.
    • Ctrl Home/End to jump to beginning/end of buffer.
  • L&F integrated with IntelliJ L&F.
    • Change colors and fonts through the IDEA color configuration.
    • Shift-Click on a tab to close it.
    • Shift-Mousewheel increases/decreases font size.
Downloads: 13984
Rating:
Participated in rating: 4
Version Since Build Until Build File/URL Size (Kb) Date Dependency
3.1.1. 69.7000. . Download 345.35. 2007-08-21 23:09:16 .
3.1. 40.3000. . Download 345.82. 2006-11-19 13:03:43 .
3.0. 40.3000. . Download 329.61. 2006-05-26 13:30:01 .
2.3.1. 40.3000. . Download 299.16. 2006-04-20 15:38:44 .
2.3. 40.3000. . Download 190.8. 2006-04-19 16:16:20 .
2.2. 40.3000. . Download 185.23. 2006-04-14 13:16:49 .
2.1.1. 40.3000. . Download 179.55. 2006-04-13 11:01:21 .
2.1. 40.3000. . Download 179.52. 2006-04-10 17:35:52 .
2.0.3. 40.3000. . Download 104.65. 2006-03-22 12:19:01 .
2.0.2. 40.3000. . Download 103.19. 2006-03-21 18:10:59 .
2.0.1. 40.3000. . Download 107.91. 2006-03-20 12:17:28 .
2.0. 40.3000. . Download 107.51. 2006-03-20 11:13:11 .
1.0.1. 40.3000. . Download 54.13. 2006-02-16 11:02:11 .
1.0. 40.3000. . Download 52.71. 2006-02-15 13:35:48 .
. .

Recent change notes:

Recompiled for IntelliJ IDEA Selena.

Comments:

Anonymous
Rated: noRate
2009-08-28 18:32:40
If we could just clear the buffer that would make this tool soooo much better!
.
navneet
Rated: noRate
2007-10-09 13:56:45
Can you add support for ssh like in RemoteTail, that would make this the ideal tail tool for me. If you can put up the sources somewhere, I can take a shot at it too.
.
Anonymous
Rated: noRate
2007-10-09 13:55:45
Can you add support for ssh like in RemoteTail, that would make this the ideal tail tool for me. If you can put up the sources somewhere, I can take a shot at it too.
.
Anonymous
Rated:
2006-12-04 19:04:44
Great tool. I also see performance problems with large files (6.0) and I would really love to be able to clear the buffer.

regex highlighting rules.
.
Anonymous
Rated:
2006-08-31 19:06:16
But I found a couple issues:
1. Doesn't work quite well with large file (very slow and CPU bound).
2. Throw a lot of exceptions in 6.0.

Hope you get to it soon.
.
Anonymous
Rated:
2006-08-31 12:59:10
Settings dialog only displays OK CANCEL and APPLY buttons
.
Anonymous
Rated:
2006-07-31 15:24:14
Great tool, but I often get this errormessage, hope you can fix it ;-)


Error during dispatching of java.awt.event.WindowEvent[WINDOW_LOST_FOCUS,opposite=null,oldState=0,newState=0] on frame0: -1
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(ArrayList.java:324)
at org.intellij.plugin.tail.util.LimitedBuffer.last(LimitedBuffer.java:60)
at org.intellij.plugin.tail.ui.area.TailTextArea.setViewCheckPoint(TailTextArea.java:233)
at org.intellij.plugin.tail.ui.TailPanel$FocusHandler.windowLostFocus(TailPanel.java:239)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:373)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:372)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:372)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:372)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:372)
at java.awt.AWTEventMulticaster.windowLostFocus(AWTEventMulticaster.java:372)
.