Undo/Redo even after reloading the file into current source.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Undo/Redo even after reloading the file into current source.

Post by DarkDragon »

Hello,

It's IDE related: I have configured a tool for indenting. Now if I press Ctrl+Shift+F it indents, but after reloading the file into the current source I can't undo/redo anymore. It would be nice if we could do that.

Thanks and Regards,
Daniel.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

I don't think you really can. The trick might be to just save an extra backup before you do a reformat, it's how I solved it with CodeCaddy.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

blueznl wrote:I don't think you really can. The trick might be to just save an extra backup before you do a reformat
That's the whole trick of automatic selfmade undo/redo :roll: . That's why I need this: I don't want to undo/redo manually every few seconds.
bye,
Daniel
Post Reply