DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

New view from selection

Open janwilmans opened this issue 6 years ago • 2 comments

In a filtered view, select a range of lines and right-click ->New view from selection

janwilmans avatar Aug 22 '17 15:08 janwilmans

the concept of a non-continuous view is currently not supported. It could be done, but I'm sure the extra complexity is worth it for this feature.

Another approach is to offer Log->'Crop buffer to Selection' option, this will then affect all views

janwilmans avatar Aug 23 '17 14:08 janwilmans

dfd5c5f3f367b7d4639266da7170c9b23c71ee72 implements an experimental version of this. However, the current implementation can be quite slow become the std::swap on class LogFile now only work because being copyable also makes it 'movable', but also very slow when used on a large amount of data :)

janwilmans avatar Aug 23 '17 21:08 janwilmans