Ticket #1677 (closed defect: fixed)
## 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:4 Changed 4 months ago by johannes
- Status changed from assigned to accepted
- Progress (%) changed from 0 to 50
## and $$ implemented in [15115]
Note: See
TracTickets for help on using
tickets.
