If you want to configure this editor, you need to edit resource file. This document shows some items in this resource file.
Item |
Spesification |
---|---|
normalTextForegroundColorName |
Specify foreground text color. |
normalTextBackgroundColorName |
Specify background text color. |
selectedTextForegroundColorName |
Specify foreground selected text color. |
selectedTextBackgroundColorName |
Specify background selected text color. |
backgroundColorName |
Specify background text draw area color. |
cursorColorName |
Specify cursor color. |
fontName |
Specify font name. |
tabWidth |
Specify tab width by character count. |
characterSelectionType |
The relationship of mouse clicked position and cursor position, "Left", "Center" or "Right". |
leftPadding |
Specify the left side padding of the text. |
rightPadding |
Specify the right side padding of the text. |
lineNumberOrigin |
Specify the number of head line. |
lineGapWidth |
Specify the interlinear space by pixcel. |
tabWidthCalculationMethod |
Specify TAB width calculation Method. If you specify "Fix", TAB width is tabWidth item value constant. If you specify "Flex", TAB width is rounded up to tabWidth item value. |
tabString |
Specify string that is inserted when TAB key is pushed. |
procUpScript |
Specify a command that is run when this editor is started up. |
fileReadScript |
Specify a command that is run when an file is read. |
fileWriteScript |
Specify a command that is run when an file is written. |
fileCloseScript |
Specify a command that is run when an file is closed |
procDownScript |
Specify a command that is run when this editor is exited. |
showCancelOpenMsg |
If it canceled to read a file by fileReadScript command, the error message is shown, or not. |
showCancelSaveMsg |
If it canceled to write a file by fileWriteScript command, the error message is shown, or not. |
autoIndent |
Specify auto indent is enable, or not. |
indentChar |
Specify characters that inserted at auto indent. |
wordCharSet |
Specify characters that composes a word. |
dropFileOpenMethod |
Specify a dropped file open method, "Current" or "New". |
mouseButton2Function |
Specify a function of mouse second button, "Left", "Left+Ctrl" or "Left+Shift". |
maxUndoCount |
Specify maximam undo buffer size. |
hScrollAt |
Specify horizontal scroll unit. |
showPrecessingDlgDelay | Specify milisecond times. This is delay times when it shows processing dialog. |
windowWidth | Specify window width pixcels. |
windowHeight | Specify window height pixcels. |
langTypeEnableMaxSize | Specify the maximum file byte size that enables syntax hightlightment. |
CPP_FileExt |
Specify file extension of C/C++ source code. |
CPP_NormalTextF_ColorName |
Specify normal text color of C/C++ source code. |
CPP_KeywordF_ColorName |
Specify keyword text color of C/C++ source code. |
CPP_CommentF_ColorName |
Specify command text color of C/C++ source code. |
CPP_SringF_ColorName |
Specify constant string text color of C/C++ source code. |
JAVA_FileExt |
Specify file extension of Java source code. |
JAVA_NormalTextF_ColorName |
Specify normal text color of Java source code. |
JAVA_KeywordF_ColorName |
Specify keyword text color of Java source code. |
JAVA_CommentF_ColorName |
Specify comment text color of Java source code. |
JAVA_SringF_ColorName |
Specify constant string text color of Java source code. |
COBOL_FileExt |
Specify file extension of COBOL source code. |
COBOL_NormalTextF_ColorName |
Specify normal text color of COBOL source code. |
COBOL_KeywordF_ColorName |
Specify keyword text color of COBOL source code. |
COBOL_CommentF_ColorName |
Specify comment text color of COBOL source code. |
COBOL_SringF_ColorName |
Specify constant string text color of COBOL source code. |
COBOL_SequenceNumberF_ColorName |
Specify sequential number text color of COBOL source code. |