home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
AUROR.ZIP
/
CUMENU.AML
< prev
next >
Wrap
Text File
|
1996-07-17
|
17KB
|
429 lines
//--------------------------------------------------------------------
// The Aurora Editor v3.0, Copyright (C) 1993-1996 nuText Systems
//
// MENU.AML
// Aurora/CUA 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 "&Edit" "editEdit"
item "&Block" "editBlock"
item "&Search" "editSearch"
item "&Text" "editText"
item "F&old" "editFold"
item "M&acro" "editMacro"
item "O&ptions" "editSet"
item "&Window" "editWindow"
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 "<&&/>" 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 // unfold line
end
end
//--------------------------------------------------------------------
// Edit Window pulldown menus
//--------------------------------------------------------------------
forward print2
menu "editFile"
item " New <ctrl n>" opennew
item " &Open.. <f3>, <ctrl o>" askopen
item " Open and &Insert.. <alt i>" askinsert
item " &Rename.. <alt n>" askname
item " &Save <f2>, <ctrl s>" save
item " Save &As.." asksaveas
item "-"
item " &File Manager.. <f4>" open "*.*"
item " &Tree.." runmacro2 "tree"
item " &Next" nextfile
item " Pre&v" prevfile
item " &List.. <alt ->" filelist
item "─"
item " &Print <ctrl p>" print2
item " Printer Settin&gs..|*" runcfg "print"
item "─"
item " &Close <alt q>, <ctrl f4>" close
item " E&xit <alt x>, <alt f4>" closeall
item " Clos&e and Save" close 's'
item " Exit an&d Save All" closeall 's'
end
menu "editEdit"
item " &Undo <ctrl z>" undo
item " &Redo <ctrl a>" redo
item "─"
item " Cu&t <ctrl x>" cut
item " Cut L&ine <ctrl y>" cut
item " Cut &Append <shift ctrl x>" cut 'a'
item " Cut Append Li&ne <shift ctrl y>" cut 'a'
item "─"
item " &Copy <ctrl c>" copy
item " Cop&y Append <shift ctrl c>" copy 'a'
item " Copy to &Windows <ctrl u>" copy 'w'
item "─"
item " &Paste <ctrl v>" paste
item " Paste &Over <shift ctrl v>" paste 'o'
item " Paste &from Windows <shift ctrl u>" paste 'w'
item " &Delete <del>" paste 'w'
if getmarkbuf == getcurrbuf then
deleteblock
end
item "─"
item " C&lear <ctrl del>" clear
item " Current Clip&board..|*" askclip
end
menu "editMark"
item " Mark &Line <alt l>" markline
item " Mark &Column <alt k>" markcolumn
item " Mark C&haracter" markchar
item " Mark &Word <alt 1>" markword
item " Mark to &EOL <alt 2>" markeol
item " Mark &Paragraph <alt 3>" markpara "tb"
item "─"
item " &Unmark <alt u>" destroymark
end
menu "editBlock"
item " Mar&k.. " submenu "editMark"
item " &Copy <alt c>" copyblock2
item " &Move <alt m>" moveblock2
item " Copy &Over " copyblockover
item " Mo&ve Over <ctrl m>" moveblockover
item " &Delete <alt d>" deleteblock2
item " &Indent <shift f8>" shiftblock 1
item " UnInden&t <shift f7>" shiftblock -1
item "─"
item " &Fill <ctrl k><f>" fillblock2
item " S&ave.. <ctrl k><s>" saveblock2
item " &Sort <ctrl k><o>" sortblock2
item " Lo&wercase" caseblock 'l'
item " U&ppercase <ctrl k><u>" caseblock
item "─"
item " Ce&nter <ctrl k><c>" justblock2 'c'
item " &Left Justify" justblock2 'l'
item " Ri&ght Justify" justblock2 'r'
item " &Reformat <alt r>" formatblock2
item " R&eformat Right <alt y>" formatblock2 "rj"
end
menu "editSearch"
item " &Find.. <f5>, <ctrl f>" askfind
item " Re&place.. <ctrl g>" askrepl
item " &Repeat Last Find/Repl <ctrl l>" findlast
item " &Scan Files.. <ctrl q><s>" askscan
item " &Incremental Search <ctrl i>" isearch
item " Find &Occurrences.. <ctrl h>" 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 j>" askrow
item " Go to Bloc&k Start <ctrl 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 ]>" gotomatch2
item " Go to Compiler &Error <alt f7>" gotoerror
end
menu "editText"
item " &Insert Line <ctrl enter>" insline2
item " &Delete Line <ctrl baksp>" delline
item " &Join Line <alt j>" joinline
item " &Split Line" splitline2
item "─"
item " Ce&nter Line <alt 6>" centerline
item " &Comment Line <alt f1>" commentline
item " Delete Right &Word <ctrl t>" delword
item " Du&plicate Line <alt 4>" copyblock '*l'
item " &Erase to End <alt f6>" delchar MAX_COL
item " Sw&ap Lines <alt 5>" swapline
item "─"
item " Ascii C&hart.. <alt =>" asciilist
item " Date/&Time Stamp <ctrl k><t>" timestamp
item " Enter &Literal.. <ctrl [>" literal
item " E&xpand Tabs <ctrl k><x>" tabfile
item " Hi&ghlight Word <ctrl \\>" hiliteword
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'