Home
last modified time | relevance | path

Searched +refs:add +refs:undo (Results 151 – 175 of 22279) sorted by relevance

12345678910>>...892

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java177 file.add(open); in buildFileMenu()
179 file.add(quit); in buildFileMenu()
185 JMenuItem undo = new JMenuItem("Undo"); in buildEditMenu() local
191 undo.setEnabled(false); in buildEditMenu()
203 edit.add(undo); in buildEditMenu()
205 edit.add(cut); in buildEditMenu()
206 edit.add(copy); in buildEditMenu()
207 edit.add(paste); in buildEditMenu()
209 edit.add(prefs); in buildEditMenu()
242 group.add(live); in buildSpeedMenu()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/geolocationedit/
H A DTODO2 - correctly update the dirty state on undo/redo
3 - read dilution of precision data and add warnings
4 - add undo/redo buttons
11 - add a tab for forward-geocoding
/dports/lang/racket/racket-8.3/collects/syntax/parse/private/
H A Dparse.rkt277 The undo stack is normally represented with stxparam 'undo-stack', but must be
279 over a base undo stack and receives an extended current undo stack; the failure
516 [hpr (ps-add-car pr)]
518 [tpr (ps-add-cdr pr)])
609 (with ([undo-stack (cons (current-state) undo-stack)])
704 #`(let ([pr* (ps-add-post pr)])
803 [pr* (ps-add-stx pr y)])
810 (with ([undo-stack (maybe-add-state-undo init-state (current-state) undo-stack)])
813 #'(with ([undo-stack (cons (lambda () stmt ... (void)) undo-stack)]
820 #'(let ([pr* (ps-add-post pr)])
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/syntax/parse/private/
H A Dparse.rkt277 The undo stack is normally represented with stxparam 'undo-stack', but must be
279 over a base undo stack and receives an extended current undo stack; the failure
516 [hpr (ps-add-car pr)]
518 [tpr (ps-add-cdr pr)])
609 (with ([undo-stack (cons (current-state) undo-stack)])
704 #`(let ([pr* (ps-add-post pr)])
803 [pr* (ps-add-stx pr y)])
810 (with ([undo-stack (maybe-add-state-undo init-state (current-state) undo-stack)])
813 #'(with ([undo-stack (cons (lambda () stmt ... (void)) undo-stack)]
820 #'(let ([pr* (ps-add-post pr)])
[all …]
/dports/devel/aegis/aegis-4.25.D510/lib/en/refman/
H A Dindex.so30 add a new change to a project
37 add a new test to a change
51 add new developers to a project
65 add new integrators to a project
72 add new reviewers to a project
2064 aegis new file - add new
2078 aegis remove file - add
2974 aegis new change - add a
3016 aegis new file - add
3093 aegis new reviewer - add
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ViewportHandler.h94 props.add (new ViewportScrollbarSizeProperty (v, document)); in getEditableProperties()
95 props.add (new ViewportContentTypeProperty (v, document)); in getEditableProperties()
343 bool undo() in undo() function
418 bool undo() in undo() function
437 choices.add ("No content component"); in ViewportContentTypeProperty()
438 choices.add ("Jucer content component"); in ViewportContentTypeProperty()
439 choices.add ("Named content component"); in ViewportContentTypeProperty()
473 bool undo() in undo() function
549 bool undo() in undo() function
601 bool undo() in undo() function
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/txn/
H A DTxn.java404 buddyLockers.add(buddy); in addBuddy()
1220 undo(); in abortInternal()
1281 protected void undo() in undo() method in Txn
1361 if (undo.logEntry.isImmediatelyObsolete(undo.db)) { in countObsoleteExact()
1612 readLocks.add(lsn); in addReadLock()
1819 openedDatabaseHandles.add(dbHandle); in addOpenedDatabase()
1872 statReadLocks.add(nReadLocks); in collectStats()
1874 statWriteLocks.add(nWriteLocks); in collectStats()
2340 return seenLsns.add(abortLsn1); in firstInstance()
2343 return seenSlots.add(slot); in firstInstance()
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/recovery/
H A DRollbackTracker.java221 periodList.add(underConstructionPeriod); in register()
241 periodList.add(underConstructionPeriod); in register()
344 filesToFsync.add(currentFileNum); in setInvisible()
349 perFileLsns.add(lsn); in setInvisible()
406 UndoReader undo, in countObsolete() argument
411 undo.logEntrySize, in countObsolete()
412 undo.db.getId(), in countObsolete()
477 if (undo == null) { in rollback()
510 dbTree.releaseDb(undo.db); in rollback()
835 children.add(currentChild); in makeChild()
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-hardlinks.t38 $ hg add f1
44 $ hg add f2
55 1 r1/.hg/store/undo
96 1 r1/.hg/store/undo
117 1 r3/.hg/store/undo
143 1 r3/.hg/store/undo
214 $ hg add f3
272 2 r4/.hg/undo.desc
285 $ nlinksdir r4/.hg/undo.backup.dirstate r4/.hg/undo.dirstate
329 2 r4/.hg/undo.desc
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcundo.c9 - add more methods to "undo according to some conditions"
10 - undo all comments in current offfset
37 RCoreUndo *undo = r_list_pop (core->undos); in r_core_undo_pop() local
38 if (undo) { in r_core_undo_pop()
39 r_core_cmd0 (core, undo->revert); in r_core_undo_pop()
40 r_core_undo_free (undo); in r_core_undo_pop()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dkeyframeselection.cpp158 void undo() const override { in undo() function in __anon677e6de90111::PasteKeyframesUndo
206 void undo() const override { in undo() function in __anon677e6de90111::DeleteKeyframesUndo
248 void undo() const override { in undo() function in __anon677e6de90111::ShiftKeyframesUndo
350 UndoRemoveKeyFrame *undo = in setKeyframes() local
352 undo->setObjectHandle(app->getCurrentObject()); in setKeyframes()
353 TUndoManager::manager()->add(undo); in setKeyframes()
357 undo->setObjectHandle(app->getCurrentObject()); in setKeyframes()
358 TUndoManager::manager()->add(undo); in setKeyframes()
462 TUndoManager::manager()->add( in pasteKeyframesWithShift()
489 TUndoManager::manager()->add( in deleteKeyframesWithShift()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsvectorlayerundocommand.sip.in19 Base class for undo commands within a QgsVectorLayerEditBuffer.
36 Returns the layer associated with the undo command
63 :param f: feature to add to layer
66 virtual void undo();
94 virtual void undo();
122 virtual void undo();
156 virtual void undo();
180 :param field: definition of new field to add
183 virtual void undo();
210 virtual void undo();
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/parts/
H A DREADME.md17 * _actions for elements_ == (add, uadd, uradd, del, udel, urdel) for elements
25 2. add
26 3. add undo
27 4. add redo
29 6. remove undo
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/measure/
H A DUndoableReplaceMeasures.java1 package org.herac.tuxguitar.gui.undo.undoables.measure;
8 import org.herac.tuxguitar.gui.undo.CannotRedoException;
9 import org.herac.tuxguitar.gui.undo.CannotUndoException;
10 import org.herac.tuxguitar.gui.undo.UndoableEdit;
11 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
51 public void undo() throws CannotUndoException { in undo() method in UndoableReplaceMeasures
62 this.undoMarkers.undo(); in undo()
92 … this.markers.add(((TGMarker)it.next()).clone(TuxGuitar.instance().getSongManager().getFactory())); in UndoMarkers()
96 public void undo(){ in undo() method in UndoableReplaceMeasures.UndoMarkers
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/custom/
H A DUndoableChangeTempo.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
8 import org.herac.tuxguitar.gui.undo.CannotRedoException;
9 import org.herac.tuxguitar.gui.undo.CannotUndoException;
10 import org.herac.tuxguitar.gui.undo.UndoableEdit;
11 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
38 public void undo() throws CannotUndoException {
74 list.add(header.getTempo().clone(TuxGuitar.instance().getSongManager().getFactory()));
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/user/scripting/
H A Dexamples.rst48 (actions undo-manager)
63 ;; plugin to add
70 (undo-manager-perform action))
78 (undo-manager-perform action))
95 (undo-manager-perform action-1)
96 (undo-manager-perform action-2)
122 (midi-region-add-midi-note region note)))
125 (track-add-lane-region track region 0))))
/dports/astro/merkaartor/merkaartor-0.19.0/src/Commands/
H A DCommand.h26 virtual void undo();
62 virtual void undo();
66 void add(Command* aCommand);
86 void undo();
88 void add(Command* aCommand);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dtransaction.cpp75 m_undo->add(m_cmds); in commit()
84 m_cmds->undo(); in rollback()
101 m_cmds->add(cmd); in execute()
104 cmd->undo(); in execute()

12345678910>>...892