home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-01-28 | 2.1 KB | 121 lines |
- #
- # To customize the editor, edit this file and save to
- # the directory Rebecca.EXE exists.
- #
-
- #----------------------------------
- # Colors
- #----------------------------------
- # Specify the Red Green Blue value separating a white space.
- # e. g.
- # 192 192 192 is light gray
- # 255 000 000 is light red
- # 000 000 127 is dark blue
-
- [Colors]
-
- # The color of text
- TextColor=000 000 000
-
- # The color of background
- BackColor=255 255 255
-
- # The color of URL or E-mail addresses
- MarkColor=000 000 192
-
- # The color of the CR code
- CRColor=127 000 000
-
- # The color of the EOF mark
- EOFColor=127 000 000
-
- # The color of the TAB mark
- TABColor=192 192 192
-
- # The color of the ruler
- GaugColor=000 000 127
-
- # The color of the background of the ruler
- GbakColor=192 192 192
-
- # The brank space at the left side of the edit window
- LBakColor=255 255 255
-
-
- [Settings]
- #----------------------------------
- # Initial value
- #----------------------------------
-
- # Tab size
- DefaultTAB=8
-
- # Maximum column width
- DefaultColumn=256
-
- # Word wrap point
- AutoSplitCol=73
-
- # The size of undo buffer (KB)
- UndoLimit=1024
-
- # Spacing between lines
- WideLine=0
-
- # Spacing between lines when printing
- PrintSpacing=0
-
- [Options]
- #----------------------------------
- # Option switches
- #----------------------------------
-
- # Insert mode
- InsertMode=1
-
- # Auto indent mode
- AutoInd=1
-
- # Input white spaces by TAB key instead of a hard tab
- SoftTAB=0
-
- # Permit the cursor to locate after the EOL
- EOLOverCsr=0
-
- # Free cursor mode
- FreeCursor=1
-
- # Fill by hard tabs instead of white spaces when you input a character after
- # EOL in the free cursor mode
- FillByTAB=0
-
- # Locate the caret at the middle of the window after searching, jumping...
- JumpCenter=1
-
- # Box type caret
- BoxCursor=1
-
- #----------------------------------
- # Display (0: Off, 1: On)
- #----------------------------------
-
- # Tab code
- TabDisplay=1
-
- # Under line at the current line
- UnderLine=0
-
- # CR code
- CRDisplay=1
-
- # EOF code
- EOFDisplay=1
-
- [Others]
- #----------------------------------
- # Others
- #----------------------------------
-
- #PGP version
- PGPVersion=262
-