home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
AUROR.ZIP
/
BRMENU.AML
< prev
next >
Wrap
Text File
|
1996-07-17
|
17KB
|
447 lines
//--------------------------------------------------------------------
// The Aurora Editor v3.0, Copyright (C) 1993-1996 nuText Systems
//
// MENU.AML
// Brief 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 <ctrl n>" opennew
item " &Open.. <alt e>" askopen
item " Open &Binary.." askopenb
item " Open and &Insert.. <alt r>" askinsert
//item " Open Last&.. <alt z>" openlast
item " &Rename.. <alt o>" askname
item " &Save" save
item " Sa&ve As.." asksaveas
item "-"
item " &File Manager.." open "*.*"
item " &Tree.." runmacro2 "tree"
item " Ne&xt <alt n>" nextfile
item " &Prev <alt ->" prevfile
item " &List.. <alt b>" filelist
item "─"
item " &Close <ctrl ->" close
item " Close &All <alt x>" closeall
item " Sav&e and Close" close 's'
item " Save an&d Close All <ctrl x>" closeall 's'
item "─"
item " Abo&ut.." about
end
menu "editWindow"
item " &Restore" restore
item " &Move/Size <f2>" sizekey
item " P&an <ctrl f2>" pankey
item " M&inimize" minimize
item " Ma&ximize <ctrl z>" maximize
item " &Next <ctrl a>" nextwindow
item " &Prev" prevwindow
item " &List.. <f1>" winlist
item "─"
item " &Copy <ctrl o><w>" copywin
item " Split Hor&z" splitwin 'h'
item " Split Ver&t" 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
menu "editMark"
item " Mark &Line <alt l>" markline
item " Mark &Column <alt c>" markcolumn
item " Mark C&haracter <alt a>" markchar
item " Mark &Word" markword
item " Mark to &EOL" markeol
item " Mark &Paragraph" markpara "tb"
item "─"
item " &Unmark" destroymark
end
menu "editBlock"
item " Mar&k.. " submenu "editMark"
item " &Copy" copyblock2
item " &Move" moveblock2
item " Copy &Over" copyblockover
item " Mo&ve Over" moveblockover
item " &Delete <ctrl o><d>" deleteblock2
item " &Indent <shift f8>" shiftblock 1
item " UnInden&t <shift f7>" shiftblock -1
item "─"
item " &Fill <ctrl o><f>" fillblock2
item " S&ave.. <alt w>" saveblock2
item " &Sort <ctrl o><s>" sortblock2
item " Lo&wercase" caseblock 'l'
item " U&ppercase <ctrl o><u>" caseblock
item "─"
item " Ce&nter <ctrl o><c>" justblock2 'c'
item " &Left Justify" justblock2 'l'
item " Ri&ght Justify" justblock2 'r'
item " &Reformat <ctrl o><r>" formatblock2
item " R&eformat Right <alt y>" formatblock2 "rj"
end
// brief-style find/replace
forward findbr
forward togglecase
forward toggleregx
forward gotoroutine
menu "editSearch"
item " &Search.. <alt s> or <f5>" findbr
item " Search &Backward.. <alt f5>" findbr '' 'r'
item " Search &Again <shift f5>" findlast
item " &Translate.. <alt t> or <f6>" findbr 't'
item " Translate Back&ward.. <alt f6>" findbr 't' 'r'
item " Translate Agai&n <shift f6>" search2 (gethiststr "_repl")
item " &Case Sensitive Toggle <ctrl f5>" togglecase
item " Reg E&xpression Toggle <ctrl f6>" toggleregx
item "-"
item " Scan &Files.. <ctrl s>" askscan
item " &Incremental Search <ctrl i>" isearch
item " Find &Occurrences.. <ctrl h>" askfindo
item " Goto Ro&utine <ctrl g>" gotoroutine
item "─"
item " &Place Bookmark.." placebook
item " &Go to Bookmark.." askbook
item " Go to &Line.. <alt g>" askrow
item " Go to Bloc&k Start" gotomark 't'
item " Find &Matching Char <ctrl [>" gotomatch2
item " Go to Compiler &Error" gotoerror
end
menu "editFold"
item " &Fold Next Line" foldline
item " &Unfold Next Line" foldline 'u'
item "─"
item " Crea&te Fold" createfold
item " &Open Fold <alt \\>" openfold
item " &Close Fold <alt \\>" closefold
item " &Remove Fold" 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 <alt 0>" foldall 'ds'
item "─"
item " &Export without Folds.." asksaveas 'x'
item " E&xport Block without Folds.." saveblock2 'x'
end
menu "editEdit"
item " &Undo <alt u>" undo
item " &Redo <ctrl u>" redo
item "─"
item " &Insert Line <ctrl enter>" insline2
item " &Delete Line <alt d>" delline
item " &Join Line" joinline
item " &Sp