📄 changelog
字号:
Thu Jul 20 15:23:23 EDT 2006 Fix $# in shell highlighter. Fix .in files in ftypeTue Jul 18 14:20:39 EDT 2006 Tags file patch: allows you to put a path in TAGS environment variable.Thu Jul 13 09:53:31 EDT 2006 Fix possible querysave bug. Fix query window bug: cursor was not left in original windows for new multi-line query window thing. Fix bug where we could not find ^@ Accept ,start,size notation only if it is correct.Mon Jul 10 13:38:04 EDT 2006 Fix bug from undo_keep: undo_keep has to be a multiple of 2 for redo to work properly.Wed Jun 21 09:16:49 EDT 2006 New undo_keep option.Thu Jun 15 14:17:03 EDT 2006 Add built-in joerc file.Sat Jun 10 10:06:41 EST 2006 Fix menu bug: coredump on left arrow.Tue Jun 6 22:58:41 EDT 2006 allow |comments| in gettext strings. dnelson's patches for large files, tty.c include file problems and $(srcdir).Sat Jun 3 09:48:41 EDT 2006 new syntax files: m4 joerc use hash table in rc file parser. use hash table in syntax parser. add auto-expanding hash table. i18n of other single-key prompts. add joe_gettext to yncheck. fix bug coredump when doing multi-file search and replaceFri Jun 2 10:49:21 EDT 2006 internationalized y/n handling. new spell check macro which uses 'language' fix sh highlight bug: do not try to highlight $( )Wed May 31 22:37:56 EDT 2006 query windows can now be multi-line. Also they should handle wide characters properly. you can now type a macro right into the ESC X prompt. New * Startup Log * window catches .jsf file errors.JOE 3.4 --->Tue May 30 09:26:59 EDT 2006 Wordwrap improvements. Fix gettext() bug foudn by egmont. Change tag ^K ; to jump to beginning of file before doing a search. Cygwin fixes Missing @JOERC@ in joerc.inFri May 26 11:13:10 EDT 2006 Autoindent now happens for word-wrap. Fix ':include' so that it searches ~/.joe and JOERC Put file type table in a separate file. Limit no. yank records stored in .joe_state new '-transpose' flag transposes all menus. more columns for line numberWed May 24 11:01:53 EDT 2006 Rearrange directories. Check for localized joerc file, like joerc.ru. Only complain if lock already exists on a file. Give file changed under us notice only once. New -help_is_utf8 option- allows help text to be either UTF-8 or 8-bit. Restore cursor position works for ^K E Improve sh highlighter Rearrange again: now we use SUBDIRSTue May 23 17:28:48 EDT 2006 Switch to my own gettext() library.Mon May 22 23:35:21 EDT 2006 Fix shell highlighting bugs. Clean up ^T options display. Fix querysave bug (it was not always saving everything!) Add Russion .po file. Get gettext() to actually work. Add -restore option.2006-05-22 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add m4/ChangeLog.2006-05-22 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (SUBDIRS): New variable. (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath. * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in, m4/Makefile.Sun May 21 12:28:10 EST 2006 'e' option for search & replace. Add -guess_utf8 and -guess_non_utf8 options. Add gettext() support.Sat May 20 17:03:48 EDT 2006 Improve compile window Jump to previous file cursor position. 'a' option for search & replace.Fri May 19 13:29:11 EDT 2006 Add REX. Fix highlighter subroutine bugs. Update php, html, css and爅ava highlighters to take advantage of subroutines. Add LUA Heredoc support for PHP Add Ruby Eliminate ^# from *rc files. This is only used in Amiga, and it screws up i18n. Assume256 color now uses normal entry for colors less than t->Co.Tue May 16 01:31:16 EDT 2006 Get rid of last type punning warning. Add subroutines to syntax highlighter. Fix .tcl highlighting glitch.Sun May 14 12:20:40 EDT 2006 cleanup header files. gcc-4.1.0 -Wall run: fixed all but two warnings. Precompiled headers now work. Try: "gcc -O2 -g types.h" before building. Saves 15 seconds out of a 95 second build. Change SCREEN to ScreenFri May 12 15:39:12 EDT 2006 fix lattr bugs.Thu May 11 10:27:47 EDT 2006 Add skill syntax file. Fix semi_comment bug. ^K E does not now ask to load original for scratch buffers. ESC SPACE now consults line number tracking database Fix diff highlighter bugsTue May 9 11:15:22 EDT 2006 Fix some compiler warnings.Mon May 8 15:35:20 EDT 2006 Convert to proper character set in %x Guess encoding.Fri May 5 10:24:33 EDT 2006 You can now define which characters can indent paragraphs in joerc file: look for '-cpara' in joerc file. Allow escape sequences in syntax highlight strings. Fix ^L so that it works the first time. Fix input redirection.Wed May 3 21:10:21 EDT 2006 Better handling of 'joe -'Wed May 3 16:59:06 EDT 2006 Improve speed of highlighting. Now it's comparable to JED's highlighter. (VIM and emacs are 10x slower). Also it should now correctly handle the case of two windows open on a file, each with a different syntax.Fri Apr 28 15:07:21 EDT 2006 Yeah! Xterm-212 now works properly with joe. The '-joexterm' option now works without having to do any patches. Note that xterm should be compiled with '--enable-paste64 and --enable-256-color'Tue Mar 7 23:28:47 EST 2006 Add joe_debug command. Fix pointer leak (caused paragraph reformat to be very slow).Sun Mar 5 12:46:27 EST 2006 Fix range of %p Allow setting of foreground and background colors. Fix search problems with ^ $ Backward search now moves cursor beginning of insertion point. Still need to fix bugs with undo in search.Sat Mar 4 21:59:22 EST 2006 Highlight python docstrings the same as regular strings. Fix bug with -assume_256color: missing ; in escape sequence Fix .php variable highlighting File selection menu is now above prompt instead of below it. This needs to be an option. Added new "-menu_above" option. Fix pgup/pgdn to work with menu_above.Wed Mar 1 10:19:49 EST 2006 Match how Thomas Dickey implemented the xterm-paste patch. Xterm has a bug: if selection is not owned by xterm, the string is messed up.Tue Feb 28 18:50:32 EST 2006 Fix bug where 'complete' command core dumps. Fix bug where '.' alone with c highlighting enabled core dumps. Don't run editor if joerc file is bad. Improve lock messages.Mon Feb 27 01:34:37 EST 2006 Fix perl highlighter bug. $q not handled properly. Show properly escaped previous search stringThu Feb 23 13:41:20 EST 2006 Fix bugs with quoted entry. Now we ignore terminal's encoding onquoted entry.Sun Feb 19 22:34:20 EST 2006 Fix some bugs on itanium: call to joe_malloc was return a (int) andthen got converted to a pointer. Likewise with things in termcap.c whichneeded term.h and curses.h. Improved speed of highlighting.Tue Dec 27 16:56:44 EST 2005 Allow entry of replacement blank replacement strings when search prompting is enabled (basically eliminate automatic replace-string prompting). "bufed" now works like other file name commands (it prompts for a buffer name, and allows completion). H-scroll jumps left ~ 10 cols (this needs more work: it should be an option).Tue May 17 18:20:02 EDT 2005 Release JOE 3.3Tue May 3 13:33:21 EDT 2005 Add .cc file typeSun Apr 24 00:16:25 EDT 2005 Fix compiler warnings from gcc-4.0.0Fri Apr 22 00:47:55 EDT 2005 Fix ctrl-select bug when near buffer edges Don't use nl_langinfo(CODESET) in Cygwin. Add Ada syntax fileThu Apr 21 15:46:09 EDT 2005 Add some grep find support: ESC g execute grep ESC SP jump to "file line:" Add xterm-patch to make dist.Sun Apr 17 12:05:32 EDT 2005 Scripts for Cygwin. Version numbering scheme for Cygwin.Fri Apr 8 10:27:24 EDT 2005 Add awk syntax file Use c syntax file for yacc Use c syntax file for lex Add cobol syntax file Add sed syntax file Add postscript syntax fileThu Apr 7 18:25:07 EDT 2005 Add sql syntax fileWed Apr 6 12:39:15 EDT 2005 New xterm-patch: base64 encode the data to avoid security holeFri Apr 1 00:14:58 EST 2005 Improve jpico: add -search_prompting option. Fix ^X ^S bug (was using vsdup() on a non-dynamic string). Add autoscrolling (when mouse goes past window edge).Wed Mar 30 23:47:00 EST 2005 New xterm-patch fixes i18n problems with mouse.Tue Mar 29 19:19:42 EST 2005 Fix some cut & paste bugs. Wheel can scroll menus. Fix bugs with mouse in hex mode, prompt windows and when line numbers enabled. Prevent hex mode from prompt windows. Fix some i18n issues with mouse: xterm patch needs to be fixed.Mon Mar 28 02:17:37 EST 2005 Apply (and fix) background color patch Allow background color to be set on object-by-object basis.Sat Mar 26 09:56:23 EST 2005 Fix some window resize bugs Add support for 16 and 256 color xterms.Sat Mar 26 00:28:58 EST 2005 Reformat mouse.c Apply diff patch Apply vpath patch Apply electrum's mouse patch (send mouse off code during shell escape)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -