Ticket #1677 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

## and $$ don't work

Reported by: martin Owned by: johannes
Priority: major Milestone: GeoGebra 4.2
Component: CAS Keywords:
Cc: Estimate (h): 0
Progress (%): 100

Description

According to the German wiki (http://wiki.geogebra.org/de/CAS-Ansicht), typing ## should insert the input of the last row into the current row. Same for $$.
But that's not what CAS is actually doing. If I type ## the output of the last row will be inserted twice into the current row.

For example, type following 2 lines in CAS

Row 1: y := 4x
Row 2: ##

Expected output of row 2: 4x
Actual output of row 2: 4x4x

Change History

comment:1 Changed 5 months ago by martin

  • Owner set to markus
  • Component changed from General to CAS
  • Milestone changed from GeoGebra 4.0 to GeoGebra 4.2

comment:2 Changed 4 months ago by johannes

  • Owner changed from markus to johannes
  • Status changed from new to accepted

comment:3 Changed 4 months ago by markus

  • Status changed from accepted to assigned

comment:4 Changed 4 months ago by johannes

  • Status changed from assigned to accepted
  • Progress (%) changed from 0 to 50

## and $$ implemented in [15115]

comment:5 Changed 4 months ago by johannes

  • Progress (%) changed from 50 to 60

#n# and $n$ where n is a positive integer for static references implemented in [15130]

dynamic references still missing

comment:6 Changed 4 months ago by johannes

  • Status changed from accepted to closed
  • Progress (%) changed from 60 to 100
  • Resolution set to fixed

$$ and $n$ won't be implemented as discussed with Markus

Note: See TracTickets for help on using tickets.