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
         . . .
         Easier Commenting of Code in Epsilon 10
         Source Code Navigation in Epsilon 10
         File Handling in Epsilon 10
         Running Programs in Epsilon 10
         Features in Epsilon 10 for Unix
         . . .
      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
Source Code Navigation in Epsilon 10  Changes from Older Versions   Running Programs in Epsilon 10


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

File Handling in Epsilon 10

  • Ctrl-x Ctrl-l follows a link to a different file named on the current line. It works with plain text files, and also understands #include in C-like buffers, <a href=> in HTML-like buffers, and corresponding syntax rules in other languages. See the find-linked-file command.

  • The new locate-file command looks for a file by name, searching all local drives. For Unix, this command looks through particular parts of the directory hierarchy; see the locate-path-unix variable.

  • The rename-buffer command lets you rename the current buffer. Use this to rename the process buffer under Unix, so that Ctrl-x Ctrl-m will start an additional process

  • The suspend-epsilon command under Unix returns control to the shell that launched Epsilon. Use the shell's fg or bg command to resume Epsilon. When Epsilon runs with X, though, this command instead minimizes Epsilon's application window.

  • The new find-read-only-file command reads a file but won't permit changing its buffer.

  • The new change-file-read-only command lets you toggle whether or not a file is read-only.



Previous   Up    Next
Source Code Navigation in Epsilon 10  Changes from Older Versions   Running Programs in Epsilon 10


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