mkulesh / microMathematics

microMathematics Plus - Extended visual calculator
GNU General Public License v3.0
561 stars 68 forks source link

Allow insert an operator before selected term #126

Closed mkulesh closed 1 year ago

mkulesh commented 1 year ago

Currently, it is only possible to insert an operator after a term (see discussion in https://github.com/mkulesh/microMathematics/issues/70). There is a workaround: select a term by long press, cut it using the context menu, insert a desired operator and than paste the copied term into the second (right) field. We propose to expand the context menu by a new button "Insert in left of selected". When the button is checked, a new operator will be added before selected term and such a workaround is not more needed.

mkulesh commented 1 year ago

Implemented solution: added a new context menu button that switches the insertion mode: before or after the selected term insert_in_left The result of insertion before the selected term looks like: insert_in_left1

mkulesh commented 1 year ago

To be merged into free version

mkulesh commented 1 year ago

Released in versions 1.23 and 2.23