=== ICE DLL helpers: ========================================================== --- Clipboard/block operations CutBlockToClipboard CopyBlockToClipboard PasteBlockFromClipboard ClearBlock --- File load/save SelectLoadFilename (modal) SelectSaveFilename (modal) ShowLoadFileDialog (modeless) ShowSaveFileAsDialog (modal) --- search engine ShowSearchDialog RepeatSearch QuickSearch(strings,direction,casesensitive) Simple but fast search --- locator GotoLocation(filename,line,col) loads file if necessary switches frame if necessary switches viewgroup if necessary places cursor at location scrolls view if necessary --- ? MakeCursorVisible(view) === standard extensions: ====================================================== --- indent helper Shift block left Shift block right --- Template librarian GenerateTemplate(buffer,filetype) Inserts a standard template based on filetype Only works on empty buffers --- SCCS CheckOut run command reload file CheckIn save file run command --- Help lookup LookupWord Looks up word in .hlp list