com.raelity.jvi
Class G

java.lang.Object
  extended by com.raelity.jvi.G

public class G
extends Object


Field Summary
static ViTextView curwin
           
static BooleanOption dbgCoordSkip
           
static BooleanOption dbgEditorActivation
           
static IntegerOption dbgFlow
           
static BooleanOption dbgKeyStrokes
           
static boolean debugOpPrint
           
static boolean debugPrint
           
static boolean did_ai
           
static boolean drawSavedVisualBounds
           
static BooleanOption isClassicUndo
           
static BooleanOption isCoordSkip
           
static String metaEscapeAll
           
static String metaEscapeDefault
           
static IntegerOption p_bs
           
static StringOption p_ep
           
static StringOption p_fp
           
static BooleanOption p_hls
           
static BooleanOption p_ic
           
static BooleanOption p_is
           
static BooleanOption p_meta_equals
           
static StringOption p_meta_escape
           
static BooleanOption p_ml
           
static IntegerOption p_mls
           
static BooleanOption p_pbm
           
static IntegerOption p_report
           
static BooleanOption p_sc
           
static StringOption p_sel
           
static StringOption p_sh
           
static StringOption p_shcf
           
static StringOption p_slm
           
static BooleanOption p_smd
           
static IntegerOption p_so
           
static BooleanOption p_ssl
           
static StringOption p_sxq
           
static BooleanOption readOnlyHack
           
static boolean Recording
           
static boolean redo_VIsual_busy
           
static boolean switchDebug
           
static BooleanOption useFrame
           
static ViFPOS VIsual
           
static boolean VIsual_active
           
static char VIsual_mode
           
static boolean VIsual_reselect
           
static boolean VIsual_select
           
 
Constructor Summary
G()
           
 
Method Summary
static int getModMask()
           
static void setModMask(int mod_mask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaEscapeDefault

public static final String metaEscapeDefault
See Also:
Constant Field Values

metaEscapeAll

public static final String metaEscapeAll
See Also:
Constant Field Values

curwin

public static ViTextView curwin

Recording

public static boolean Recording

useFrame

public static BooleanOption useFrame

p_ic

public static BooleanOption p_ic

p_pbm

public static BooleanOption p_pbm

p_meta_equals

public static BooleanOption p_meta_equals

p_meta_escape

public static StringOption p_meta_escape

p_is

public static BooleanOption p_is

p_hls

public static BooleanOption p_hls

p_smd

public static BooleanOption p_smd

p_sc

public static BooleanOption p_sc

p_report

public static IntegerOption p_report

p_bs

public static IntegerOption p_bs

p_so

public static IntegerOption p_so

p_sel

public static StringOption p_sel

p_slm

public static StringOption p_slm

p_ep

public static StringOption p_ep

p_fp

public static StringOption p_fp

p_ml

public static BooleanOption p_ml

p_mls

public static IntegerOption p_mls

p_sh

public static StringOption p_sh

p_shcf

public static StringOption p_shcf

p_sxq

public static StringOption p_sxq

p_ssl

public static BooleanOption p_ssl

readOnlyHack

public static BooleanOption readOnlyHack

isClassicUndo

public static BooleanOption isClassicUndo

dbgEditorActivation

public static BooleanOption dbgEditorActivation

isCoordSkip

public static BooleanOption isCoordSkip

dbgCoordSkip

public static BooleanOption dbgCoordSkip

dbgKeyStrokes

public static BooleanOption dbgKeyStrokes

dbgFlow

public static IntegerOption dbgFlow

debugPrint

public static boolean debugPrint

debugOpPrint

public static boolean debugOpPrint

switchDebug

public static boolean switchDebug

VIsual

public static ViFPOS VIsual

VIsual_active

public static boolean VIsual_active

VIsual_select

public static boolean VIsual_select

VIsual_reselect

public static boolean VIsual_reselect

drawSavedVisualBounds

public static boolean drawSavedVisualBounds

VIsual_mode

public static char VIsual_mode

redo_VIsual_busy

public static boolean redo_VIsual_busy

did_ai

public static boolean did_ai
Constructor Detail

G

public G()
Method Detail

setModMask

public static final void setModMask(int mod_mask)

getModMask

public static final int getModMask()