brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Language .logs (synthax highlighting for log files) for Brackets #11003

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by AgamlaRage Friday Nov 18, 2016 at 18:19 GMT Originally opened as https://github.com/adobe/brackets/issues/12926


I would like to propose this as a feature, or a potential extension.

I can have this kind of interface in Atom, with this package https://github.com/mrodalgaard/language-log. There is a filter input (different of searching is great for log reading. You can also filter by level (Warning, Error, ...etc).

sans titre

Synthax higlighting :

core-ai-bot commented 3 years ago

Comment by swmitra Tuesday Nov 22, 2016 at 06:29 GMT


@AgamlaRage As@petetnt has already marked this as an Extension Idea, there is nothing which can be done from Brackets core. You can write an extension by using a CodeMirror overlay parser and some custom styling to have the desired code coloring for log files.

core-ai-bot commented 3 years ago

Comment by swmitra Tuesday Nov 22, 2016 at 06:30 GMT


Closing the issue.

core-ai-bot commented 3 years ago

Comment by AgamlaRage Saturday Dec 03, 2016 at 18:56 GMT


@swmitra @petetnt As you recommended, I started to wrote an extension to achieve this feature.

Here is the repository brackets-language-log. I called it Language Log into brackets-registry

This is my first brackets extension, and I didn't found all the regexp I need to release a more usefull version. Please be indulgent :)

Is that possible to let this issue into the Extension Idea label for the moment, so some other people can find it and maybe participate/help to the extension development ?