ProwlEngine / ProwlEngine/Prowl

EASILY MULTI-SELECT MULTIPLE LINES IN THE ERRORS/OUTPUT/CONSOLE LIST

Open
#386 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.2k
Forks
120
Avg merge
11h 28m
Merged PRs (30d)
11

Description

In Unity, it's extremely easy to select all the errors at once in the Console list, copy them, and paste them into an AI chat like Gemini or Copilot.

In Prowl Engine I had trouble doing this; I had to use the Capture Tool (text capture function) and paste it into the AI chat to fix the code. But then I noticed that Prowl opens a CMD/Terminal-like window too, and there I could easily copy the error list.

But the best would be to be able to copy the error list directly from the Editor's Console, or even have a "copy console" button like in MS Edge/Chromium's Inspect/Console.

This makes fixing errors/developing way faster.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Editor's Console, Errors, or Output list and inspect how entries are selected and copied. Done means multiple error lines can be selected and copied directly from the editor, with the copied list usable in another application.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.