Skip to content

feat: Add copy log into ConsoleView - #113

Merged
syogakusya merged 3 commits into
mainfrom
feature/console-copy
Jul 3, 2026
Merged

feat: Add copy log into ConsoleView#113
syogakusya merged 3 commits into
mainfrom
feature/console-copy

Conversation

@kochounoyume

Copy link
Copy Markdown
Member

#96

@kochounoyume kochounoyume self-assigned this Jul 2, 2026
Copilot AI review requested due to automatic review settings July 2, 2026 13:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Issue #96 by adding a “click a log entry to copy it to the clipboard” interaction to ConsoleView, including a brief visual feedback indicator, and updates tests accordingly. It also includes broad, mechanical formatting/BOM cleanup across runtime and test files.

Changes:

  • Add click-to-copy behavior for individual ConsoleView log entries (clipboard copy + temporary visual feedback).
  • Add a playmode/editor test validating the click-to-copy behavior and feedback styling.
  • Apply repository-wide code formatting/BOM normalization in several files (no behavioral change intended).

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Packages/jp.andantetribe.debugtoolkit/Runtime/ProfileUtils.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/ValueStringBuilder.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/UnityInitializer.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/SafeAreaContainer.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/ExternalResources.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/DragManipulator.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/DebugWindow.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/ConsoleView.cs Implement per-log-entry click-to-copy and visual feedback; refactor log formatting into helper.
Packages/jp.andantetribe.debugtoolkit/Runtime/Internal/BindListViewController.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/HistoryTextField.cs Minor using-order/format normalization.
Packages/jp.andantetribe.debugtoolkit/Runtime/DebugViewBase.cs Minor formatting/whitespace normalization.
Packages/jp.andantetribe.debugtoolkit/Runtime/DebugExtensions.cs Minor formatting/whitespace normalization.
Packages/jp.andantetribe.debugtoolkit/Runtime/DebugConst.cs BOM/format normalization only.
Packages/jp.andantetribe.debugtoolkit/Runtime/AssemblyInfo.cs BOM removal/format normalization.
Assets/Tests/WindowTest.cs Using-order/format normalization.
Assets/Tests/UssTest.cs Using-order/format normalization (and trailing whitespace cleanup).
Assets/Tests/TestBase.cs Using-order/format normalization.
Assets/Tests/TabTest.cs BOM/format normalization only.
Assets/Tests/DebugViewWindowTest.cs BOM removal + minor formatting normalization.
Assets/Tests/DebugViewTestBase.cs BOM removal/format normalization.
Assets/Tests/DebugViewTabTest.cs BOM removal + minor formatting normalization.
Assets/Tests/CustomElementTest.cs Add click-to-copy test for ConsoleView + minor formatting normalization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@syogakusya
syogakusya merged commit 1e8a74d into main Jul 3, 2026
7 checks passed
@syogakusya
syogakusya deleted the feature/console-copy branch July 3, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants