John Torjo

Results 49 issues of John Torjo

sync colors - when sync with all logs -> then when showing all lines -> they will shown with the colors from the other views

Say I have this: "{x=(?\d_),y=(?\d_),width=(?\d_),height=(?\d_)}" I should be able to say "${x} > 0 && ${y} < 10" Perhaps an extra "Expression" filter window that I can apply on the...

important

allow tiling existing log windows http://www.codeproject.com/Messages/5184894/Re-Simplest-way-to-monitor-multiple-files-and-see.aspx Note: need to care about multiple monitors. - how do I decide the height of each window (should I just take the whole monitor's...

lo_priority

Aliases should be able to be used in filters (lo-case-no-space probably) In filters - i should be able to use - the column name or the friendly-name-locase-no-space Note:i already have...

allow right click on a selection to have "abbreviate as" - this should work on all columns (only on View)

Make short logs to describe features, and make it easy to open them (from some menu?) Also, write about this in the tips section. Things talk about: column formatting, aliases,...

for instance, time should be bigger and perhaps Level should be able to be embodied into Line ?

enhancement
easy_peasy

it now slows the UI and it doesn't look cool (the selection basically is shown as going up, and then down again). I should now show the selection while scrolling...

right now, the background of the tabs is gray. It's inconsistent with the rest of the app. Make it white.

easy_peasy

abb.find={x=(?\d_),y=(?\d_),width=(?\d_),height=(?\d_)} abb.replace=["green"][["red/bold"]${x},["blue/italic"]${y},["violet/bold"]${w}/${h}["green"]] in TN2/Tables view, the above interferes with the line set by the filter (blue), and thus, the line ends up mostly cyan.

bug