Skip to content

Conversation

@Hirogen
Copy link
Collaborator

@Hirogen Hirogen commented Jan 7, 2026

This pull request introduces several improvements focused on enhancing clipboard functionality and null safety in the codebase. The most significant changes include adding clipboard support for ILogLineMemory objects, updating clipboard operations to use this new method, and improving null handling for search text in tooltips.

Clipboard functionality enhancements:

  • Added a new extension method ToClipBoardText for ILogLineMemory, enabling clipboard operations for this type.
  • Modified CopyMarkedLinesToClipboard in LogWindow.cs to use GetLogLineMemory and work with ILogLineMemoryXmlColumnizer, ensuring compatibility with memory-based log lines.

Null safety improvements:

  • Updated the tooltip application logic in LogTabWindow.cs to safely handle cases where SearchText may be null, preventing potential runtime errors.

@Hirogen Hirogen merged commit 2879796 into Development Jan 7, 2026
1 check passed
@Hirogen Hirogen deleted the small_fixes branch January 7, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants