Menu

BUG: last word of a file not being recognized

Franco
2007-04-27
2012-11-13
  • Franco

    Franco - 2007-04-27

    I noticed that if the last word of a file is a keyword, it's never highlighted.
    You need to add a space or a CR in order to have it recognized.

    The end of a file is not recognized as a word separator.

    E.g. in a C file you type "void"... the word will not be highlighted until you either hit a SPACE or ENTER.

     
    • Nobody/Anonymous

      Yes, you are right. Is this possibly related to the move-to-next line bug when word wrap is on? Only when the current word is ended by adding a non-word character, will the line be moved up to show as last line on the screen.