efte
efte copied to clipboard
eFTE is a fork of FTE -- Folding Text Editor
I used FTE for many years as a C programmer on OS/2, DOS and Linux. I'm using a mac, working on my business website and I've been searching for a...
The file find object (s_direct) returns 'int' which is only 32 bit. The HANDLE received from FindFirst etc is a void* which is 64 bit on a 64 bit system......
In the following manpage, it references a no longer used file by efte `~/.efterc`, I actually ended up using good old **strace** to determine where efte was looking for files...
Mandriva is a distribution we need to be in. Reported by: *anonymous Original Ticket: "efte/feature-requests/36":https://sourceforge.net/p/efte/feature-requests/36
I would like to suggest doing a wxWidgets port of efte/xfte. This way much of the effort put into developing for individual platforms could be put into a single code...
When building efte with clang, I get `s_string.cpp:74:5: error: 'strcasecmp' is missing exception specification 'throw()'` The full log of the same error can be found here: http://clang.debian.net/logs/2016-08-30/efte_1.1-2_unstable_clang.log
Currently a console version exists. It is totally dependent upon command.com/cmd.exe. It cannot be resized dynamically and to change it's appearance you must change the default properties just as it...
I suggest to add at least one namespace to the source files. Examples: http://efte.svn.sourceforge.net/viewvc/efte/trunk/src/i_search.h?revision=1062&view=markup http://efte.svn.sourceforge.net/viewvc/efte/trunk/src/s_direct.h?revision=1062&view=markup Would you like to reduce the probability for name clashes? http://www.eng.cam.ac.uk/help/tpl/languages/C++/Thinking_in_C++/tic0110.html http://en.wikipedia.org/wiki/Namespace_(computer_science)#Use_in_common_languages Reported by: elfring...
It would be nice to have a native OS/X GUI interface. Reported by: jcowgar Original Ticket: "efte/feature-requests/14":https://sourceforge.net/p/efte/feature-requests/14
Is it possible to suspend an nefte process in a linux console? Like using Ctrl+Z in a typical linux console program? I found myself needing this feature all the time....