{"id":13448207,"url":"https://github.com/poucotm/Log-Highlight","last_synced_at":"2025-03-22T09:31:01.620Z","repository":{"id":85429287,"uuid":"60545410","full_name":"poucotm/Log-Highlight","owner":"poucotm","description":"🔦 Plugin for Sublime Text 2/3, Log Highlight helps to view a log (any type) supporting customizable log syntax \u0026 color scheme, extensible severity levels, clickable links","archived":false,"fork":false,"pushed_at":"2023-11-29T15:35:00.000Z","size":167,"stargazers_count":73,"open_issues_count":7,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-28T14:26:55.745Z","etag":null,"topics":["color-scheme","log","log-highlight","sublime-text","syntax-highlighting"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poucotm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/v0.5.0.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-06-06T17:00:20.000Z","updated_at":"2024-10-02T02:32:22.000Z","dependencies_parsed_at":"2023-03-03T10:00:52.333Z","dependency_job_id":null,"html_url":"https://github.com/poucotm/Log-Highlight","commit_stats":null,"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poucotm%2FLog-Highlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poucotm%2FLog-Highlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poucotm%2FLog-Highlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poucotm%2FLog-Highlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poucotm","download_url":"https://codeload.github.com/poucotm/Log-Highlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color-scheme","log","log-highlight","sublime-text","syntax-highlighting"],"created_at":"2024-07-31T05:01:38.830Z","updated_at":"2025-03-22T09:31:01.116Z","avatar_url":"https://github.com/poucotm.png","language":"Python","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=89YVNDSC7DZHQ","https://www.paypal.me/poucotm/1.0"],"categories":["Python"],"sub_categories":[],"readme":"# Log Highlight for Sublime Text\n\n[![Package Control](https://img.shields.io/packagecontrol/dt/Log%20Highlight?logo=github\u0026color=FF1919)][PKG]\n[![PayPal](https://img.shields.io/badge/paypal-donate-blue.svg)][PM]\n\nLog Highlight helps to view a log (any type) with customizable error/warning syntax \u0026 color scheme \u0026 extensible severity levels.\nOpen a log file (like .log) and run __*Log Highlight*__ in the context menu or __*Log Highlight : Highlight Error/Warning*__ in the command palette.\n\n(Compile Log - auto-highlight off (summary panel is deprecated))  \n![Image of Log Highlight](https://raw.githubusercontent.com/poucotm/Links/master/image/Log-Highlight/lh-log.gif)\n\n(Build Window - auto-highlight on)  \n![Image of Log Highlight](https://raw.githubusercontent.com/poucotm/Links/master/image/Log-Highlight/lh-build.gif)\n\n(System Log - auto-highlight off)  \n![Image of Log Highlight](https://raw.githubusercontent.com/poucotm/Links/master/image/Log-Highlight/lh-system.gif)\n\n## Features\n***********\n\n * Customizable Syntax \u0026 Color Scheme\n * Extensible Severity Levels\n * Separate log types : \"compile\", \"system\"\n * Support multiple kinds of logs with different options, severity levels, theme colors\n * Add Bookmarks Automatically for Navigating Errors/Warnings with customizable icons\n * Support Go To Position in a Log by `result_file_regex`\n * Search a Base Directory Automatically for Relative Path Link\n * Auto Refresh for Multiple Logs\n * Continuous Tracking for Multiple Logs\n * Enable Build Window (Output Panel)\n\n#### Customizable Syntax \u0026 Color Scheme\n\nAfter changing syntax and color scheme in __*Log Highlight.sublime-settings*__, run __*Log Highlight: Generate Custom Syntax \u0026 Theme*__ command. You may have to restart sublime text once.\n\n#### Extensible Severity Levels\n\nYou can add, remove, change severity levels like debug/notice/emergency in __*Log Highlight.sublime-settings*__, run __*Log Highlight: Generate Custom Syntax \u0026 Theme*__ command. You may have to restart sublime text once.\n\n#### Separate Log Types\n\nYou can set the log type in settings  \n. \"compile\" type : link / bookmark can be activated  \n. \"system\" type  : color-highlight only (fast)\n\n#### Support multiple kinds of logs\n\nYou can set multiple kinds of logs with different log extension.\n\n#### Bookmarks\n\nWhen errors/warnings found, it will add bookmarks for them for each icon. Bookmark navigation is enabled(restored) from v1.8.0. You can use bookmark keys like __*F2*__.\n\n#### Go To Position\n\nBy double-click, you can go to positions of links like `\"../../abc.cpp\", 32` or `./abc.v line 234` in a log. For relative path, it may automatically search a base directory near the log file\n\n#### More Flexible Style Syntax\n\nYou can highlight links and quotes inside \"begin regex\", \"end regex\" and \"match regex\" by using special words `{{{LINK}}}`, `{{{QUOTE}}}`. It can be used for the following gcc style error/warning message : `./src/abc.cpp:40:2 error: unknown escape seque ...`\n\n#### Auto Refresh for Multiple Logs\n\nWhen the log files are updated, it automatically refreshes the bookmarks, summary output panel. There's some inertial delays for smooth action.\n\n#### Continuous Tracking for Multiple Logs\n\nIf there are open files which already log-highlighted when sublime text restart, it will track all again. (ST3 only)\n\n#### Enable Build Window (Output Panel)\n\nLog Highlight can be used for Build Window or Unsaved View. But relative path link won't be used because the absolute path is unknown. In order to use relative path, you should set like the following: `output_view.settings().set('filepath', [PATH])` output_view is the handle of your output panel view.\n\n### Settings\n\nPlease, refer to [__Log Highlight.sublime-settings__](https://github.com/poucotm/Log-Highlight/blob/master/Log%20Highlight.sublime-settings), Available Icons : [__Icon List__](https://github.com/poucotm/Log-Highlight/tree/master/icons)\n\n- __Regular Expression Pattern in Settings__\n\n*Usage*   : `[ \"begin regex\", \"end regex\" ] or [ \"match regex\", \"\" ]`  \n*Caution* : avoid OR '|' and separate them, it can make an unexpected result.\n\nexample)\n```java\nError-[SE] Syntax error :\n   ./src/macros/uvm_object_defines.svh line: 764: token is 'for'\n--\u003e [ \"^Error-\\\\[\", \"^\\\\s*[\\\\n]\" ] // Error-[ ~ next empty line (multi-line)\n\nerror ../src/foo.cpp:40\n--\u003e [ \"^(?i)error\", \"[\\\\r\\\\n]\" ] // single line\n\n../src/foo.cpp:40 error:\n--\u003e [ \"^{{{LINK}}}?[^\\\\r\\\\n]*?(?i)error\", \"[\\\\r\\\\n]\" ] // single line\n```\n\n- __Restore Settings__\n\nUse __*Log Highlight: Erase Syntax \u0026 Theme*__ in the command palette Or  \nJust remove __*Packages/User/Log Highlight*__\n\n### Donate\n\n[![Doate Image](https://raw.githubusercontent.com/poucotm/Links/master/image/PayPal/donate-paypal.png)][PM]  \nThank you for donating. It is helpful to continue to improve the plug-in.\n\n### Issues\n\nWhen you have an issue, tell me through [https://github.com/poucotm/Log-Highlight/issues](https://github.com/poucotm/Log-Highlight/issues), or send me an e-mail poucotm@gmail.com\n\n[PP]:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=89YVNDSC7DZHQ \"PayPal\"\n[PM]:https://www.paypal.me/poucotm/1.0 \"PayPal\"\n[PKG]:https://packagecontrol.io/packages/Log%20Highlight \"Log Highlight\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoucotm%2FLog-Highlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoucotm%2FLog-Highlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoucotm%2FLog-Highlight/lists"}