Programming Languages: C
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@joe-editor.cvs.sourceforge.net:/cvsroot/joe-editor login
cvs -z3 -d:pserver:anonymous@joe-editor.cvs.sourceforge.net:/cvsroot/joe-editor co -P modulename
browse code,
statistics http://joe-editor.hg.sourceforge.net:8000/hgroot/joe-editor/joe-editor (read-only)
HI, has anyone a groovy syntax file? It not, If I build one, how can I share it to the community ? Who makes the download-fiel ?.
2012-04-12 00:32:36 PDT by gramberg53
Is it possible to compile joe/jmacs without any shell support. I need to install it somewhere where users can edit but never escape to the shell. Thanks, ./tundra.
2012-03-12 12:28:29 PDT by tundratim
Is there a JSF for Javascript? Looked through the 3.7 source and did not see one.
2012-02-25 16:04:39 PST by masham
Hi, I believe that this is due to autoindentation, try to set it off before pasting (ctrl+t; i)
2012-01-19 05:15:46 PST by marx_sk
Due to a limitation of the mouse protocol, columns beyond 223 (and, in case of joe, columns beyond 208 for whatever reason) can't be clicked. Luckily, there's an extension to overcome this limitation, initially implemented by rxvt-unicode, later added by iterm2, vte (gnome-terminal) and xterm; hopefully more to come. For technical details, see http://www.midnight-commander.org/ticket/2662.
2012-01-18 14:47:28 PST by egmont
Hi, I am mostly working on the console (bash window), using joe as a "programmer's editor" for C/C++ source code editing. But when editing a source file and pasting some sourcecode snippet from the clipboard, it though gets pasted, but very very badly indented/formatted. Just for this function (ie. pasting) I have to quit joe and use another editor (nano). Am I missing a switch...
2012-01-16 02:58:04 PST by mutluit
By the way, in this patch, I distinguish between "double_quoted" strings and "single_quoted" strings. Do you think that is desirable, or should they just be "string"s? Also in the patch, single-quoted strings are only ignored if the -single_quoted option is on, and similarly for double-quoted strings. If -highlighter_context is on, should ^G ignore all strings...
2011-12-18 23:22:41 PST by vectorshift
Cool! While I'm of the opinion that tabs don't belong in code, I unfortunately sometimes have to edit other people's code. :-) This has bitten me numerous times, so I hope this patch or something like it gets accepted.
2011-12-18 23:07:27 PST by vectorshift
This patch adds the ability to specify file types in ftyperc. It allows us to remove a ton of redundant code. To demonstrate, the entries for Python go from Python * +#!\+\[ ]\+\[a-z/]\+\[ ]python\> -autoindent -syntax python -highlighter_context -smarthome -smartbacks -purify -single_quoted -pound_comment *.py -autoindent -syntax python -highlighter_context...
2011-12-18 14:33:15 PST by vectorshift
If only we could leverage the existing state machine... :-) See patch 3459260.
2011-12-13 23:24:21 PST by vectorshift