free software
IntelliTail
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Bart Cremers
Email:
Website:
N/A
SourceCode: http://intelli-plugins.c...lli-plugins/IntelliTail/
License: http://opensource.org/licenses/MIT
Bugtracker page
Forum page
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: 20012
Rating:
Participated in rating: 5
Recent change notes:
Recompiled to work on JDK 1.6
Comments:
regex highlighting rules.
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.
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)