|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #65518] Problems with right-click menu on Command Window |
Date: | Tue, 26 Mar 2024 12:28:47 -0400 (EDT) |
Update of bug #65518 (group octave): Category: Interpreter => GUI Status: None => Confirmed Operating System: GNU/Linux => Any Summary: Problems with righ click menu on Command Window => Problems with right-click menu on Command Window _______________________________________________________ Follow-up Comment #2: I can also confirm on Windows. That is probably due to the following regular expression in QTerminal.cc (QTerminal::handleCustomContextMenuRequested): QRegularExpression expr {".*\b*(\\w+)\b*.*"}; QRegularExpressionMatch match = expr.match (selected_text); Tbh, I don't know what the original intension was for that expression (especially the backspace characters). CC'ing Torsten hoping that he might remember why that expression was added here: https://hg.savannah.gnu.org/hgweb/octave/rev/0a2e5c808709 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?65518> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |