How to change Undo/Redo LIMIT??

Hi,
by default, undo/redo in Flex builder is limited to 25
modifications...
It is possible to change this limtation?
thanks

Man this was driving me nuts too.
Window / Preferences / General / Editors / Text Editors /
Undo history size:

Similar Messages

  • How to change the Max limit in the Ring

     Hi all,  
     I am try to use a Ring to set up 4 different of Freq form 18Hhz to 20Ghz but the ring Max limit only 65535. How could I change the max limit? Or any way we could set up 4 diffirence Freq number for user select any one they want to use. 
    Thank you
    Solved!
    Go to Solution.

    you could use a case structure and wire your ring control to it and then send the frequency you from the case structure
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome

  • How to reject Undo/Redo?

    We can receive notifies by using ' "AI Command Notifier: Before/After " + menu identifier text'.
    I intend to programming rejecting "Undo/Redo".
    I want to know how to describe for rejecting Undo/Redo commands.
    Best regards!

    As far as I know you can't 'reject' an Undo or Redo. That's simply not in our control.
    The closest you could do would be to call AIUndoSuite::PurgeAllUndos() but that will blow away all undos, so that's kind of overkill. Also, its deprecated, so who knows how long it will work.

  • How to change the redo log file location.... ?

    I want all my redo log files to be created in \u10 instead of current /u01?
    How to do it? NOARCHIVELOG mode database on Oracle 10g R2.
    Thank you,
    Smirh

    Hi..
    I want all my redo log files to be created in \u10 instead of current /u01?I think it should be /u10 :)...
    Anand
    Edited by: Anand... on Nov 5, 2009 5:32 AM Removed the misinformation about downtime

  • How much undo/Redo will be generate ?

    Dear Experts,
    (Oracle 10gR2,Windows 2003 Server)
    We are going to shink some segments(Recommended by Segment Advisor) with total allocated size around 500G (say 5 segments there ). As shrink space need huge amount of undo/redo space, could you please suggest me how to estimate undo/redo and/or temporary space requirement for this operation( Locally managed, ASSM).
    Thanks&Regards
    Sunil Kumar
    Edited by: sunil kumar on 04-Apr-2011 02:24

    sunil kumar wrote:
    We are going to shink some segments(Recommended by Segment Advisor) with total allocated size around 500G (say 5 segments there ). As shrink space need huge amount of undo/redo space, could you please suggest me how to estimate undo/redo and/or temporary space requirement for this operation( Locally managed, ASSM).
    Interesting question - and Aman has pointed you to a generic note I wrote about undo/redo space.
    Off the top of my head I think I'd look at it like this:
    Size of used space BEFORE shrink - predicted size of used space AFTER shrink = total size of rows moved
    total size of rows move / average row length = total number of rows moved.
    Then apply the comments in the note for each row, remembering that a "move" of a row is a delete/insert, and don't forget to allow for the indexes on the row. An remember that since the object is very large the cost of random reads of INDEX blocks may be the most signficant performance problem.
    Regards
    Jonathan Lewis

  • Undo/Redo

    Hi..
    How to implement undo/redo functionality?
    Actually I have a painting canvas in flash in AS3.0.
    For it I need UNDO/REDO functionality as user draws.
    Any Clue.
    Thanks.

    For something like painting you will need to store the mouse movements and such into an array, then you can use that array as your undo/redo stack. When you undo - you can stick that item onto the redo array... something like that. Shouldn't be too hard to implement.

  • Changing Customer Credit Limit

    Hi All,
    Could you please let me know how to change the Credit Limit of a Customer?
    I know that we can view these changes in FD24 or S_ALR_87012215  transaction code.

    Thanks a lot!
    I got this!!!
    Regards,
    Suman

  • View in expert mode shows following on the bottom PHOTO BIN, TOOL OPTIONS, UNDO, REDO, ROTATE, LAYOUT ORGANIZER how do i remove this?

    Adobe Photoshop Elements 11. When in EXPERT MODE i get the following  on the bottom PHOTO BIN, TOOL OPTIONS, UNDO, REDO, ROTATE, LAYOUT ORGANIZER how do i remove this?

    Sorry, but you don't. That's part of the way adobe changed PSE starting with PSE 11. If you don't like it, you can leave feedback here:
    Photoshop Family Customer Community

  • How to calculate the number of operations in Undo/Redo stack?

    How to calculate the number of operations in Undo/Redo stack?
    I tried to override UndoManager.pushUndo method and increment "operationsCounter" there, but pushUndo is called each time I make a change in text.
    Another idea was to override EditManager.finalizeDo and use "operationsCounter" there, but finalizeDo is private...
    Do you have any idea?

    Hi Richard,
    Thanks for the reply. I suggested that existed the more simple way to implement this

  • Undo/redo generate 'Save Changes to filename' pop up after 3 or 4 clicks.  Is there a way to turn this off?

    Running into issue with undo/redo(ctrl-z,ctrl-y) generating 'Save Changes to filename' pop up after 3 or 4 clicks.  Is there a way to turn this off?

    Sounds like some strange shortcut key conflict.
    The first thing to try is Deleting Corrupted Cache in DW.  Be sure hidden files & folders are enabled in Windows Explorer.
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Nancy O.

  • How to change redo log size in oracle 10g

    Hi Experts,
    Can anybody confirm how to change redo log size in oracle 10g?
    Amit

    Dear Amit,
    You can enlarge the size of existing Online Redo log files, by adding new groups with different size of files (origlog$/mirrlog$) and then carefully droping the old groups with  their associated inactive files.
    Please refer SAP Note 309526 - Enlarging redo log files to perform the activity.
    Steps to perform:
    STEP-1. Analyze the exisiting situation and prepare an action plan.
    A. You have to ensure that no more than one log switch per minute occurs during peak times.
    It may also be necessary to increase the size of the online redo logs until they are large enough.
    Too many log switches lead to too many checkpoints, which in turn lead to a high writing load in the I/O subsystem.
    Use ST04 -> Additional Functions --> Display GV$-Views
    There you can select
    Gv$LOG_HISTORY --->for determing your existing LOG switching frequency.
    GV$LOG -
    > list the status(INACTIVE/CURRENT/ACTIVE) /size/sequence no. of existing online redolog files
    GV$LOGFILE  --- > list the information of existing online  redolog files with their storage paths
    You can document the existing situation of Online Redo Log Fiile management before going to enlarge Redo Log Files.
    It will be helpful, if something goes wrong while performing activities.
    B. Based on above Situation analysis, Plan your New Redo Log Group and there Members with new optimal size.
    e.g.
    Group No.         Redo Log File Locations  u201C/oracle/<SID>/u201D                  Size
                                 /origlogA                  /mirrlogA            
    15                        log_g15m1.dbf         log_g15m2.dbf               100 MB
    17                        log_g17m1.dbf            log_g17m2.dbf               100 MB
                                /origlogB                    /mirrlogB
    16                       log_g16m1.dbf          log_g16m2.dbf            100 MB
    18                       log_g18m1.dbf            log_g18m2.dbf            100 MB
    Continue to next.....

  • How to change Redo group from archive to noarchive

    Hi guys i am having a dummy database it's in noarchive mode.
    but i have added one more redo group (earlier there were two).
    now it shows that this group is in archive mode.
    how to change it.

    What is the query you use?Can I guess ?
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 INACTIVE         NO
             2 INACTIVE         NO
             3 CURRENT          NO
    SYS@db11 > alter database add logfile group 4
      2  '/home/oracle/base/oradata/db11/redo04.log' size 5M;
    Database altered.
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 INACTIVE         NO
             2 INACTIVE         NO
             3 CURRENT          NO
             4 UNUSED           YES
    SYS@db11 > alter system switch logfile;
    System altered.
    SYS@db11 > /
    System altered.
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 CURRENT          NO
             2 INACTIVE         NO
             3 ACTIVE           NO
             4 ACTIVE           NO
    SYS@db11 >

  • Help!  How do I undo a Site Name change?

    Stupid me typed in a new Site Name in Site Inspector and then hit update. Now, instead of typing in http://web.mac.com/toreadornottoread to get to mywebsite, people have to type in a ton of stuff that I never wanted. I simply mis-understood what the "Site Name" under Inspector, Site Inspector was for. I want to undo it, but it wont let me. Every time I erase the name I put into the "Site Name" box and try to update I just get an error beep. Please help. How do I undo what I did and take my site back to its original name/web address?
    Drew

    people have to type in a ton of stuff
    When you click on this
    http://web.mac.com/toreadornottoread
    do you not get to your site?
    What was the original name?
    Have you tried simply double clicking on the site name in the organizer over at the left and renaming it there?

  • Undo/Redo for Cut, Copy, Paste

    I am trying to implement Undo/Redo for Cut,Copy,Paste in a Treetable.
    I have to support undo/redo for multiple nodes being cut/copied. I am not sure how I should be going about implementing this. Any help will be greatly appreciated.
    Thanks

    If the class you are using doesn't support cut, copy, and paste already, usually what you do is store a list of actions in two lists. One for actions done, the other for redos (when there is an undo). Capture the data before and after each operation (you can create a KeyListener to listen for the events) and store that in a list. When undo is called, the last element on the list should be undone, either by taking it out of the list and reiterating through the elements still there, or implementing an undo method in the object you are trying to change. Then put that element on the redo list in case that is called. This works well with graphics and stuff, but I never tried to implement it in a tree with nodes and stuff, so that's about the most I can help with right now. I hope it helps some!
    -JBoeing

  • Undo/Redo help please...

    I want to include undo/redo capabilities in my app. All the examples and code that I've seen deals with text. Can undo/redo handle undoing the move of an object(from one side of screen to the other), undoing the adding of a label or panel to a frame, etc..? If so could someone point me in the right direction or post some sample code.
    thanks...

    how do i redraw the contents of a panel again. I don't know about the internals of your program. I just described a general approach to undo levels.
    If you're adding labels to a panel, then you're trying to undo the GUI itself? What, are you trying to make some kind of rapid prototyping tool for java GUIs? If so, the problem I see here is that you may have to re-compile and re-run the app being designed every time you make a change.
    Or is "label" relevant only to your app with nothing to do with java labels?
    this panel is inside an internalframe ...
    redraw only that panel without redrawing other parts of the window. AWT handles this fine. Swing probably does as well though I don't know.
    but if i move the cursor to the controls in the applet whole
    labels which i moved in the panel comes to their
    original position. how do i fix this.This depends on how you implemented it. There's no way someone reading this forum can see what your problem is from this description and give you a repair. Maybe someone who has worked on similar projects can hazard a reasonable guess.

Maybe you are looking for

  • Table joins, templates, null-checks, layer confusion and localization

    Hello everyone, this is my first post on this network. I am designing a website that does several things, one of which is to display latest news items on the home page. The news items are stored in the database as a table with a basic structure: id,

  • Which document types get a thumbnail and preview in Sharepoint-2013

    I read in the old blogs that preview thumbnails are not supported for excel files, Is this still the same in Sharepiont 2013 ?  Right now I am using sharepoint 2013 and I am not getting preview thumbnails in the search results for excel file types. W

  • Conditional Appearance of a Form Field

    I'm creating a pdf order form for our products and their replacement parts.  My question is that I want some columns to remain blank if an item isn't being ordered. Here's the design: Col. 1: Item number/details - Static (this info is typed by me in

  • How to make a call to function module of R/3 side in BW?

    I am writing a code in BW to check some discrepancies in data. But this code requires some values which are given as output to the function module, which is present on R/3 or PC1 system. So is there any way by which i can make a call to the R/3 funct

  • Quicktime Pro to animated gif

    I need to convert a flash.swf file to an animated gif. I read that quicktime can do it. Converting and swf to Quicktime is easy but all the posts I read about QT to .gif are old, from 2002. Can anyone give me a 2009 answer as I need to do this. thx r