home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / tse2jr4.zip / HELPME.DOC < prev    next >
Text File  |  1997-02-21  |  17KB  |  400 lines

  1. Common Questions and Answers about The SemWare Editor Junior
  2.  
  3.  KEYBOARD
  4. ──────────────────────────────────────────────────────────────────────────────
  5.  
  6. QUESTION:   How can I get the shifted keypad keys to insert the appropriate
  7. numerals in my file?
  8.  
  9. ANSWER:     First, you need to run QCONFIG.EXE and make sure that the "CUA-
  10. Style Block Marking" option is turned OFF.  Then check your QCONFIG.DAT file
  11. to make sure that nothing is assigned to the #1 - #9 keys.  Burn-in your
  12. QCONFIG.DAT file, then when you press #1, the numeral '1' will be entered
  13. into your file.
  14.  
  15.  
  16. QUESTION:   I try to use the "*","-", and "+" key on my numeric keypad and it
  17. does not seem to work.
  18.  
  19. ANSWER:     By default, the Paste, Cut, and Copy commands are assigned to
  20. these keys. They are referred to as the "grey*", "grey-", and "grey+" keys. If
  21. you want to use these keys at "Face-value", then unassigned them in your
  22. keyboard definition file. See the printed manual for a listing of these keys.
  23.  
  24.  
  25. QUESTION:   I have a NorthGate keyboard that has an additional "*" key, but it
  26. does not seem to work.
  27.  
  28. ANSWER:     This extra "*" key is the same as the "grey*" key. Please see the
  29. previous Question and Answer.
  30.  
  31.  
  32. QUESTION:   I cannot get the F11 and F12 keys to work.
  33.  
  34. ANSWER:     The F11 and F12 keys are present on "Enhanced Keyboards", also
  35. known as the 101-key keyboards.
  36.  
  37. By default, enhanced keyboard testing is turned OFF. Run QConfig.exe,
  38. select Advanced options, and answer Yes to "Test for presence of enhanced
  39. keyboard (Y/N)? ". Be sure that you Save your changes when you quit
  40. QConfig.exe. As long as you have an "Enhanced Keyboard" and also a Rom Bios
  41. that recognizes the Enhanced keyboard, you will be able to use these
  42. additional keys. For a list of the "Enhanced Keyboard" keys, see the printed
  43. manual.
  44.  
  45.  
  46. QUESTION:   My TSR will not pop up over The SemWare Editor Junior.  Why?
  47.  
  48. ANSWER:     Some TSRs will not pop-up when Enhanced keyboard calls are being
  49. made. Run QConfig.exe, select Advanced options, and answer NO to "Test for
  50. presence of enhanced keyboard (Y/N)? ". Be sure that you Save your changes
  51. when you quit QConfig.exe. This should allow your TSR to pop-up. If you have
  52. Enhanced Keyboard testing turned OFF, you will not be able to access commands
  53. that you have assigned to the F11, F12, and other enhanced keys. For a list of
  54. the Enhanced keyboard keys, see the printed manual.
  55.  
  56.  
  57. QUESTION:   My Tab key does not seem to work right.  What is wrong?
  58.  
  59. ANSWER:     It is possible that you have ToggleSmartTabs ON. Make sure that
  60. ToggleSmartTabs is OFF.  Please see the printed manual for a description of
  61. the ToggleSmartTabs command.
  62.  
  63.  
  64.  TEXT ENTRY AND MANIPULATION:
  65. ──────────────────────────────────────────────────────────────────────────────
  66.  
  67.  
  68. QUESTION:   How can I enter ANY ASCII character in The SemWare Editor
  69. Junior?
  70.  
  71. ANSWER:     Any ASCII character having a decimal value of 0-255 can be entered
  72. into a text file while in the editor using one of the following methods:
  73.  
  74.                                 ASCII 0-255:
  75.  
  76. You can use the ASCII chart provided in the editor.  Select Other / Ascii
  77. Chart from the pull-down menus.  Highlight the character you wish to insert,
  78. and press <Enter>.
  79.  
  80.                                 ASCII 1-255:
  81.  
  82. Press and hold the <ALT> key. Now, using the numeric keypad (this is the
  83. keypad that is usually located on the right hand side of the keyboard), type
  84. the decimal value of the Ascii character that you want. Now release the <ALT>
  85. key and you should have the character placed in your text. (If you have a
  86. problem entering an ASCII 240, see the discussion in this section.)
  87.  
  88.                                   ASCII 0:
  89.  
  90. To enter the NULL character (Ascii 0) into your text, first use the
  91. literal command (our default <CTRL P> ) and then press <CTRL @>. You will get
  92. the NULL character placed in your text (it will look like a space).
  93.  
  94. For more information on the Alt numeric keypad or the Literal command see
  95. the printed manual.
  96.  
  97.  
  98. QUESTION:   How can I change a lower case character to an Upper case one or
  99. vice-versa?
  100.  
  101. ANSWER:     The editor has 3 case-changing commands. They are Upper, Lower,
  102. and Flip. These commands can be used to force uppercase, lowercase, or
  103. togglecase at the cursor position OR on all characters in a marked block (if
  104. the cursor is within the marked block).
  105.  
  106.  
  107. QUESTION:   How can I enter page breaks into my text?
  108.  
  109. ANSWER:     You can enter a Form-feed character into your text by using the
  110. Literal command (our default <CTRL P> ) followed by <CTRL L>. You can also use
  111. the Alt-numeric keypad method (described previously). Hold the <ALT> key and
  112. type 12 on the numeric keypad, then release the <ALT> key.  You can also use
  113. the AsciiChart and select the Form-feed character (ASCII 12).
  114.  
  115.  
  116. QUESTION:   I am writing batch files and the editor puts a carriage return/
  117. linefeed on the last line of a file. How can I keep from getting the double
  118. DOS prompt when my batch file is done?
  119.  
  120. ANSWER:     The editor writes a carriage return/linefeed pair at the end of
  121. each line whenever a file is saved.  If you do not want the carriage
  122. return/linefeed on the last line of a batch file to be "SEEN" by DOS, then
  123. enter a Ctrl Z as the last character on the last line.  DOS will stop
  124. processing the batch file when the ctrl Z is reached so you will not get the
  125. double prompt.
  126.  
  127.  
  128. QUESTION:   How do I enter a NULL character into my text?
  129.  
  130. ANSWER:     Use the Literal command (our default <CTRL P>) immediately
  131. followed by <CTRL @>. This will place a NULL (ASCII 0) character in your text.
  132. Please see the discussion of the Literal command in this section.
  133.  
  134.  
  135. QUESTION:   How can I draw boxes in The SemWare Editor Junior?
  136.  
  137. ANSWER:     Use the ToggleBoxDraw command (our default <SHIFT F1>). When box
  138. drawing mode is ON, a "B" will be present in the StatusLine. You can now use
  139. the cursor keys to draw boxes in your text. To turn box drawing OFF, issue
  140. the ToggleBoxDraw command again. The "B" will be gone from the StatusLine.
  141. You can also select several Box Styles, plus an eraser mode, by using the
  142. ToggleBoxType command (our default <ALT F1>).
  143.  
  144.  
  145. QUESTION:   I try to enter an ASCII 240 using the Alt numeric keypad and my
  146. system seems to hang. What can I do?
  147.  
  148. ANSWER:     There is a "Known" problem with some versions of the Phoenix Bios
  149. that occurs when an ASCII 240 is being generated from the numeric keypad and
  150. "Enhanced Keyboard" calls are being made.
  151.  
  152. Internally, the bios code enters an infinite loop. To break out of this loop,
  153. Press <CTRL BREAK> and you will again have control of your keyboard. *NOTE:
  154. <CTRL C> will NOT get you out of the loop, you must use <CTRL BREAK>. If you
  155. have enhanced keyboard testing turned OFF, you will not have this problem.
  156.  
  157. As a side note, DOS 4.0 and above also make enhanced keyboard calls and the
  158. above discussion applies there as well.
  159.  
  160.  
  161. QUESTION:   How can I change all the Tab characters in a file to spaces?
  162.  
  163. ANSWER:     Use the TabsToSpaces command (<Esc><O><X>)
  164.  
  165.  
  166.  
  167.  FINDING TEXT
  168. ──────────────────────────────────────────────────────────────────────────────
  169.  
  170. QUESTION:   How do I search for text at the beginning or the end of the
  171. line?
  172.  
  173. ANSWER:     The editor has two new Find options.  They are ^ and $.  The ^
  174. Find option will only find the text if it is at the beginning of the line.
  175. The $ Find option will find the text if it is at the end of the line.
  176.  
  177.  
  178. QUESTION:   How can I limit a "FIND" or "SEARCH and REPLACE" operation to a
  179. specified area?
  180.  
  181. ANSWER:     The "L" option was added as a way for the user to limit a search
  182. operation to within a marked block area. When prompted for options, just
  183. include "L" with the other options.
  184.  
  185.  
  186. QUESTION:   How can I do a Find and place the found item on the center of the
  187. screen.
  188.  
  189. ANSWER:     Set the "Center Finds" option ON (<Esc><S><C>)
  190.  
  191.  
  192.  
  193.  CURSOR MOVEMENT
  194. ──────────────────────────────────────────────────────────────────────────────
  195.  
  196.  
  197. QUESTION:   When I use the cursor key to move to the right or left, the
  198. cursor stays on the same line when I come to the beginning or end of the
  199. line. How can I have the cursor move to the start of the next line when I
  200. reach the end of the current line OR move to the end of the previous line
  201. when I reach the beginning of the current line?
  202.  
  203. ANSWER:     Assign the following macro in your QConfig.dat file:
  204.  
  205. cursorleft  CursorLeft MacroQuitTrue    * if cursor left ok, then we're done
  206.             CursorUp MacroQuitFalse     * else try moving to previous line
  207.             EndLine                     * and go to end of it
  208.  
  209. cursorright IsEndLine JTrue down        * if already at/past end of line
  210.             CursorRight MacroQuit       * else cursor right and quit
  211.     down:   CursorDown MacroQuitFalse   * if not cursor down, quit
  212.             BegLine                     * else goto begin of line
  213.  
  214.  
  215. QUESTION:   When I am inserting text on a line, wordwrap does not seem to
  216. work.
  217.  
  218. ANSWER:     In order for wordwrap to operate, the cursor has to exceed the
  219. right margin that has been set. Once the right margin has been exceeded and
  220. you type a non-wordset character, the line will wrap.
  221.  
  222.  
  223.  PRINTER
  224. ──────────────────────────────────────────────────────────────────────────────
  225.  
  226.  
  227. QUESTION:   How can I enter Printer control codes in The SemWare Editor
  228. Junior?
  229.  
  230. ANSWER:     Please see the TEXT ENTRY AND MANIPULATION section. You will need
  231. to know the ASCII values of the control characters. These values will be
  232. mentioned in your printer manual.
  233.  
  234.  
  235. QUESTION:   I print a file that I have in the editor, but the Box drawing
  236. characters do not print on my printout.
  237.  
  238. ANSWER:     Check your printer manual and make sure that you have the printer
  239. set up to utilize the Character Graphics Set.
  240.  
  241.  
  242. QUESTION:   How can I have The SemWare Editor Junior print to LPT2 or
  243. Com1?
  244.  
  245. ANSWER:     Set the appropriate print device via the QCONFIG program, or set
  246. it interactively via the Print pull-down menu.
  247.  
  248.  
  249. QUESTION:   How can I get double spaced lines on my printout?
  250.  
  251. ANSWER:     You can use the "print left margin" setting to obtain double and
  252. triple spaced text in most cases. If you have your printer set up so that it
  253. prints 80 characters on a line, then set the "print left margin" to 80. This
  254. will cause the editor to send 80 spaces before printing each line, so
  255. effectively get double spaced lines. If you want triple spacing, then make
  256. the setting 160.
  257.  
  258.  
  259. QUESTION:   I have the editor sending formfeeds to the printer, but am
  260. getting parts of a page AND some blank pages on my printout.
  261.  
  262. ANSWER:     Make sure that your text does not have some long lines that are
  263. being wrapped by the printer. If your printer wraps at 80 characters on a
  264. line, make sure that your file does not have lines longer than 80 characters.
  265.  
  266.  
  267.  CONFIGURATION
  268. ──────────────────────────────────────────────────────────────────────────────
  269.  
  270.  
  271. QUESTION:   I make some changes to The SemWare Junior using QConfig.exe
  272. and they do not take effect.
  273.  
  274. ANSWER:     Make sure that you are using the copy of the editor that you
  275. just configured.  If you are not in the current directory where your newly
  276. configured copy of the editor is, then check your path to see if you are
  277. getting a different copy.  Be sure to look for batch files as well as EXEs
  278. and COMs that share the same primary name; that is, look for Q.exe, Q.com,
  279. Q.bat along your path.
  280.  
  281.  
  282.  THE SEMWARE EDITOR JUNIOR COMMANDS
  283. ──────────────────────────────────────────────────────────────────────────────
  284.  
  285.  
  286. QUESTION:   When I use the CenterLine command, my text is not centered on the
  287. screen.
  288.  
  289. ANSWER:     The centerline command uses column 1 and the right margin that you
  290. have set as the basis for centering text. If you want the text centered on the
  291. screen, assuming that your screen is 80 columns wide, you can set your right
  292. margin to 80 and then issue the centerline command. If you do not want to
  293. change your right margin, you can use column block marking to mark your left
  294. and right hand margins, then issue the centerline command.
  295.  
  296.  
  297. QUESTION:   How do I get the Sort command to work?
  298.  
  299. ANSWER:     In order to use the Sort command, you must be in a single,
  300. non-zoomed window. You must use the MarkColumn command to mark the range of
  301. lines to sort, and the width of the field to sort on as the key. If you use
  302. any other type of blocking, the sort command will not work.
  303.  
  304.  
  305.  THE SEMWARE EDITOR JUNIOR COMMAND-LINE OPTIONS
  306. ──────────────────────────────────────────────────────────────────────────────
  307.  
  308.  
  309. QUESTION:   How can I run a macro on start-up?
  310.  
  311. ANSWER:     The "-Emacroname" or "/Emacroname" command line switch, will
  312. execute the first macro in macroname. Be sure to specify a path to macroname
  313. if it is not in the current directory. E.G.  Q ABC -Ec:\path\mymacro.mac will
  314. load file ABC and execute the first macro in c:\path\mymacro.mac. Please note
  315. that this switch does not load macroname. If you also want to load macroname,
  316. then use the -L or /L option described in this section.
  317.  
  318.  
  319. QUESTION:   How can I pre-load a macro set?
  320.  
  321. ANSWER:     The "-Lmacroname" or "/Lmacroname" command line switch, will load
  322. macroname. Be sure to specify a path to macroname if it is not in the current
  323. directory. E.G.  Q ABC -Lc:\path\mymacro.mac will load file ABC and load the
  324. macrofile c:\path\mymacro.mac.
  325.  
  326.  
  327. QUESTION:   I used to be able to load a file and then go to a certain line
  328. number, but now it does not work.
  329.  
  330. ANSWER:     In versions of TSE Jr. prior to version 2.1, going to a specified
  331. line on startup was a configuration program option. This has been replaced
  332. with a command line switch of the format -nLINE or /nLINE; that is, to load
  333. file ABC and immediately go to line 35, type:  Q ABC -n35
  334.  
  335.  
  336. QUESTION:   How can I toggle the 28-line mode ON/OFF in the editor?
  337.  
  338. ANSWER:     In the editor, you can turn the 28-lines-per-screen mode on by
  339. using the SetVGA28 command.  To toggle 28-line mode ON/OFF, you need to use
  340. the ToggleVGA28 command.
  341.  
  342. You may wish to assign these commands to keys in your QCONFIG.DAT file
  343. to have them available all of the time:
  344.  
  345.     F10     ToggleVGA28
  346.     ^F10    SetVGA28
  347.  
  348.  
  349. QUESTION:   How can I have the editor come up in 28/43/50-line mode?
  350.  
  351. ANSWER:     Set the appropriate option via the QCONFIG program.  See the
  352. Colors/Screen section.
  353.  
  354.  
  355. QUESTION:   How do I use an editor command that is not tied to a key?
  356.  
  357. ANSWER:     If you would like to have the command available at all times, just
  358. assign the command to a key in your keyboard definition file. Once you have
  359. modified your keyboard file, be sure to run the QConfig.exe program. Select
  360. the Keys option, supply the name of your Keyboard file, then save your changes
  361. and quit the program.
  362.  
  363. You may use all the editor commands when creating macros.
  364.  
  365.  
  366. QUESTION:   I can have the editor change and use display lines other than 25
  367. lines, but I would also like to use the editor with more than 80 columns
  368. being shown on the screen. Is this possible?
  369.  
  370. ANSWER:     Although there is not a command in the editor that can be issued
  371. to change the video adapter to use a different number of columns on the
  372. screen (due to there not being a "standard call" that will work on all video
  373. adapters), there is a very good chance that the editor will be able to
  374. recognize and use wider display modes (see note below) if your video adapter
  375. includes a utility to allow setting different display modes.  You can either
  376. change the video display into the desired mode before starting the editor;
  377. or, if the editor is already active, you can shell out, change the mode, and
  378. return to the editor and begin using the new mode.
  379.  
  380. *Please note*
  381.  
  382. Video display adapters "work" in two different "modes".  One is "text mode",
  383. and the other is "graphic mode".  The editor will only recognize and use
  384. "text" mode (mode 3 or 7).  If the current "mode" for the video display is a
  385. "graphic mode" (a video mode other than 3 or 7), or if the editor "thinks"
  386. it is a "graphic mode", the editor will not be able to use it.  Consult your
  387. video adapter documentation for details on how you can make use of these
  388. additional modes.
  389.  
  390. 132-column "text mode" with varying number of lines (depending on the video
  391. adapter) are fairly common with many EGA and VGA adapters.  If you set this
  392. 132-column mode with your video adapter's utility, there is a very good
  393. chance that the editor will be able to use it.
  394.  
  395. UltraVision (by Personics Corporation) is a video display adapter utility
  396. that allows many different display widths (80, 94, 108, 120, and 132
  397. depending on the adapter) and heights (25, 36, 43, 50, 60, and 63 depending
  398. on the adapter) that works well with The SemWare Editor Junior.
  399.  
  400.