mrodalgaard / language-log

Log file syntax highlighting in Atom
MIT License
42 stars 9 forks source link

Dev/integration check #20

Closed MessuKilkain closed 8 years ago

MessuKilkain commented 8 years ago

I was trying to use the package for my Objective-C log, expected to get something as useful as the filter provided by AndroidStudio for Android logs. I got several issues to get what I wanted. First I wanted to fix the behaviour of folding to fit what I expected (and I guess should be).

PS : If the merge request contains too many things/features and you prefer to integrate them in an other way, I have one branch per feature so please, feel free to ask.

mrodalgaard commented 8 years ago

Hi @MessuKilkain, sorry for the very late reply on this. I have been out traveling.

First of all, great job! It is some great new features and looks very solid. I only have a few minor points with your implementation (see list below, just for reference), which I will solve myself after merging:

Again, great job and thank you.

MessuKilkain commented 8 years ago

Thank you for the answer. Here are some explanations on the modifications I made :

2011-03-10 08:51:35.717 Logger[574:707] {
    ASLMessageID = 5294;
    Facility = "com.apple.console";
}
mrodalgaard commented 8 years ago

Ah, I see. Clever way of using the timestamp extraction. I have marked it as experimental, because I see too many cases it fails. That is also why I didn't include timestamp sorting in the first place, but kept the code if someday I had the time to improve on it further.

I have just published an update to the package.