Menu

#2 Окно таблицы ASCII, не вводится символ

Fixed
nobody
None
Medium
Defect
2018-12-19
2013-10-05
Anonymous
No

При щелчке мыши или на Enter в окне таблицы ASCII символ должен вводиться в окно с программой, но оно не работает.

Discussion

  • Anonymous

    Anonymous - 2013-10-27

    Согласно документации user.pdf из ftp://ftp.freepascal.org/pub/fpc/docs-pdf:
    6.10.3 The ASCII table
    The tools menu also provides an ASCII table ("Tools|Ascii table"). The ASCII table can be used to look up ASCII codes as well as to insert characters into the window which was active when invoking the table.
    To reveal the ASCII code of a character in the table, move the cursor onto this character or click it with the mouse. The decimal and hex values of the character are shown at the bottom on the ASCII table window.
    To insert a character into an editor window either:
    1. using the mouse, double click it, or,
    2. using the keyboard, press ENTER while the cursor is on it.
    This is especially useful for pasting graphical characters in a constant string.
    The ASCII table remains active till another window is explicitly activated; thus multiple characters can be inserted at once.
    Но оно не работает.

     

    Last edit: AlexL 2015-09-27
  • Anonymous

    Anonymous - 2013-12-26

    Согласно этому багу в апстриме проблема решена, требуется проверить.

     

    Last edit: AlexL 2015-09-27
  • AlexL

    AlexL - 2018-12-19

    Решено

     
  • AlexL

    AlexL - 2018-12-19
    • status: Accepted --> Fixed
     

Log in to post a comment.