Thanks!
Extended Undo
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Extended Undo
When I press ctrl+z now, often, I see only one letter of wrong word has been deleted. So, if I need to remove phrase, like class="something", I need to press ctrl+z many, many times. Is very boring. Undo works great now, if I write tags with auto-complete function. In css-editor I have same problem.
Thanks!
Thanks!
Re: Extended Undo
Hi,
The undo should work so that it removes all word at once, not by single characters. (Please note that if you are removing a string, then this needs to be removed in several steps).
I wonder what are the steps to reproduce this problem?
The undo should work so that it removes all word at once, not by single characters. (Please note that if you are removing a string, then this needs to be removed in several steps).
I wonder what are the steps to reproduce this problem?
Kind regards,
Gatis Avots
Gatis Avots
Re: Extended Undo
I found it! 
I get undo bug in this situation. I have some string, like this:
So, when i need to add some code, i do:
After this i press ctrl+z, and editor remove ">" first, next "div", next "/" and last "<". But will be nice, if editor will remove "</div>" by one time pressing ctrl+z, but not four time, like now.
Thanks!
I get undo bug in this situation. I have some string, like this:
Code: Select all
<td class="myclass"><a href="#">Main</a></td>Code: Select all
<td class="myclass">[write here, ctrl+space won't work too]<div class="myclass2"><a href="#">Main</a>[and write here]</div></td>Thanks!