home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fed0217s.zip / docs / faq.txt < prev    next >
Text File  |  2001-11-09  |  1KB  |  34 lines

  1. /*
  2. ** Module   :FAQ.TXT
  3. ** Abstract :
  4. **
  5. ** Copyright (C) Sergey I. Yevtushenko
  6. **
  7. ** Log: Wed  08/08/2001 Created
  8. **      Fri  09/11/2001 Updated
  9. **
  10. */
  11.  
  12.     Frequently Asked Questions
  13.  
  14.  
  15. Q:How to change some settings only for files with particular extension?
  16. A:There is kbOpen pseudo key which is invoked for each opened file.
  17.   FED.INI provided in FED package contains sample of such a macro
  18.   which toggles state of the word wrap.
  19.  
  20. Q:Is FED supports autosave?
  21. A:FED has no built-in support for autosave. Necessary function can be
  22.   implemented using kbTimer pseudo key. This pseudo key is invoked every
  23.   second.
  24.  
  25. Q:I'd like to invoke compiler from FED and then navigate through sources
  26.   using information about errors and warnings produced by compiler.
  27.   Is that possible?
  28. A:FED.INI provided with package contains sample macro assigned to keys
  29.   kbAltF8-kbAltF10 for some popular compilers. These macro are built around
  30.   JumpLists feature of FED. Another interesting use of the JumpList
  31.   is the macro assigned to kbAltV, which helps to navigate through C/C++
  32.   sources.
  33.  
  34.