Opened 18 years ago

Closed 17 years ago

#2939 closed defect (fixed)

chars-transpose doesn't work

Reported by: drosen@… Owned by: lasgouttes
Priority: high Milestone: 1.4.4
Component: lyxfunc Version: 1.4.3
Severity: normal Keywords: patch
Cc: dov@…

Description

works in my 1.3.7-3 install, but not in 1.4.3-4. Somehow this seems related to
#2913.

Attachments (2)

patch-1.4.4svn.diff (2.8 KB ) - added by Dov Feldstern 18 years ago.
chars-transpose LFUN
patch-1.5.0svn.diff (2.6 KB ) - added by Dov Feldstern 18 years ago.
chars-transpose LFUN (against 1.5.0svn)

Download all attachments as: .zip

Change History (6)

comment:1 by lasgouttes, 18 years ago

Keywords: patch added
Milestone: 1.4.4

What happened is that the feature just got dropped :( I do not think this has
anything to do with #2913.

There is even a patch available here:
http://marc.theaimsgroup.com/?l=lyx-devel&m=115953633221604&w=2

Targeting to 1.4.4, since this seems straightforward enough. The only thing I
would change in the patch is to use lyx::char_type instead of explicit "char".

comment:2 by Dov Feldstern, 18 years ago

Cc: dfeldstern@… added

by Dov Feldstern, 18 years ago

Attachment: patch-1.4.4svn.diff added

chars-transpose LFUN

by Dov Feldstern, 18 years ago

Attachment: patch-1.5.0svn.diff added

chars-transpose LFUN (against 1.5.0svn)

comment:3 by Dov Feldstern, 18 years ago

oh, and another change in the 1.5.0 version, I switched from char to
lyx::char_type, as suggested.

comment:4 by Georg Baum, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk and 1.4.4

Note: See TracTickets for help on using tickets.