You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that, at least on the Unicode version of wxMaxima, #244 doesn't seem to be working.
The issue seems to be related to the ordering of statements in wxMaxima::GetDefaultEntry.
In particular, it appears that the expression "m_console->CanCopy(true)" is true in all the cases I would have expected "m_console->GetActiveCell() != NULL" to be true, and that branch is being executed while ignoring ExtractFirstExpression.
What was the intent behind that code block -- why are these conditionals considered different cases? I don't believe I added the check for CanCopy, but has the definition of that function changed recently?
Since I can't reopen that issue, I've created this new one.
The text was updated successfully, but these errors were encountered:
I have verified that, at least on the Unicode version of wxMaxima, #244 doesn't seem to be working.
The issue seems to be related to the ordering of statements in wxMaxima::GetDefaultEntry.
In particular, it appears that the expression "m_console->CanCopy(true)" is true in all the cases I would have expected "m_console->GetActiveCell() != NULL" to be true, and that branch is being executed while ignoring ExtractFirstExpression.
What was the intent behind that code block -- why are these conditionals considered different cases? I don't believe I added the check for CanCopy, but has the definition of that function changed recently?
Since I can't reopen that issue, I've created this new one.
The text was updated successfully, but these errors were encountered: