[PR #41] [MERGED] fix: set input field insertion point to end after autocomplete #42

Closed
opened 2026-09-04 00:49:49 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/41
Author: @Stone-Red-Code
Created: 2/27/2026
Status: Merged
Merged: 4/20/2026
Merged by: @HueByte

Base: devHead: dev_move_cursor_to_end_on_autocomplete


📝 Commits (2)

  • c6823a1 fix: set input field insertion point to end after autocomplete
  • 2f9056b chore: add cursor position fix to changelog

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

📝 docs/changelog/v0.2.10.md (+2 -1)
📝 src/EchoHub.Client/UI/MainWindow.cs (+3 -0)

📄 Description

Summary

Fixes a bug where, after autocompleting a command in the input field, it would move the cursor to the start of the input field instead of moving it to the end.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/41 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_move_cursor_to_end_on_autocomplete` --- ### 📝 Commits (2) - [`c6823a1`](https://github.com/RedWizardsLab/EchoHub/commit/c6823a1710b2b3202cf9700c9969970c20658195) fix: set input field insertion point to end after autocomplete - [`2f9056b`](https://github.com/RedWizardsLab/EchoHub/commit/2f9056b0a0529a78ce66735d067535f1462009d5) chore: add cursor position fix to changelog ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/v0.2.10.md` (+2 -1) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+3 -0) </details> ### 📄 Description # Summary Fixes a bug where, after autocompleting a command in the input field, it would move the cursor to the start of the input field instead of moving it to the end. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#42