home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
AUROR.ZIP
/
WSMENU.AML
< prev
next >
Wrap
Text File
|
1996-07-17
|
17KB
|
445 lines
//--------------------------------------------------------------------
// The Aurora Editor v3.0, Copyright (C) 1993-1996 nuText Systems
//
// MENU.AML
// WordStar/Borland IDE Menu definitions (included by Main.aml)
//
// If you have made any changes, save this file and select Recompile
// the Editor from the Set menu. Exit and re-enter the editor for
// your changes to take effect.
//--------------------------------------------------------------------
//--------------------------------------------------------------------
// Edit Window menu bar and tool bar
//--------------------------------------------------------------------
function EditMen
// menu bar
menubar "" 1
item "&File" "editFile"
item "&Window" "editWindow"
item "&Block" "editBlock"
item "&Search" "editSearch"
item "F&old" "editFold"
item "&Edit" "editEdit"
item "&Clip" "editClip"
item "&Print" "editPrint"
item "Se&t" "editSet"
item "M&acro" "editMacro"
item "&Help" "editHelp"
end
// tool bar
menubar "" 2
item "<&&≡>" toolbar // close tool bar
item "<&&?>" quickref 'u' 'f' // users guide
item "<&&*>" open "*.*" // display file manager
item "<&&/>" copywin // copy window
item "<&&─>" splitwin 'h' // split window horz
item "<&&|>" splitwin 'v' // split window vert
item "<&&o>" askopen // open prompt
item "<&&s>" save // save file
item "<&&F>" askfind // find prompt
item "<&&f>" findlast // do last find/replace
item "<&&r>" formatblock2 // reformat block
item "<&&«>" undo // undo last change
item "<&&»>" redo // redo last change
item "<&&>>" foldblock2 // fold block
item "<&&<>" destroyfold2 // destroyfold
end
end
//--------------------------------------------------------------------
// Edit Window pulldown menus
//--------------------------------------------------------------------
menu "editFile"
item " &New" opennew
item " &Open.. <ctrl k><e> or <f3>" askopen
item " Open &Binary.." askopenb
item " Open and &Insert.. <ctrl k><r>" askinsert
//item " Open Last&.. <alt z>" openlast
item " &Rename.. <alt n>" askname
item " &Save <ctrl k><s> or <f2>" save
item " Sa&ve As.." asksaveas
item "-"
item " &File Manager.. <f4>" open "*.*"
item " &Tree.." runmacro2 "tree"
item " Ne&xt" nextfile
item " &Prev" prevfile
item " &List.. <alt 0>" filelist
item "─"
item " &Close <ctrl k><q>" close
item " Close &All <alt x>" closeall
item " Sav&e and Close <ctrl k><x>" close 's'
item " Save an&d Close All" closeall 's'
item "─"
item " Abo&ut.." about
end
menu "editWindow"
item " &Restore" restore
item " &Move/Size <ctrl f5>" sizekey
item " P&an <ctrl f6>" pankey
item " M&inimize" minimize
item " Ma&ximize <f5>" maximize
item " &Next <f6>" nextwindow
item " &Prev <shift f6>" prevwindow
item " &List.." winlist
item "─"
item " &Copy <ctrl q><w>" copywin
item " Split Hor&z" splitwin 'h'
item " Split Ver&t <ctrl q><v>" splitwin 'v'
item "─"
item " Ca&scade <shift f5>" cascade
item " Tile &Horz <shift f4>" tile 'h'
item " Tile &Vert <shift f3>" tile 'v'
item "─"
item " Tool &Bar <ctrl f8>" toolbar
item " Pr&ompt Style.." runcfg "prom"
end
// wordstar emulation only
forward markblock
forward marktoggle
menu "editMark"
item " Mark &Line <ctrl k><l>" markline
item " Mark &Block <ctrl k><b>" markblock
item " Mark &Toggle Column <ctrl k><n>" marktoggle
item " Mark C&haracter" markchar
item " Mark &Word <ctrl k><t>" markword
item " Mark to &EOL <alt 2>" markeol
item " Mark &Paragraph <alt 3>" markpara "tb"
item "─"
item " &Unmark <ctrl k><h>" destroymark
end
menu "editBlock"
item " Mar&k.. " submenu "editMark"
item " &Copy <ctrl k><c>" copyblock2
item " &Move <ctrl k><v>" moveblock2
item " Copy &Over <ctrl k><z>" copyblockover
item " Mo&ve Over" moveblockover
item " &Delete <ctrl k><y>" deleteblock2
item " &Indent <ctrl k><i>" shiftblock 1
item " UnInden&t <ctrl k><u>" shiftblock -1
item "─"
item " &Fill <ctrl k><f>" fillblock2
item " S&ave.. <ctrl k><w>" saveblock2
item " &Sort <ctrl k><o>" sortblock2
item " Lo&wercase" caseblock 'l'
item " U&ppercase" caseblock
item "─"
item " Ce&nter" justblock2 'c'
item " &Left Justify" justblock2 'l'
item " Ri&ght Justify" justblock2 'r'
item " &Reformat <ctrl b>" formatblock2
item " R&eformat Right <alt y>" formatblock2 "rj"
end
menu "editSearch"
item " &Find.. <ctrl q><f>" askfind
item " Re&place.. <ctrl q><a>" askrepl
item " &Repeat Last Find/Repl <ctrl l>" findlast
item " &Scan Files.. <ctrl o><s>" askscan
item " &Incremental Search <ctrl q><i>" isearch
item " Find &Occurrences.." askfindo
item "─"
item " &Quick Bookmark <ctrl 2>" quickbook
item " Pre&v Bookmark <ctrl 6>" cyclebook
item " Place &Bookmark.." placebook
item " &Go to Bookmark.." askbook
item "─"
item " Go to &Line.. <ctrl q><j>" askrow
item " Go to Bloc&k Start <ctrl q><b>" gotomark 't'
item " Go to Block En&d" gotomark 'b'
item " Go to Ne&xt Fold <alt 7>" search2 "f/f"
item "─"
item " Find &Matching Char <ctrl q><[>" gotomatch2
item " Go to Compiler &Error <alt f7>" gotoerror
end
menu "editFold"
item " &Fold Next Line <alt 8>" foldline
item " &Unfold Next Line <alt 9>" foldline 'u'
item "─"
item " Crea&te Fold" createfold
item " &Open Fold <alt \\>" openfold
item " &Close Fold <alt \\>" closefold
item " &Remove Fold <alt g>" destroyfold2
item "─"
item " Fold Bloc&k" foldblock2
item " Fold Block Fl&at" foldflat
item " O&pen Block Folds" foldblock 'os'
item " C&lose Block Folds" foldblock 'cs'
item " Re&move Block Folds" foldblock 'ds'
item "─"
item " Ope&n All Folds <alt [>" foldall 'os'
item " Clo&se All Folds <alt ]>" foldall 'cs'
item " Remo&ve All Folds" foldall 'ds'
item "─"
item " &Export without Folds.." asksaveas 'x'
item " E&xport Block without Folds.." saveblock2 'x'
end
menu "editEdit"
item " &Undo <ctrl u>" undo
item " &Redo <ctrl o><r>" redo
item "─"
item " &Insert Line <ctrl enter>" insline2
item " &Delete Line <ctrl y>" delline
item " &Join Line <alt j>" joinline
item " &Split Line <ctrl n>" splitline2
item "─"
item " Ce&