Re: Help with eFTE
- Posted by jeremy (admin) Sep 04, 2009
- 1039 views
eFTE is written primarily for Unix systems, however has been ported to Windows. Gr would be the equivalent of the Win key.
As for the function navigation, the function list... C+I should show a list of functions in the current buffer. You can type any part and the selection should move to the first matching function.
As for C+( and C+)... That uses a ctags file. I wrote a ctags module for Euphoria, but it has not been added to the core ctags yet. If you are up for compiling, you can find the euphoria ctags file in our SVN repo: ctags-support.
I suppose until we get put into ctags core, we should make a binary available of ctags as many editors will make use of this file and allow navigation.
Jeremy