Anzeigen der neuesten Beiträge
0 Mitglieder und 2 Gäste betrachten dieses Thema.
Version 7.63Sept 23, 2011Control charactersControl characters are now drawn using a filled square. You can identify the character by moving the text cursor to its position and read the character information displayed in the status bar.Character information in status barInformation about the current character is now displayed in the status bar. It should display the current character itself and the numeric value in both decimal and hexadecimal.Open/Close all foldsMade the functions faster. The fold state is also updated faster when opening a file.Message view fontYou can now set the font to be used in the message view. The option is available in the (right mouse click) context menu.Find next/previous occurrence of current wordThe search can now continue beyond end of file. A dialog will prompt the user for confirmation.Block selectionSelect a rectangular block of text while holding down the Shift+Alt keys. You can select the text using the mouse or arrow keys.Script functionsAdded 6 new functions to the "Document" object.Three of them are clipboard functions:CutToClipboard()/CopyToClipboard()/PasteFromClipboard().Also added:SetSelection()SetColumnMode()IsColumnModeActive()Syntax filesChanged some options to be used in syntax files."OnlyLineCommentIfFirstCharA, OnlyLineCommentIfFirstCharB" kan now have 3 values. 0, 1 and 2. 0 = Not used. 1 = First non-white space character on the line. 2 = First character on the line.KeywordsKeywords can now be identified with regular expressions. You can only define 1 regular expression to each keyword group.Code foldingThe identifier "Fold_Begin" can now have an option @ to indicate that the fold begin character has to be the last character on the line.E.g. Fold_Begin=@{ tells the editor that a fold start at the { character if it is the last character on the line. Otherwise it is ignored. NOTE that it only works with a character and not with a string.FTPUpdated the FTP components to the latest version.FixedFixed a ton of reported issues. Most can be reviewed in the forum.