Latest files from Arkady
This commit is contained in:
parent
fe4a51f4ab
commit
e0e4f41df9
357
cfgs/config/gedcolor.rus
Normal file
357
cfgs/config/gedcolor.rus
Normal file
@ -0,0 +1,357 @@
|
||||
;
|
||||
; * GoldED+ 1.1.x *
|
||||
;
|
||||
;
|
||||
; Š®ä¨£ãp æ¨®ë© ä ©« áâp®©ª¨ 梥⮢®© ¯ «¨âpë GoldED, pãá᪠ï p¥¤ ªæ¨ï.
|
||||
;
|
||||
; <20>¥p¥¢®¤ ¨ ¤®¯®«¥¨ï ¤«ï ¢¥pá. + 1.1.x : Arkady Grikurov
|
||||
; 2:5063/77
|
||||
;
|
||||
;
|
||||
############################## CUT ###################################
|
||||
;
|
||||
; ƒ« ¢ "Color Configuration" ¨§ â¥å¨ç¥áª®£® ®¯¨á ¨ï GoldED
|
||||
; (®¯¨á ¨¥ áâ p®¥, ¬®£¨å ®¢è¥áâ¢, ¢ ⮬ ç¨á«¥ ¤«ï +golded,
|
||||
; ¨ ®â«¨ç¨© §¤¥áì ¬®¦¥â ¥ ¡ëâì, ⮫쪮 ¤«ï ®¡é¥£® p㪮¢®¤á⢠!!!)
|
||||
; P.S. - ¯®«®áâìî ¯¥p¥¢®¤¨âì pãá᪨© «¥ì :-)
|
||||
; _____________________________________________________________
|
||||
;
|
||||
;
|
||||
; Color configuration in GoldED is a bit complicated, and you probably
|
||||
; have to experiment quite a bit, if you want make your own setup. For
|
||||
; your convenience, I have added a number of example color setups,
|
||||
; provided by some of my many good users. I suggest you try them all and
|
||||
; use the one that suits you best, perhaps tuning it a bit to your
|
||||
; taste.
|
||||
;
|
||||
; The COLOR keyword uses the following syntax:
|
||||
;
|
||||
; COLOR <window> <part> <colors>
|
||||
;
|
||||
; <window> AREA, ASK, BACKGROUND, BRAG, HEADER, HELP, INFO, MENU,
|
||||
; READER, SHADOW, STATUS.
|
||||
;
|
||||
; <part> BLOCK, BORDER, BTYPE, EDIT, HIDDEN, HIGHLIGHT, INPUT,
|
||||
; KLUDGE, NOSELECT, ORIGIN, QUOTE, SELECTOR, TEARLINE,
|
||||
; TITLE, WINDOW.
|
||||
;
|
||||
; The <colors> are composed of [blinking] <ink> [on <paper>].
|
||||
;
|
||||
; <ink> Black, Blue, Green, Cyan, Red, Magenta, Brown, LGrey,
|
||||
; DGrey, LBlue, LGreen, LCyan, LRed, LMagenta, Yellow,
|
||||
; White.
|
||||
;
|
||||
; <paper> Black, Blue, Green, Cyan, Red, Magenta, Brown, LGrey.
|
||||
;
|
||||
; For monochrome setups we instead have:
|
||||
;
|
||||
; <ink> Normal, Highlight, Reverse, Underline.
|
||||
;
|
||||
; The SHADOW color does not need a <part>, because it is global.
|
||||
;
|
||||
; The paper color always defaults to Black if not specified.
|
||||
;
|
||||
; If <part> is "BTYPE", the <color> is a value in the range 0-3, which
|
||||
; defines the type of lines used when drawing menus and windows:
|
||||
;
|
||||
; BTYPE 0 is single horizontal and single vertical lines.
|
||||
; BTYPE 1 is double horizontal and double vertical lines.
|
||||
; BTYPE 2 is single horizontal and double vertical lines.
|
||||
; BTYPE 3 is double horizontal and single vertical lines.
|
||||
;
|
||||
; The default border type is always BTYPE 0.
|
||||
;
|
||||
; The following is a description of the different window parts:
|
||||
;
|
||||
; Various general color items
|
||||
;
|
||||
; SHADOW Shadow below windows and menus.
|
||||
; STATUS WINDOW Status line at the bottom.
|
||||
;
|
||||
; BACKGROUND WINDOW Background for the startup window.
|
||||
; BACKGROUND BORDER Overscan color (currently DOS only).
|
||||
;
|
||||
; <anything> PAGEBAR Pagebar (scrollbar).
|
||||
;
|
||||
; The PAGEBAR color specifially sets the color of the pagebars
|
||||
; (scrollbars) in GoldED. A pagebar color can currently be set for
|
||||
; AREA, READER and MENU. Note that BORDER will set both the BORDER and
|
||||
; PAGEBAR colors, so remember to place the PAGEBAR color below the
|
||||
; BORDER color.
|
||||
;
|
||||
; Startup screen / logo window
|
||||
;
|
||||
; BRAG WINDOW The Copyright window.
|
||||
; BRAG BORDER Lines around the Copyright window.
|
||||
; BRAG TITLE The logo text.
|
||||
; BRAG HIGHLIGHT The inner logo lines.
|
||||
; BRAG BLOCK The outer logo lines.
|
||||
; BRAG BTYPE Copyright window border type.
|
||||
;
|
||||
; Area Selection Menu
|
||||
;
|
||||
; AREA WINDOW Descriptions, the top line (inc. search).
|
||||
; AREA BORDER Lines.
|
||||
; AREA TITLE Titles on the border.
|
||||
; AREA SELECTOR Selection bar.
|
||||
; AREA HIGHLIGHT The color for the area marks.
|
||||
; AREA BTYPE Window border type.
|
||||
;
|
||||
; Message Header
|
||||
;
|
||||
; HEADER WINDOW Header text.
|
||||
; HEADER BORDER Lines.
|
||||
; HEADER TITLE Titles on the border.
|
||||
; HEADER INPUT Message number input field.
|
||||
; HEADER EDIT Header input fields.
|
||||
; HEADER HIGHLIGHT Marks.
|
||||
; HEADER BTYPE Window border type.
|
||||
; HEADER FROM Header From field.
|
||||
; HEADER TO Header To field.
|
||||
; HEADER SUBJECT Header Subject field.
|
||||
;
|
||||
; The FROM/TO/SUBJECT colors supplement the HEADER WINDOW color. Note
|
||||
; that WINDOW will also set the FROM/TO/SUBJECT colors, so remember to
|
||||
; place the new colors below it.
|
||||
;
|
||||
; Message Text
|
||||
;
|
||||
; READER WINDOW Normal message text.
|
||||
; READER BORDER The Pagebar.
|
||||
; READER QUOTE (Odd) Quoted lines.
|
||||
; READER QUOTE2 (Even) Quoted lines.
|
||||
; READER CURSOR Character at cursor pos. (int. editor).
|
||||
; READER KLUDHIDD Kludges and hidden lines.
|
||||
; READER TEARORIG Tearline and Origin.
|
||||
; READER BLOCK Block color (internal editor).
|
||||
;
|
||||
; READER BTYPE Window border type.
|
||||
; READER HIGHLIGHT Search highlight in the message text.
|
||||
; READER KLUDGE Known kludges.
|
||||
; READER HIDDEN Hidden lines. (Unknown kludges).
|
||||
; READER SIGNATURE Internet-Style signatures ("-- ").
|
||||
; READER TAGLINE Taglines. (Only the one just above tearline).
|
||||
; READER TEARLINE Tearline.
|
||||
; READER ORIGIN Origin.
|
||||
;
|
||||
; The KLUDGE/HIDDEN colors replaces the old KLUDHIDD color. Note that
|
||||
; KLUDHIDD will set both the KLUDGE and HIDDEN colors, so remember to
|
||||
; place the new colors below it if you keep the old definition.
|
||||
;
|
||||
; The TAGLINE color is the color of taglines. GoldED detects a tagline
|
||||
; if it starts with "..." or "___" and is just above the tearline or
|
||||
; origin.
|
||||
;
|
||||
; The TEARLINE/ORIGIN colors replaces the old TEARORIG color. Note
|
||||
; that TEARORIG will set both the TEARLINE and ORIGIN colors, so
|
||||
; remember to place the new colors below it if you keep the old
|
||||
; definition.
|
||||
;
|
||||
; Miscellaneous Smaller Menus
|
||||
;
|
||||
; ASK WINDOW Menu items.
|
||||
; ASK BORDER Lines.
|
||||
; ASK TITLE Menu title.
|
||||
; ASK SELECTOR Selection bar.
|
||||
; ASK NOSELECT Non-selectable menu items.
|
||||
; ASK HIGHLIGHT Hotkeys.
|
||||
; ASK BTYPE Window border type.
|
||||
;
|
||||
; Miscellaneous Larger Menus (Browser Windows)
|
||||
;
|
||||
; MENU WINDOW Menu items.
|
||||
; MENU BORDER Lines.
|
||||
; MENU TITLE Menu title.
|
||||
; MENU SELECTOR Selection bar.
|
||||
; MENU NOSELECT Non-selectable menu items.
|
||||
; MENU HIGHLIGHT Hotkeys/marks.
|
||||
; MENU UNREAD When a msg is unread.
|
||||
; MENU UNREADHIGH Additional highlight of to/from.
|
||||
; MENU UNSENT When a msg is unsent.
|
||||
; MENU UNSENTHIGH Additional highlight of to/from.
|
||||
;
|
||||
; Help Screens
|
||||
;
|
||||
; HELP WINDOW Help text.
|
||||
; HELP BORDER Lines.
|
||||
; HELP SELECTOR Current keyword.
|
||||
; HELP HIGHLIGHT Other keywords.
|
||||
; HELP BTYPE Window border type.
|
||||
;
|
||||
; Pop Up Information Windows
|
||||
;
|
||||
; INFO WINDOW Window text.
|
||||
;
|
||||
; INFO BORDER Lines.
|
||||
; INFO TITLE Info title.
|
||||
; INFO BTYPE Window border type.
|
||||
;
|
||||
; Stylecodes
|
||||
;
|
||||
; STYLECODE ALL All stylecodes at once.
|
||||
; STYLECODE B *Bold*
|
||||
; STYLECODE I /Italic/
|
||||
; STYLECODE BI /*BoldItalic*/
|
||||
; STYLECODE U _Underline_
|
||||
; STYLECODE BU _*BoldUnderline*_
|
||||
; STYLECODE IU /_ItalicUnderline_/
|
||||
; STYLECODE BIU _/*BoldItalicUnderline*/_
|
||||
; STYLECODE R #Reverse#
|
||||
; STYLECODE RB *#ReverseBold#*
|
||||
; STYLECODE RI /#ReverseItalic#/
|
||||
; STYLECODE RBI /*#ReverseBoldItalic#*/
|
||||
; STYLECODE RU _#ReverseUnderline_#
|
||||
; STYLECODE RBU _*#ReverseBoldUnderline#*_
|
||||
; STYLECODE RIU _/#ReverseItalicUnderline#/_
|
||||
; STYLECODE RBIU _/*#ReverseItalicUnderline#*/_
|
||||
;
|
||||
; Note that stylecode color definitions must be placed below COLOR
|
||||
; READER WINDOW, because it overrides the COLOR STYLECODE definitions.
|
||||
;
|
||||
; See the GEDCOL*.CFG and GEDMON*.CFG files for examples of color
|
||||
; configuration.
|
||||
;
|
||||
;
|
||||
############################# END ##################################
|
||||
;
|
||||
; Turn on intense colors for this setup!
|
||||
;INTENSECOLORS No
|
||||
|
||||
// ===== ‘¯¨á®ª ®¡« á⥩ ======
|
||||
|
||||
// ‚ p¨ â ¢ëç¥p稢 ¨ï p ¬®ª "⨯-3", â.¥.
|
||||
// ¤¢®©ë¥ £®p¨§®â «ìë¥ ¨ ®¤¨ pë¥ ¢¥p⨪ «ìë¥.
|
||||
COLOR AREA BTYPE 3
|
||||
// <20> ¬ª¨ ᯨ᪠.
|
||||
COLOR AREA BORDER LCyan on Blue
|
||||
// Œ¥âª ®§ ç îé ï, çâ® ¢ í⮩ íå¥ ¢®§¬®¦® ¥áâì ¥¯p®á¬®âp¥ë¥ á®®¡é¥¨ï
|
||||
//(â®ç¥¥ - ªãpá®p ¢ í⮩ ª®ä¥p¥æ¨¨ á⮨⠥ ¯®á«¥¤¥¬ ¢ ¥© á®®¡é¥¨¨).
|
||||
COLOR AREA HIGHLIGHT LRed on Blue
|
||||
// ‚ë¡p ï ªãpá®p®¬ ª®ä¥p¥æ¨ï.
|
||||
COLOR AREA SELECTOR Blue on LCyan
|
||||
// H ¤¯¨á¨ ¢ § £®«®¢ª¥ ᯨ᪠.
|
||||
COLOR AREA TITLE LRed on Blue
|
||||
// Ž¡é¨© ä® á¯¨áª ¨ ¢á¥å § ¯¨á¥©.
|
||||
COLOR AREA WINDOW LCyan on Blue
|
||||
|
||||
// ==== Žâ¢¥âë ¨ Œ¥î ¢ë¤ ¢ ¥¬ë¥ GoldEd ¢ 室¥ p ¡®âë ====
|
||||
|
||||
COLOR ASK BTYPE 3
|
||||
COLOR ASK BORDER LCyan on Cyan
|
||||
COLOR ASK HIGHLIGHT Yellow on Cyan
|
||||
COLOR ASK NOSELECT LGrey on Cyan
|
||||
COLOR ASK SELECTOR White on Blue
|
||||
COLOR ASK TITLE White on Cyan
|
||||
COLOR ASK WINDOW White on Cyan
|
||||
|
||||
// ====
|
||||
|
||||
COLOR BACKGROUND WINDOW White on Blue
|
||||
;COLOR BACKGROUND BORDER White on Blue
|
||||
|
||||
// ==== ‡ áâ ¢ª ¯p¨ § ¯ã᪥ GoldEd ====
|
||||
|
||||
COLOR BRAG BLOCK LRed on Cyan
|
||||
COLOR BRAG BORDER LCyan on Cyan
|
||||
COLOR BRAG HIGHLIGHT Yellow on Cyan
|
||||
COLOR BRAG TITLE LCyan on Cyan
|
||||
COLOR BRAG WINDOW White on Cyan
|
||||
|
||||
// ==== ˜ ¯ª (‘®®¡é¥¨¥:, Žâ:, Š®¬ã:, ’¥¬ : ¨ â.¯.) á®®¡é¥¨ï ====
|
||||
|
||||
COLOR HEADER BORDER LCyan on Blue
|
||||
COLOR HEADER EDIT White on Blue
|
||||
COLOR HEADER HIGHLIGHT Yellow on Blue
|
||||
COLOR HEADER INPUT Black on Red
|
||||
COLOR HEADER TITLE LGreen on Blue
|
||||
COLOR HEADER WINDOW LGrey on Blue
|
||||
|
||||
// ==== •¥«¯ ¢ë§ë¢ ¥¬ë© ¯® F1 ====
|
||||
|
||||
COLOR HELP BTYPE 3
|
||||
COLOR HELP BORDER LCyan on LGrey
|
||||
COLOR HELP HIGHLIGHT White on LGrey
|
||||
COLOR HELP SELECTOR Yellow on Blue
|
||||
COLOR HELP WINDOW Blue on LGrey
|
||||
|
||||
// ==== ˆä®p¬ æ¨ï (¦¤¨â¥ ¨ â.¯.) ¢ë¤ ¢ ¥¬ ï GoldEd ¢ 室¥ p ¡®âë ====
|
||||
|
||||
COLOR INFO BTYPE 3
|
||||
COLOR INFO BORDER Blue on Cyan
|
||||
COLOR INFO TITLE Yellow on Cyan
|
||||
COLOR INFO WINDOW White on Cyan
|
||||
|
||||
|
||||
// ==== ‘¯¨áª¨ ¨ â ¡«¨æë ¢ë§ë¢ ¥¬ë¥ ¯® ¥®¡å®¤¨¬®áâ¨. ====
|
||||
// (€¤p¥á ï Š¨£ , ‘¯¨á®ª ¢á¥å á®®¡é¥¨© ¢ ª®ä¥p¥æ¨¨, ¨ â.¯.)
|
||||
|
||||
// ‚¨¤ p ¬®ª "⨯-1" - ¤¢®©ë¥ £®p¨§®â «ìë¥ ¨ ¢¥p⨪ «ìë¥ «¨¨¨.
|
||||
COLOR MENU BTYPE 1
|
||||
// –¢¥â p ¬®ª.
|
||||
COLOR MENU BORDER LCyan on LGrey
|
||||
// –¢¥â ¬¥â®ª.
|
||||
COLOR MENU HIGHLIGHT Yellow on LGrey
|
||||
// H¥ ¢ë¡p ë¥ áâp®ª¨.
|
||||
COLOR MENU NOSELECT DGrey on LGrey
|
||||
// ‚ë¡p ï ªãpá®p®¬ áâp®ª .
|
||||
COLOR MENU SELECTOR White on Blue
|
||||
// H ¤¯¨á¨ ¢ § £®«®¢ª¥ ᯨ᪠.
|
||||
COLOR MENU TITLE White on LGrey
|
||||
// Ž¡é¨© ä® á¯¨áª ¨ § ¯¨á¥©.
|
||||
COLOR MENU WINDOW Black on LGrey
|
||||
// H¨ p §ã ¥ ¯p®ç¨â ë¥ á®®¡é¥¨ï.
|
||||
COLOR MENU UNREAD White on LBlue
|
||||
// Additional highlight of to/from.
|
||||
;COLOR MENU UNREADHIGH
|
||||
// H¥®â¯p ¢«¥®¥ á®®¡é¥¨¥.
|
||||
COLOR MENU UNSENT White on Black
|
||||
// Additional highlight of to/from.
|
||||
;COLOR MENU UNSENTHIGH
|
||||
|
||||
|
||||
// ==== —¨â ¥¬®¥/<2F>¥¤ ªâ¨p㥬®¥/‘®§¤ ¢ ¥¬®¥ á®®¡é¥¨¥ ====
|
||||
|
||||
COLOR READER BTYPE 0
|
||||
COLOR READER BLOCK White on Cyan
|
||||
COLOR READER BORDER LCyan on Blue
|
||||
COLOR READER CURSOR LGrey on Blue
|
||||
COLOR READER KLUDHIDD Green on Blue
|
||||
COLOR READER QUOTE LCyan on Blue
|
||||
COLOR READER QUOTE2 LGreen on Blue
|
||||
COLOR READER TEARORIG LRed on Blue
|
||||
COLOR READER WINDOW White on Blue
|
||||
|
||||
// ==== H áâp®©ª ¯®¤á¢¥âª¨ URL_®¢ ¨ E-mail_®¢ ====
|
||||
|
||||
// ‚ª«îç¨âì ¯®¤á¢¥âªã (Yes - ¯® 㬮«ç ¨î) ¨«¨ ‡ ¯p¥â¨âì (No)
|
||||
HighlightURLs Yes
|
||||
|
||||
// “áâ ®¢ª 梥â ⥪áâ ¨ ä®
|
||||
COLOR READER URL Yellow on Blue
|
||||
|
||||
|
||||
// ==== –¢¥â®¢ ï áâp®©ª ¯®¤á¢¥âª¨ ¢ë¤¥«¥ëå á«®¢/áâp®ª ====
|
||||
|
||||
// ’¥ªáâ, ª®â®pë© ¯® § ¬ëá«ã ¥£® ¢â®p ¤®«¦¥ ¡ëâì ®â®¡p ¦¥ ª ª¨¬-¨¡ã¤ì
|
||||
// á⨫¥¬ ( ¯p¨¬¥p, ¯®¤ç¥pª¨¢ ¨¥¬, ª«®®¬), ¬®¦® ¢ë¤¥«ïâì
|
||||
// 梥⮬, ®â«¨çë¬ ®â ®á®¢®£®. „«ï í⮣® á«¥¤ã¥â p §p¥è¨âì ¢ë¤¥«¥¨¥
|
||||
// á⨫¥¬ (StyleCodes Yes) ¨ áâp®¨âì 梥⠯ p ¬¥âp ¬¨ COLOR STYLECODE
|
||||
// (í⨠¯ p ¬¥âpë ¤®«¦ë ®¯p¥¤¥«ïâìáï ¯®á«¥ COLOR READER WINDOW).
|
||||
// ’¥ªáâ, ®£p ¨ç¥ë© ᨬ¢®« ¬¨ "_", áç¨â ¥âáï ¯®¤ç¥pªãâë¬, ᨬ¢®« ¬¨
|
||||
// "*" - ¦¨pë¬ (bold), "/" - ª«®ë¬ (italic), ᨬ¢®«ë "#" § ¤ îâ
|
||||
// p¥¢¥pᨢ®¥ ®â®¡p ¦¥¨¥. <20> §«¨çë¥ á⨫¨ ¬®¦® ª®¬¡¨¨p®¢ âì. H¥ ¢á¥
|
||||
// ¢¥pᨨ p¥¤ ªâ®p 㬥î⠢뤥«ïâì ¢ëp ¦¥¨¥, ᮤ¥p¦ 饥 ¯p®¡¥«ë.
|
||||
|
||||
COLOR STYLECODE I LMagenta on White ; / ª«®ë© ⥪áâ/
|
||||
COLOR STYLECODE U White on LBlue ; _¯®¤ç¥pª¨¢ ¨¥_
|
||||
COLOR STYLECODE R LBlue on White ; #p¥¢¥pᮥ ®â®¡p ¦¥¨¥#
|
||||
COLOR STYLECODE B LRed on White ; *¦¨pë¬ â¥ªá⮬*
|
||||
|
||||
// …᫨ ¤®, çâ®¡ë ª ª¨¥-⮠ᨬ¢®«ë-p §¤¥«¨â¥«¨ ¥ ¢ª«îç «¨
|
||||
// 梥⮢뤥«¥¨¥, â® ¨å ¯¥p¥ç¨á«¨âì ¢ StyleCodeStops
|
||||
;StyleCodeStops "/_#*"
|
||||
|
||||
COLOR READER HIGHLIGHT Blue on LCyan
|
||||
|
||||
COLOR SHADOW DGrey on Black
|
||||
COLOR STATUS WINDOW LCyan on Cyan
|
@ -1,8 +1,8 @@
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
* GoldED+ 1.1.x *
|
||||
* GoldEd+ 1.1.x *
|
||||
|
||||
” ©« ¯®¬®é¨ FTN p¥¤ ªâ®p GoldED
|
||||
” ©« ―®¬®ι¨ FTN p¥¤ <C2A4>β®p GoldEd
|
||||
|
||||
<20>¥p¥¢®¤: Andrew Voronin
|
||||
<av@i.am>
|
||||
@ -88,6 +88,8 @@ H
|
||||
|
||||
‚¨¬ ¨¥: H¥ª®â®pë¥ âp¨¡ãâë ¬®£ãâ ãáâ ¢«¨¢ âìáï ⮫쪮 ¢ § ¢¨á¨¬®á⨠®â
|
||||
⨯ ®¡« á⨠(Net, Local, Echo).
|
||||
|
||||
‘¬®βp¨ β <CEB2>¦¥: ^“Ά¥¤®¬«¥¨¥ ® ―®«γ票¨^
|
||||
*E
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
@ -191,8 +193,9 @@ H
|
||||
Al-J,Ct-Lef,Ct-Rig <20>¥p¥¬¥áâ¨âì ªãpá®p ª á«¥¤ãî饩 ®â¬¥ç¥®© ®¡« áâ¨
|
||||
Ctrl-Enter , Tab <20>¥p¥¬¥é¥¨¥ ªãpá®p ª á«¥¤ãî饩 ®¡« á⨠¯® "ªpã£ã"
|
||||
Ins , Alt-T ‚ª«/¢ëª« ¯®¬¥âªã ⥪ã饩 ®¡« áâ¨. ‘¬.^<5E>®¬¥âª ®¡« á⥩^
|
||||
Right , Enter Žâªpëâì ⥪ãéãî ®¡« áâì ¤«ï ¯p®á¬®âp . ‘¬.^‚ë¡®p ®¡« áâ¨^
|
||||
|
||||
Right , Enter <20>β<EFBFBD>pλβμ β¥<CEB2>γιγξ ®΅« αβμ ¤«ο ―p®α¬®βp .‘¬.^‚λ΅®p ®΅« αβ¨^
|
||||
Alt-W ‘®εΰ ¥¨¥ β¥<CEB2>γ饩 ―®¬¥β<C2A5>¨ ®΅« α⥩ Ά δ ©«¥ GOLDLAST.LST
|
||||
‘¬. β <CEB2>¦¥: ^<5E>p¨β¥p¨¨ ―®¬¥β<C2A5>¨ ®΅« α⥩^
|
||||
*P
|
||||
|
||||
Alt-S Œ¥î ᪠¨p®¢ ¨ï ¢á¥å, ¨«¨ ®â¬¥ç¥ëå ®¡« á⥩
|
||||
@ -326,7 +329,13 @@ H
|
||||
|
||||
*B 2006,Šp¨â¥p¨¨ ¯®¬¥âª¨ ®¡« á⥩
|
||||
|
||||
Alt-W - <20>¥¤ ªâ¨p®¢ ¨¥ ªp¨â¥p¨¥¢ ¢ ¬¥î ¯®¬¥â®ª ®¡« á⥩ ¯® ªp¨â¥p¨î
|
||||
‚ ν⮬ ¬¥ξ ‚λ ¬®¦¥β¥ Άλ΅ΰ βμ ¥®΅ε®¤¨¬γξ αβΰ®<CEB0>γ α ®―¨α ¨¥¬ γα«®Ά¨ο
|
||||
(<28>ΰ¨β¥ΰ¨ο) Άλ¤¥«¥¨ο ®΅« α⥩ ―¥ΰ¥¬¥ι οαμ <20>γΰα®ΰ®¬ ΆΆ¥ΰε/Ά¨§, § ¤ βμ
|
||||
Άλ΅ΰ λ© <20>ΰ¨β¥ΰ¨©, ¦ Ά ENTER, ®β<C2AE> § βμαο ®β ―ΰ®¤®«¦¥¨ο, ¦ Ά ESC,
|
||||
। <C2A4>β¨ΰ®Ά βμ β¥<CEB2>αβ ®―¨α ¨ο ¤«ο Άλ΅ΰ ®© αβΰ®<CEB0>¨, ¦ Ά «ξ΅γξ ¨γξ
|
||||
<20>« Ά¨θγ ¨ ΅ΰ Ά β¥<CEB2>αβ ®Ά®£® ¦¥« ¥¬®£® ®―¨α ¨ο <20>ΰ¨β¥ΰ¨ο Άλ¤¥«¥¨ο.
|
||||
<20>® 㬮«η ¨ξ <20>ΰ¨β¥ΰ¨¨ ¨ ¨ε ®―¨α ¨ο § ¤ ξβαο Ά <20>®δ¨£γΰ 樨 <20>«ξ祢묨
|
||||
α«®Ά ¬¨ MI_ALSELECTIONS1 ¨ MI_ALSELECTIONS2.
|
||||
|
||||
‘¬. â ª¦¥: ^Š« ¢¨è¨ ¢ë¡®p ®¡« á⥩^
|
||||
^<5E>®¬¥âª ®¡« á⥩^
|
||||
@ -336,8 +345,30 @@ H
|
||||
^Žâªpë⨥ ¤«ï ᪠¨p®¢ ¨ï^
|
||||
^‘ï⨥ ¯®¬¥â®ª á á®®¡é¥¨©^
|
||||
^‘ï⨥ ¯®¬¥â®ª ® ®¢®© ¯®çâ¥^
|
||||
*E
|
||||
|
||||
*P
|
||||
|
||||
H ¦ Ά (Alt-W) ‚λ ¬®¦¥β¥ α®εp ¨βμ β¥<CEB2>γιγξ ¨δ®p¬ ζ¨ξ ® ―®¬¥β<C2A5> ε Ά δ ©«¥
|
||||
GOLDLAST.LST. ‘®¤¥p¦ ¨¥ δ ©« - νβ® ¤ λ¥ ® ―®¬¥β<C2A5> ε ¤«ο <20> ¦¤®© ®΅« αβ¨,
|
||||
ᮣ« α® ―®α«¥¤¥£® ―p®α¬®βp , ¨ ®―¨α ¨ο <20>ΰ¨β¥ΰ¨¥Ά ―®¬¥β<C2A5>¨ ®΅« α⥩.
|
||||
|
||||
<20> <EFBFBD> GoldEd ΅γ¤¥β ―®αβγ― βμ α δ ©«®¬ GOLDLAST.LST, § ¤ ¥βαο ― p ¬¥βp®¬
|
||||
Ά <20>«ξη¥Ά®¬ α«®Ά¥ δ ©« <20>®δ¨£γp 樨 AREAKEEPLAST. …᫨ YES, GoldEd ΅γ¤¥β
|
||||
α®εp οβμ p §¬¥β<C2A5>γ ®΅« α⥩ Ά GOLDLAST.LST ―p¨ Άλ室¥ ¨ Ά®ααβ Ά«¨Ά βμ
|
||||
¥ρ ¨§ ν⮣® δ ©« ―p¨ α«¥¤γξ饬 § ―γα<CEB3>¥. <20>β ®α®΅¥®αβμ ―®«¥§ ,
|
||||
<20>®£¤ ‚λ β®η® § ¥β¥, ηβ® ¥ ΅λ«® ―®αβγ―«¥¨ο ®Ά®© ―®ηβλ ¨ ―®β®¬γ ¥
|
||||
ε®β¨β¥ ¦¤ βμ ―®«®£® α<> ¨p®Ά ¨ο <20>α£<CEB1> §λ ―p¨ § ―γα<CEB3>¥. „®αβ β®η® ΅γ¤¥β
|
||||
¦ βμ ESC Ά ν<>p ¥ § ―γα<CEB3> , ηβ®΅λ ―p¥pΆ βμ α<> ¨p®Ά ¨¥ ®΅« α⥩, ¨
|
||||
GoldEd Ά®ααβ ®Ά¨β ¨§ δ ©« ¤ λ¥ ¤«ο ―®¬¥β<C2A5>¨ ®΅« α⥩, <20> <EFBFBD> νβ® ¨ ΅λ«®
|
||||
Ά ―p¥¤λ¤γ騩 ―p®α¬®βp.
|
||||
|
||||
GoldEd ΅γ¤¥β ―¥p¥§ ―¨αλΆ βμ GOLDLAST.LST δ ©« ―p¨ Άλ室¥, ¥α«¨
|
||||
β®«μ<C2AB>® ¥ ΅λ«® ―®«®£® α<> ¨p®Ά ¨ο ―p¨ § ―γα<CEB3>¥.
|
||||
GoldEd Άβ®¬ β¨η¥α<C2A5>¨ α®εp ο¥β ¤ λ¥ Ά GOLDLAST.LST ―®α«¥ Άλ―®«¥¨ο
|
||||
ᥬ δ®p - ―¥p¥α<C2A5> ¨p®Ά βμ.
|
||||
GoldEd ¥ ®΅®Ά«ο¥β GOLDLAST.LST <20>®£¤ ―p®¨α室¨β SoupImport/SoupExport
|
||||
¨ ―p¨ § ―γα<CEB3>¥ α <20>«ξ箬 -NoScan.
|
||||
*E
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
@ -742,10 +773,28 @@ H
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
*B 3014,MenuConfirm
|
||||
*B 3014,“Ά¥¤®¬«¥¨¥ ® ―®«γ票¨
|
||||
|
||||
ˆ§¢¨¨â¥, ª®¬¬¥â p¨© ª í⮩ ⥬¥ ¯®ª ¥ ¯¨á !
|
||||
GoldEd ―®¤¤¥ΰ¦¨Ά ¥β βਡγβ CFM ("Alt-Y" Ά ¬¥ξ βਡγβ®Ά, β <CEB2>¦¥ ᬮβp¨:
|
||||
^‘¬¥ βp¨΅γβ®Ά α®®΅ι¥¨ο^),"<22>®¤βΆ¥ΰ¤¨βμ “Ά¥¤®¬«¥¨¥¬" ¨ <20>«γ¤¦ FLAGS CFM.
|
||||
|
||||
…᫨ GoldEd 室¨β ¥―ΰ®η¨β ®¥ α®®΅ι¥¨¥ ε®βο ΅λ ¤«ο ®¤®£® ¨§
|
||||
‚ θ¨ε ¨¬¥ α βਡγ⮬ CFM ¨«¨ RRq, νβ® ―ந§Ά®¤¨β <20> Άβ®¬ β¨η¥α<C2A5>®¬γ
|
||||
ᮧ¤ ¨ξ ®βΆ¥β®£® α®®΅ι¥¨ο ᮣ« ᮠᮤ¥ΰ¦ ¨ο δ ©« § ¤ Ά ¥¬®£® Ά
|
||||
<20>®δ¨£γΰ 樨 ― ΰ ¬¥β஬ Ά <20>«ξη¥Ά®¬ α«®Ά¥ ConfirmFile. <20>΅λη® νβ® δ ©«
|
||||
GoldEd.CFM, ᮤ¥ΰ¦ 騩 θ ΅«® (β¥<CEB2>αβ) ‚ θ¥£® γΆ¥¤®¬«¥¨ο (<28>Ά¨β 樨).
|
||||
‚ ν⮬ δ ©«¥ ‚λ ¬®¦¥β¥ ―ਬ¥οβμ ΰ §«¨ηλ¥ β®<CEB2>¥λ, ηβ®΅λ ―ΰ¨¤ βμ
|
||||
΅®«μθγξ Άλΰ §¨β¥«μ®αβμ ‚ 襬㠓Ά¥¤®¬«¥¨ξ.
|
||||
|
||||
€βਡγβλ ¤«ο ‚ θ¥£® α®®΅ι¥¨ο-γΆ¥¤®¬«¥¨ο § ¤ ξβαο Ά δ ©«¥
|
||||
<20>®δ¨£γΰ 樨 ― ΰ ¬¥βΰ ¬¨ Ά <20>«ξη¥Ά®¬ α«®Ά¥ AttribsCFM.
|
||||
|
||||
’®, <20> <EFBFBD> ¤®«¦¥ ΰ¥ £¨ΰ®Ά βμ GoldEd, ―ΰ¨ ―ΰ®α¬®βΰ¥ α®®΅ι¥¨ο
|
||||
α § ―ΰ®α®¬ γΆ¥¤®¬«¥¨¥, § ¤ ¥βαο Ά δ ©«¥ <20>®δ¨£γΰ 樨
|
||||
― ΰ ¬¥β஬ Ά <20>«ξη¥Ά®¬ α«®Ά¥ ConfirmResponse:
|
||||
Ask - ‘―ΰ®α¨βμ ―®«μ§®Ά ⥫ο.
|
||||
Yes - ‘®§¤ βμ <20>Ά¨β ζ¨ξ Άβ®¬ β¨η¥α<C2A5>¨.
|
||||
No - <20>¨<EFBFBD>®£¤ ¥ ―®αλ« βμ <20>Ά¨β ζ¨ξ.
|
||||
*E
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
@ -944,10 +993,40 @@ H
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
*B 4009, AskForward
|
||||
*B 4009,<EFBFBD>«γ¤¦¨ Ά ―¥p¥αλ« ¥¬®¬ α®®΅ι¥¨¨
|
||||
|
||||
ˆ§¢¨¨â¥, ª®¬¬¥â p¨© ª í⮩ ⥬¥ ¯®ª ¥ ¯¨á !
|
||||
|
||||
…᫨ p §p¥θ¥® (yes ¨«¨ ask) Ά <20>«ξη¥Ά®¬ α«®Ά¥ USEFWD δ ©« <20>®δ¨£γp 樨,
|
||||
β® Ά ―¥p¥αλ« ¥¬®¥ Ά ¬¨ α®®΅ι¥¨¥ ΅γ¤γβ ¤®΅ Ά«¥λ α«¥¤γξ騥 <20>«γ¤¦¨:
|
||||
|
||||
FWDFROM - <20>¬ο ―¥pΆ® η «μ®£® ®β―p Ά¨β¥«ο Ά ―¥p¥α« ®¬ α®®΅ι¥¨¨
|
||||
FWDORIG - €¤p¥α ―¥pΆ® η «μ®£® ®β―p Ά¨β¥«ο Ά ―¥p¥α« ®¬ α®®΅ι¥¨¨
|
||||
FWDTO - <20>¬ο ―¥pΆ® η «μ®£® ―®«γη β¥«ο Ά ―¥p¥α« ®¬ α®®΅ι¥¨¨
|
||||
FWDDEST - €¤p¥α ―®«γη β¥«ο ―¥pΆ® η «μ®£® α®®΅ι¥¨ο Ά ―¥p¥α« ®¬
|
||||
α®®΅ι¥¨¨ - β®«μ<C2AB>® ¥α«¨ ―¥p¥αλ« «αο ¥β¬ ©«; Ά ―p®β¨Ά®¬
|
||||
α«γη ¥ - ¤p¥α ―¥p¥α« Άθ¥£®
|
||||
FWDSUBJ - ’¥¬ ―¥p¥α« ®£® α®®΅ι¥¨ο
|
||||
FWDAREA - H §Ά ¨¥ ®΅« αβ¨, ®β<C2AE>γ¤ ―¥p¥α« ® α®®΅ι¥¨¥
|
||||
FWDMSGID - MSGID ―¥p¥α« ®£® α®®΅ι¥¨ο (¨α―®«μ§γ¥βαο ―p¨ «¨<C2A8>®Ά<C2AE>¥ ®βΆ¥β®Ά)
|
||||
|
||||
*P
|
||||
|
||||
<20>p¨ ―¥p¥αλ«<CEBB>¥ GoldEd ¥ ΅γ¤¥β ¤®΅ Ά«οβμ FWD <20>«γ¤¦¨ ―p¨ α®εp ¥¨¨
|
||||
α®®΅ι¥¨ο, ¥α«¨ ―¥pΆ® η «μ®¥ α®®΅ι¥¨¥ 㦥 ᮤ¥p¦¨β ¨ε.
|
||||
|
||||
<20>p¨ ®΅λ箬 ®βΆ¥β¥ (Alt-Q ¨«¨ Alt-R) α®®΅ι¥¨¥ ᮤ¥p¦ ι¥¥
|
||||
FWD <20>«γ¤¦¨ GoldEd ®βΆ¥η ¥β ―¥p¥αλ« Άθ¥¬γ.
|
||||
|
||||
„«ο ®βΆ¥β ―¥pΆ® η «μ®¬γ ®β―p Ά¨β¥«ξ α®®΅ι¥¨ο Ά ―¥p¥α« ®¬
|
||||
α®®΅ι¥¨¨ ―®«μ§γ©β¥αμ ®α®΅®© δγ<CEB3>樥© (Alt-G).
|
||||
|
||||
…᫨ α®®΅ι¥¨¥ ᮤ¥p¦¨β FWDAREA <20>«γ¤¦, Άλ ¬®¦¥β¥ ®βΆ¥β¨βμ ―pאַ Ά
|
||||
―¥pΆ® η «μγξ ®΅« αβμ ―¥p¥α« Άθ¥¬γ (Alt-N) ¨«¨ ―¥pΆ® η «μ®¬γ
|
||||
®β―p Ά¨β¥«ξ α®®΅ι¥¨ο (Alt-B) Ά ―¥p¥α« ®¬ α®®΅ι¥¨¨.
|
||||
|
||||
<20>΅p β¨β¥ Ά¨¬ ¨¥ - ¥Ά®§¬®¦® ®βΆ¥η βμ ―®«γη β¥«ξ ―¥pΆ¨η®£®
|
||||
α®®΅ι¥¨ο γ<> § ®¬γ Ά <20>«γ¤¦¥ FWDTO ―¥p¥α« ®£® α®®΅ι¥¨ο!
|
||||
|
||||
‘¬. β <CEB2>¦¥: ^<5E>« Ά¨θ¨ ―p®α¬®βp α®®΅ι¥¨©^
|
||||
*E
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user