Extended Undo

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Mi5t
Posts: 10
Joined: Tue Sep 28, 2010 11:15 pm

Extended Undo

Post by Mi5t »

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! :)
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Extended Undo

Post by Gatis »

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?
Kind regards,
Gatis Avots
Mi5t
Posts: 10
Joined: Tue Sep 28, 2010 11:15 pm

Re: Extended Undo

Post by Mi5t »

I found it! :)

I get undo bug in this situation. I have some string, like this:

Code: Select all

<td class="myclass"><a href="#">Main</a></td>
So, when i need to add some code, i do:

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>
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!
Post Reply