Messages - Ath [ switch to compact view ]

Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 724next
171
Coding Snacks / Re: ControlZ x times
« on: September 10, 2020, 12:27 AM »
How do you know the limit of undo's is your destination?
OIW: How do you know the count of Ctrl-Z to be sent? 10x or 25x, or ...?

why not press Ctrl+z and hold until you reach your destination?
That is a far more down to earth approach :Thmbsup:

172
Coding Snacks / Re: ControlZ x times
« on: September 09, 2020, 01:55 PM »

with control+Z and shift-control-z combinations

Applications adhering to Windows standards use Ctrl-Z for undo and Ctrl-Y for redo, as that's the most common used key configurations. PSPad is one of very few applications that uses the non-standard Ctrl-Shift-Z for redo.

@KodeZwerg if you start anything for this, please allow configurable hotkeys for sending the undo/redo commands.

173
Coding Snacks / Re: ControlZ x times
« on: September 07, 2020, 12:37 AM »
indicates to me that Contro might actually be in the market for a full versioning system.
Well, yes and no. Knowing the OP for a while tells me that this is way overcomplicated for the use he has, as for each change to be 'recorded' so it can be reverted, it needs to be committed, and my interpretation of his request, it seems that he would expect it 'as you type', like a built-in undo/redo, and not introduce extra keys to press or mouse-clicks to make.

174
Coding Snacks / Re: ControlZ x times
« on: September 06, 2020, 02:04 PM »
Undo/Redo support can only effectively be built into the software that is used/meant to work on a filetype. No way of adding that externally, other than implementing a local git repo and committing every change, and that is quite impractical.
This is also the reason the way Undo/Redo is implemented differently in different software, as not all file formats are maintained equally (flexible) in memory, by the matching software.

175
T-Clock / Re: Minutes not working properly
« on: September 04, 2020, 12:28 AM »
Did someone mix up the 'M' and 'm' time format markers? The month is 09 at the moment, and it will stay that way for a couple of weeks...

(Btw: I'm not a T-Clock user, so can't verify this myself)

Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 724next
Go to full version