Skip to content

Default Preferences

melissay94 edited this page Aug 11, 2014 · 6 revisions

Up to date as of 2/7/2014


Name Constant Value Description Changeable? Default Value
FILTER_NAME "NXC Files (.nxc)", "All Files (.*)" List of available names in the file chooser No ---
FILTER_EXTENSION ".nxc", ".*" List of available extensions in the file chooser No ---
WRAP “wrap” Boolean for word wrap feature Yes False
AUTOSAVECOMPILE “autosavecompile” Boolean for whether code should automatically save before compile Yes False
FONT “font” Default font to use Yes "Consolas-plain-20"
WRKSPC “workspace" Default Workspace Directory Yes Forces user to choose directory upon open if null
BOOLRECENTFILES “boolrecentfiles” Boolean switch for whether to load recently opened files upon program initiation. Yes True
RECENTFILES “recentfiles” list of recent files Automatically changes “”
BRICKTOOL “brickTool” Location of the Brick Tool Yes currentdir/lib/BrickTool.exe
NEXTTOOL “nextTool” Location of the NeXT Tool Yes currentdir/lib/NeXTool.exe
NBCTOOL “nbcTool” Location of the NBCTool Yes currentdir/lib/nbc.exe
KEYWORDS_FILE "config/KeyWords.xml" Location of the keywords file for completing code No "config/KeyWords.xml"
OPERATORS_FILE "config/Operators.xml" location of the operators file for completing code No "config/Operators.xml"
CONSTANTS_FILE "config/Constants.xml" location of the constants file for completing code No "config/Constants.xml"
AUTOCOMPLETE_FILE "config/Autocomplete.xml" location of the autocomplete file for completing code No "config/Autocomplete.xml"
COLOR_FOR_FG ENUM Default Color for Text in the editor Yes Black
COLOR_FOR_BG ENUM Default Color for Text editor Background Yes White
COLOR_FOR_COMMENT ENUM Default Color for comments in the text editor Yes Gray
COLOR_FOR_KEYWORD ENUM Default Color for keywords in the text editor Yes Magenta
COLOR_FOR_OPERATOR ENUM Default Color for operators in the text editor Yes Magenta
COLOR_FOR_STRING ENUM Default Color for strings in the text editor Yes Green
COLOR_FOR_LINENUMBER_FG ENUM Default Color for line number count in the text editor Yes Red
COLOR_FOR_LINENUMBER_BG ENUM Default Color for line number background in the text editor Yes White
COLOR_FOR_CONSTANT ENUM Default Color for strings in the text editor Yes Blue
COLOR_FOR_PREPROCESSOR ENUM Default Color for keywords in the text editor Yes Brown
COLOR_FOR_CONTAINER ENUM Default Color for containers in the text editor Yes Brown
Clone this wiki locally