boaconstructor

package module
v0.0.0-...-20b7040 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Label1Text      = "Command"
	Label1TextFlag  = "Flag"
	Label2Text      = "Alias"
	Label3Text      = "Short Help"
	Label4Text      = "Long Help"
	Label5Text      = "Required With Other Commands/Flags"
	Label6Text      = "Required Or Other Commands/Flags"
	Label7Text      = "Code to Execute"
	Button1Text     = "Store/Next Command"
	Button1TextFlag = "Store/Next Flag"
	Button2Text     = "Previous Command"
	Button2TextFlag = "Previous Flag"
	Button3Text     = "Clear Command"
	Button3TextFlag = "Clear Flag"
	Button4Text     = "Save"
	InfoLabel1Text  = "Extra Data"
	Info1Text       = "Options "
	Info2Text       = "Command Parameter(s)"
	Info2TextFlag   = "Flag Parameter(s)"
	Info3Text       = "Command Parameter Type"
	Info3TextFlag   = "Flag Parameter Type"
	CheckText1      = "Default"
	CheckText2      = "Exclusive"
	CheckText3      = "Required"
	NELabelText     = "Fixed Number"
	Select1Text1    = "None"
	OptCheckText    = "Optional"
	Select1Text3    = "Fixed Number"
	Select1Text4    = "Variable Number"
	Select2Bool     = "Bool"
	Select2Str      = "String"
	Select2Int      = "Integer"
	Select2Float    = "Float"
	Select2Time     = "Time"
	Select2Duration = "Time Duration"
	Select2Date     = "Date"
	Select2Path     = "File Path"
	Select2URL      = "URL"
	Select2IP       = "IP Address"
	Select2Email    = "Email Address"
)
View Source
const (
	// Opens a json definition file
	FileItemOpen string = "Open"
	// Saves the current state to a json definition file
	FileItemSave = "Save"
	// Opens a script definition file
	FileItemOpenLegacy = "Open Script"
	// Saves the current state to a script definition file
	FileItemSaveLegacy = "Save Script"
	// Generates source code from the current  state
	FileItemGen = "Generate Code"
	// Clear all tabs and start fresh with verification if state changed
	EditItemClear = "Clear"
	// Refresh the preview screen
	EditItemPrev = "Refresh Preview"
	// Copy the preview screen to the system clipboard
	EditItemCopy = "Copy script to clipboard"
	// Copy the JSON formatted content to the system clipboard
	EditItemCopyJSON = "Copy JSON to clipboard"
	// Brief description of the app
	HelpItemAbout = "About"
	// View the readme file
	HelpItemHelp = "Help"
)

Variables

This section is empty.

Functions

func AssocString

func AssocString(c string) string

func ConstString

func ConstString(c string) string

func Run

func Run()

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL