John Torjo
John Torjo
allow seeing where the most messages are concentrated (in time, that is) this needs to be something on the bottom or to the left = TOTHINK if i can overlap...
Logging and debugging part II - the idea is to call the dump function on complicated variables, like _dump(this) -- paste contents of this dump into LW, and format it...
We should have an option: if a line doesn't match any logging syntax -> assume it's from previous line (keep it in the context?; probably - yes) Probably only for...
Just in case the log entries span over several days, ilke (before and after midnight), in this case, I need to adjust dates. Basically, the line.time is computed correctly, but...
this is because the lock() on reading next lines can sometimes take too much time, and it interferes with forced_reload() (which also lock()s in order to clear the lines list)....
Right now I allow only [YYYY-]MM-DD dates. Allow for [YYYY-]DD-MM dates (based on current culture), and allow overriding in the log settings itself.
(lo priority) - allow synchronizing what i type-search with full log (that is, show in both current view and full log) - both ways, from current view to full log...
Right now, when a cell has multi-line text, the smart edit will show all text as multiline. This is a bit weird, since the arrows (left/right) now work in a...
C:\Users\meeee\AppData\Local\PokerStars.EU\PokerStars.log.0 : The process cannot access the file 'C:\Users\meeee\AppData\Local\PokerStars.EU\PokerStars.log.0' because it is being used by another process. Basically if i try to open this log while PS is running, i...
Toggling enabled/dimmed (in Filter pane) will end up causing exceptions - seems it's because of all the forced reloads