Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   Changes from Older Versions
      . . .
      New Features in Epsilon 10
         Documentation Enhancements in Epsilon 10
         More Platforms in Epsilon 10
         Perl Support in Epsilon 10
         . . .
         New CUA Keyboard Support 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
         Regular Expression Enhancements in Epsilon 10
         . . .
      New EEL Primitives and Subroutines in Epsilon 10
         New File Primitives in Epsilon 10
         New Buffer Primitives in Epsilon 10
         New Process Primitives in Epsilon 10
         . . .
         Other New Primitives in Epsilon 10
      . . .

Previous   Up    Next
Dired Enhancements in Epsilon 10  Changes from Older Versions   Grep and Multifile Searching in Epsilon 10


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

Searching & Navigation in Epsilon 10

  • Searches now wrap. A failing search wraps around to the other end of the buffer, and displays Wrapping in the echo area. If you continue to search and find matches you have already seen, Epsilon displays Overwrapping. The variable search-wraps controls this feature.

  • Searching commands no longer have a 255 character limit on the search string.

  • Search strings saved in Epsilon's history list may now contain newlines.

  • We changed the way Epsilon indicates your position in the buffer. Usually it displays a percentage in the echo area, like it did before. But if the top of the buffer is visible in the window, Epsilon displays Top in place of the percentage. Similarly, if the bottom of the buffer is visible, Epsilon displays Bot. If the entire buffer is visible, Epsilon displays All. But if point is at the very end of the buffer, Epsilon displays End instead of Bot or All.

    To get the previous behavior, modify the mode-format variable and replace %p with %P.

  • The keys Alt-<PageUp> and Alt-<PageDown> now page horizontally, instead of resizing the window horizontally.

  • The new command jump-to-column on Alt-g goes to a specified column.

  • The goto-line command accepts a buffer percentage like 30%, or a line number like before. You may add a :column number after either, as in 10:20 to go to line 10, column 20.

  • Ctrl-Tab now moves among windows like Ctrl-x n. Shift-Ctrl-Tab moves like Ctrl-x p.



Previous   Up    Next
Dired Enhancements in Epsilon 10  Changes from Older Versions   Grep and Multifile Searching in Epsilon 10


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