Friday, 27 September 2013

how to create macro in epsilon?

Here steps for creating maco in epsilon.

-->open epsilon
-->start macro using this command CTRL+X   SHIFT+(
-->Record  steps
--->after completion of Recording
-->stop recording using this command CTRL+X SHIFT+)
-->YOUR CURRENT MACRO DONE
-->TO Run current macro use CTRL+F4

epsilon shortcut keys.

epsilon short cut keys.


    <Left> Ctrl-B  Move backward a character <Right> Ctrl-F  Move forward a character

    Ctrl-<Right> Alt-F   Move forward a word
    Ctrl-<Left> Alt-B   Move backward a word

    <Down> Ctrl-N  Move to next line
    <Up> Ctrl-P  Move to previous line

    Alt-<Left> Ctrl-A  Move to beginning of line
    Alt-<Right> Ctrl-E  Move to end of line

    Ctrl-<Up> Alt-A   Move back to beginning of sentence
    Ctrl-<Down> Alt-E   Move forward to end of sentence

    Ctrl-<Home> Alt-<   Go to beginning of file
    Ctrl-<End> Alt->   Go to end of file
    <Backspace> delete the character just before the cursor
    Ctrl-D or <Del> delete the next character after the cursor

    Alt-<Backspace> kill the word immediately before the cursor
    Alt-D kill the next word after the cursor

    Ctrl-K kill from the cursor position to end of line
    Alt-K kill to the end of the current sentence
    Ctrl-X Ctrl-F Find a file
    Ctrl-X Ctrl-S Save the file
    Ctrl-X Character eXtend.  Followed by one character.
    Alt-X Named command eXtend.  Followed by a long name.
    Ctrl-X Ctrl-F Find file.
    Ctrl-X Ctrl-S Save file.
    Ctrl-X Ctrl-Z Quit Epsilon.  This does NOT save your file.

why epsilon?

* epsilon is a  user friendly software, easy to learn.

*supported e-commands to simplify work.

* we can create custom Emacs.

Thursday, 26 September 2013

what is epsilon?

*epsilon is a programmer text-editor.

*Developed by Lugaru Software Ltd.

* This allows advanced EMACS.

*AND supporting operating system is Windows, Linux, Mac.