Log-Highlight icon indicating copy to clipboard operation
Log-Highlight copied to clipboard

🔦 Plugin for Sublime Text 2/3, Log Highlight helps to view a log (any type) supporting customizable log syntax & color scheme, extensible severity levels, clickable links

Results 9 Log-Highlight issues
Sort by recently updated
recently updated
newest added

1. Open a new tab (untitled) 2. Paste log 3. Right click -> Log Highlight 4. result: no highlight

When a single line has characters more that 16384, highlight doesn't work. As soon as we add a line break after 16384, line is highlighted. Icon for the match line...

Using [auto-dark](http://packagecontrol.cn/packages/auto-dark) to change to dark mode automatically, but when dark mode is activated, log file tab still has white background. I guess the theme settings overwrite sublime's theme. Tried...

I'm running a development server within a Vagrant VM. Clicking the blow link will take me to a directory that does not exist on my local client, but within the...

Current Log Highlight adds a menu item to Sidebar. My sidebar is pretty crowded already. Would be nice if we could disable that item

Now when double click a line in summary panel, it will go to link position. I hope you can add a feature that: * when double click just on the...

Hello, great plugin! I wonder is there some way to add lines to ignore all rules? Fo example I have "ConnectivityService" spaming in log and that lines contains some words...

I'm not sure why the problem occurs. Line 897 (260 characters): (Incomplete highlighting - 74 chars blue, missing 7 chars) Line 898 (232 characters): (Incomplete highlighting - 69 chars blue,...

"extension" : [ "*.log", ".vcs.log", ".cpp.log", "message*" ] 此配置会导致以 message 开头的文件语法错误的识别为 log