redo Questions

8

I'm using latest version of VS code (1.9.0). After I undo (ctrl+z) something, and save the file (ctrl+s), then I cannot redo anymore (ctrl+y). I would like to go back and forth during the editor ...
Headsman asked 3/2, 2017 at 9:6

3

Solved

The default IntelliJ / Android Studio "Redo" action shortcut is CTRL+Shift+Z and this is a common problem for Windows users. A bigger problem is CTRL+Y is mapped to the "Delete line" action - and ...
Aldora asked 11/8, 2014 at 13:29

10

Solved

I'm learning Python, and I have a situation where I want to consume items from an iterator. The tricky part is that under certain conditions, I want to "un-iterate." That is, put an item back onto ...
Gatias asked 7/1, 2009 at 1:59

7

Does Python have anything in the fashion of a "redo" statement that exists in some languages? (The "redo" statement is a statement that (just like "break" or "continue") affects looping beha...
Crenellate asked 12/4, 2016 at 12:36

3

Solved

I want to implement Undo and Redo functionality not only for client side but for server side as well. For insatnce i have a div containing image and i can rotate resize and rewrite it , All the bas...
Gird asked 12/1, 2012 at 15:15

10

Solved

In Vim, I did too much undo. How do I undo this (that is, redo)?
Bright asked 12/10, 2009 at 17:10

1

Solved

I'm new on Linux and new on gedit, of course. I use Ctrl+Z to undo something, but undo too much and I press Ctrl+Y, which I used to on Windows, but it not redo for me. So, how could I redo on gedit...
Confab asked 20/7, 2017 at 2:7

3

I'm trying to accomplish undo/redo. I'm using loadFromJSON(...) to re-build the canvas from the canvas states I've stored in an array. Basically, my idea is to destroy the existing canvas and re-co...
Spinode asked 3/6, 2013 at 5:20

2

Solved

I need to make both a Control + Z and Shift + Control + Z function in a Tkinter Text widget, so that one may undo and redo things. Does anyone have an idea on how to do it?
Ur asked 2/7, 2010 at 21:56

3

Solved

I am programatically adding text in a custom RichTextBox using a KeyPress event: SelectedText = e.KeyChar.ToString(); The problem is that inserting text in such a way doesn't trigger the CanUnd...
Elane asked 24/3, 2011 at 15:44

2

I am accessing my website using its REST API service available to me that allows the me to first authenticate and then use that authentication's session returned value to carry out further API call...
Pirog asked 12/5, 2015 at 16:2

3

Solved

In fact i know how to implement using CTRL+Z (Undo) and CTRL+Y (Redo) with one JTextField. But i have hundreds of Text Components in my Swing application, so is there a way to apply this for all Te...
Cruelty asked 10/5, 2012 at 10:39

1

Solved

Does anyone know what the redo keyboard shortcut for Eclipse is? I'm using Linux Mint based on Ubuntu and do all my programming there. I noticed Eclipse supports C, Java, PHP, HTML, Python. I code...
Scauper asked 27/11, 2013 at 1:45

2

Why my FirstResponder in InterfaceBuilder's file is missing redo: connection (in Received Actions list)? undo: exists, but redo: doesn't. How could I fix it?
Jone asked 16/1, 2013 at 15:0

2

Solved

I am using a customized version of FingerPaint for Android with some other features, like inserting images and moving them. I decided to implement an Undo&Redo, since it will make life just eas...
Nit asked 20/6, 2011 at 9:16

2

Solved

The only use case I can think of for redo would be for operations like writing to a socket or reading from a database, but if these fail once, subsequent attempts will most likely also fail so it s...
Catastrophe asked 8/4, 2012 at 13:29

3

Hi I'm about to add new functionality to application which I'm currently writting. I need to write a undo/redo fnctionality. However 90% of our application is ready and I don't know what is the bes...
Dubuffet asked 19/10, 2010 at 23:16

8

Solved

Part of my project is to write a text editor that is used for typing some rules, compiling my application and running it. Writing compiler was end and release beta version. In the final version we ...
Enchondroma asked 27/8, 2010 at 12:4
1

© 2022 - 2024 — McMap. All rights reserved.