Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   Changes from Older Versions
      . . .
      EEL Programming Changes in Epsilon 11
         New EEL Primitives and Subroutines in Epsilon 11
         Changes to EEL Primitives and Subroutines in Epsilon 11
      New Features in Epsilon 10
         . . .
         Perl Support in Epsilon 10
         More Use of Syntax Coloring in Epsilon 10
         Easier Commenting of Code in Epsilon 10
         Source Code Navigation in Epsilon 10
         File Handling in Epsilon 10
         . . .
      Enhanced Features in Epsilon 10
         Dired Enhancements in Epsilon 10
         Searching & Navigation in Epsilon 10
         Grep and Multifile Searching in Epsilon 10
         . . .
         Other Changes in Epsilon 10
      . . .

Previous   Up    Next
More Use of Syntax Coloring in Epsilon 10  Changes from Older Versions   Source Code Navigation in Epsilon 10


Epsilon User's Manual and Reference > Changes from Older Versions > New Features in Epsilon 10 >

Easier Commenting of Code in Epsilon 10

Epsilon makes it easier to write and maintain the comments in your code. We extended the functionality of fill-paragraph to work with comments. So now you can type Alt-q to rearrange the line breaks in your comments to make them pretty. The command in C mode analyzes the comment to determine the comment style, and maintains it during comment filling, even if the number of lines changes.

If you provide a numeric prefix argument to Alt-q, say by typing Alt-2 Alt-q, it rejustifies using the current column as the right margin.

Similarly, auto-fill mode works within comments, and is enabled by default. See Commenting Commands for details.

These commenting features work with the C-like languages and Perl.



Previous   Up    Next
More Use of Syntax Coloring in Epsilon 10  Changes from Older Versions   Source Code Navigation in Epsilon 10


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.