Home
last modified time | relevance | path

Searched refs:RedoCount (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncedit.h421 int RedoCount() { return count - pos; } in RedoCount() function
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/app/demo_editor/
H A Dformmain.pas511 ed.RedoCount,
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datstrings.pas433 property RedoCount: integer read GetRedoCount; property
H A Datsynedit.pas1532 property RedoCount: integer read GetRedoCount; property
7528 Enabled:= not ModeReadOnly and (RedoCount>0);
7699 Result:= Strings.RedoCount;
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain.pas7159 if assigned(mnuTextRedo) then mnuTextRedo.Enabled:= not Ed.ModeReadOnly and (Ed.RedoCount>0);