FileActionType

enum FileActionType : Enum<FileActionType>

FileActionType is an enum that describes the types of actions that can be requested occur when interacting with an AvailFile.

Author

Richard Arriaga

Entries

Link copied to clipboard

Represents the canonical non-action when nothing is to be done.

Link copied to clipboard

Save the AvailFile to disk.

Link copied to clipboard

Effectively, it removes data from the insertion start position until the insertion end point. Then it splits the file at insertion start point, inserting the data and appending the remainder of the file after the inserted data.

Link copied to clipboard

This is an EDIT_RANGE but overwrites the entire file.

Link copied to clipboard

Undo the most recently performed EDIT_RANGE.

Link copied to clipboard

Redo the most recently undoneFileAction.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int