Home
last modified time | relevance | path

Searched refs:redoable (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/undo/
H A DIUndoManager.as34 * The maximum number of undoable or redoable operations to track.
114 * @return The redoable IOperation object, or <code>null</code>, if no redoable operation
126 * @return The redoable IOperation object, or <code>null</code>, if no redoable operation
135 * Adds a redoable operation to the redo stack.
H A DUndoManager.as171 * @tiptext The maximum number of undoable or redoable operations to track.
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/
H A Dundo.py301 redoable = Event(False) variable in UndoHistory
328 self.redoable = False
352 self.redoable = True
364 self.redoable = False
386 self.redoable = False
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dinccommand_spec.lua319 local function test_sub(substring, split, redoable)
327 if redoable then
345 local function test_notsub(substring, split, redoable)
353 if redoable then
369 if redoable then
435 for _, redoable in pairs({true}) do
436 test_sub(str, case, redoable)
445 for _, redoable in pairs({false}) do
446 test_sub(str, case, redoable)
455 for _, redoable in pairs({true,false}) do
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DIUndoManager.java95 boolean redoable(); in redoable() method
H A DTextViewerUndoManager.java339 public boolean redoable() { in redoable() method in TextViewerUndoManager
341 return fDocumentUndoManager.redoable(); in redoable()
H A DDefaultUndoManager.java1242 public boolean redoable() { in redoable() method in DefaultUndoManager
1253 if (isConnected() && redoable()) { in redo()
/dports/biology/lamarc/lamarc-2.1.8/src/menu/
H A Dnewmenuitems.cpp189 bool redoable = ui.CanRedo(); in IsVisible() local
190 return redoable; in IsVisible()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/text/undo/
H A DIDocumentUndoManager.java144 boolean redoable(); in redoable() method
H A DDocumentUndoManager.java834 public boolean redoable() { in redoable() method in DocumentUndoManager
848 if (isConnected() && redoable()) { in redo()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Modify/
H A Dedit_modify.hpp53 void undo (bool redoable);
H A Dedit_modify.cpp350 edit_modify_rep::undo (bool redoable) { in undo() argument
357 if (redoable) { in undo()
/dports/graphics/minder/Minder-1.13.1/src/
H A DUndoBuffer.vala54 public bool redoable() {
72 if( redoable() ) {
H A DUndoTextBuffer.vala112 if( redoable() ) {
/dports/devel/fossil/fossil-src-2.17/src/
H A Dundo.c231 @ redoflag BOOLEAN, -- 0 for undoable. 1 for redoable in undo_begin()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DImageWindow.h166 Atom redoable; // Atoms for DX server */ member
187 boolean redoable; member
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmerge.c385 cfile->redoable = FALSE; in on_merge_ok_clicked()
H A Dmultitrack.h582 boolean redoable; member
/dports/devel/py-apptools/apptools-4.5.0/docs/source/undo/
H A DIntroduction.rst195 any undoable/redoable command.
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
/dports/security/openssl-devel/openssl-3.0.2/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/include/openssl/
H A Dui.h.in212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0

1234