https://issues.apache.org/ooo/show_bug.cgi?id=119400
Priority: P3
Bug ID: 119400
Assignee: [email protected]
Summary: Undo in the BASIC editor in the IDE garbles code
(regression)
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: PC
Status: CONFIRMED
Version: OOo 3.4 Beta
Component: code
Product: scripting
In OO 3.4.0 undoing edits in the IDE leaves a horrible mix of recent additions
and deletions.
For example if you do the following:
1. create a new Macro in a new module in a new file
2. type "fruitbat"
3. select "fruitbat"
4. type "aardvark"
5. hit ctrl-Z
you will see "fruitbataardvark".
While fixing this, it would be useful to have ctrl-Y bound to 'Redo' as well.
--
You are receiving this mail because:
You are the assignee for the bug.