Re: XControls
- Posted by "Euman" <euman at bellsouth.net> Feb 11, 2004
- 523 views
>>From: "C. K. Lester" <euphoric at cklester.com> > >Hey, I just found the open files list. That's cool. Where's the > >collapseable code thingie?! They are called Tags and allow you to have code snippets that can be double clicked to auto insert code or proc's/func's also, look for the function list (see below for more) yeah CK reading the docs would be a good idea and upgrade to 10.10c if you want, I still use pre 9.0 > Euman wrote: > >What are you talking about CK, UltraEdit has a collapsable code area > >aswell as Routine (proc/func) and directory tree listings also, macro > >extensions and many many more features.... > > > > > what's this macro extensions of which you speak, young jedi grasshopper? The Macro menu includes commands that let you record, playback, load and/or save them. What is a macro? A macro is a series of keystrokes or actions that have been 'recorded' in the order performed. A macro allows you to 'record' a series of keystrokes or actions and then 'playback', or repeat, the recorded keystrokes and/or actions. A macro is typically used to perform a similar set of actions multiple times on each occurrence of a given text string. UltraEdit supports multiple macros and one macro may invoke another macro. Macros may be automatically loaded and executed when the editor starts up. See the Command Line Parameters for more information. For more information, select the Macro menu command name: Load Macros Loads a macro file. Load and Append to Existing. Loads and appends a macro file to any macros already resident. Save all Macros Saves all macros to a file. Quick Record Record a macro without show dialog for name etc. Set Auto Load Specify the macro to load at startup. Set Macro for File Load/Save Specify the macro to run when a file is loaded or saved. Edit Macro Edit a macro. Delete All Delete all resident macros. Delete Macro/Modify Hot Key Delete a macro or modify it's 'Hot Key'. Record a Macro Starts recording a macro. Stop Recording a Macro Stops recording a macro. Play again Playback last macro again. Playback any macro or play a Macro Multiple Times Playback any macro or playback a macro multiple times. Warn on Exit if Macro Not Saved Warn user macros are not saved when exiting.