⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 具有IDE功能的编辑器
💻
📖 第 1 页 / 共 5 页
字号:
Sat Oct 27 19:00:42 2001 Paul Sheer <psheer /AT/ icon.co.za>	* editdraw.c: status line now files as much of the bottom	of the window as possible to see more of the file name.Fri Oct 26 17:01:38 2001 Peter Danziger <danziger /AT/ acs.ryerson.ca>	* debug.c:	> 	> Hi, There appears to be a bug with cooledit and gdb 5.0. When you run the	> 	> debugger cooledit seg faults. The good news is that I have written a fix.	> 	> The reason for this bug is that gdb 5.0 doesn't issue the string "Pid" on	> 	> info program, instead it says "process". Thus the fix is very simple, 	[...]Sat Feb 17 10:46:15 2001 Paul Sheer <psheer /AT/ icon.co.za>	* wordproc.c: push (and pop) editor font for this action.	(since we should be calculating line lengths based on editor	font widths).Mon Feb 12 10:51:47 2001 Konstantin Zamyatin <zk /AT/ GeoNix.net>	* xim.c: (wish people would tell me about these things - paul)		If I have right configured XKB then cooledit won't input cyrillic letters.		just now I found some patch that solves this problem (on linux.iplab.ru)		why not to include it in official version? would be coolSun Feb 11 21:19:59 2001 David Chan <dpc29 /AT/ sheetmusic.org.uk>	* perl.syntax, xml.syntax:		Hi,		Here's a version of perl.syntax with a few changes.  All the changes are		at the end, after the default context has finished.				- Plain Old Documentation (=pod ... =cut) didn't work before - fixed.		- As well as <<EOF, you can have <<'EOF' and <<`EOF`, working like single		quotes and backticks respectively.		- Variables inside double quotes show up brightly.  This doesn't work for		all structures like $a->{$b + $c}, but it fails gracefully and never		gobbles the close-quote.				Many thanks,		David		-- 		Lbh unir gbb zhpu serr gvzr.		Hi,				I managed to be stupid enough to forget to attach the perl.syntax		file.  <hits head on wall>.  Here it is.  Also attached is an xml syntax		highlighting file.  It should be included in the Syntax file like this:				file ..\*\\.(xml|XML)$ XML\sFile <?xml		include xml.syntax				*However*, make sure it's below any types which are forms of XML.  For		instance, you want it below HTML, because otherwise XHTML will be		highlighted as XML and not HTML.				Finally, "chunky.xml" makes Cooledit look cool cos it can handle syntax		highlighting and unicode at the same time.  You probably don't want this		file but I thought it looked great!				Thanks a lot,		David		-- 		Lbh unir gbb zhpu serr gvzr.Tue Jan 30 01:29:15 2001 Paul Sheer <psheer /AT/ icon.co.za>	* debug.c: fixed incorrect parsing of process id.	* dialog.c: fixed bad name for dialog causing	crash when hitting Ctrl-A inside an input widget.	* inputwidget.c: fixed bad size calculations	caused infinite loop on very small input widgets.	* rxvtlib_command.c: fixed tty line problem that was	causing a crash when starting debugging on some systems.	Fixed memory leak.Sat Jan 27 01:16:24 2001 Paul Sheer <psheer /AT/ icon.co.za>	* cooledit.c: removed Obsidian promotional message in hints.Fri Jan 26 22:26:30 2001 Paul Sheer <psheer /AT/ icon.co.za>	* edit.c, initapp.c: nfs reads short - causes files to	read corrupted from network mounted filesystems. fixed.	child exit list fills after time. fixed.	* print.c: problem with print jobs getting lost fixed.Mon Sep  4 17:41:53 2000 Norbert Nemec <nobbi /AT/ cheerful.com>	* coolnext.c: take out if (!n) return; from run_watches.	This prevents cooledit using 100% CPU if ConnectionNumber	is in fact zero!Mon Sep  4 12:38:13 2000 Paul Sheer <psheer /AT/ icon.co.za>	* editdraw.c: abnormal chars showed in different colour	previously a black background on black. Now checks	to ensure background are different.Tue Aug 29 14:53:53 2000 Paul Sheer <psheer /AT/ icon.co.za>	* initapp.c, cooledit.c, options.c: added colour-space	transform options. --chromin-invert etc.Wed Aug 16 18:32:35 2000 Paul Sheer <psheer /AT/ icon.co.za>	* shell.c, editwidget.c: status input of shell commands	to pipe through editor. Invoke with Escape.	* initapp.c: generic child handling facility created	to replace old signal() and waitpid() interface.	* coolnext.c: disabled tool hints while the menu is	grabbed - they seem to be interfering with behaviour	and i'm too lazy to figure out why.Mon Aug 14 16:21:46 2000 Paul Sheer <psheer /AT/ icon.co.za>	* debug.c: verified support for gdb 5.0	* coolnext.c: problem with watches fixed. Should make	gdb interface more stable as well.	* dialog.c: some dialog response errors introduced by	the look stuff fixed.Sun Aug 13 17:57:56 2000 Paul Sheer <psheer /AT/ icon.co.za>	* wordproc.c: new format only within selected region if	a region is selected.	* debug.c: gdb zombie processes hanging around - fixed.Sat Aug 12 19:31:22 2000 Paul Sheer <psheer /AT/ icon.co.za>	* menu.c: fixed silly menu grab bug.Sat Aug 12 18:44:16 2000 Paul Sheer <psheer /AT/ icon.co.za>	* look-gtk.c: bevels on input widgets fixed.	* look-gtk.c: dark on button pressed fixed.	* menu.c, coolnext.c: major hack to get menu	behaviour right has been removed. Menu	dropping/grabbing now correct.Thu Aug 10 22:40:39 2000 Paul Sheer <psheer /AT/ icon.co.za>	* coolnext.c: eh_button(): display bugs fixed.	* menu.c: util menu staying up fixed.Thu Aug 10 19:54:35 2000 Paul Sheer <psheer /AT/ icon.co.za>	* editcmd.c: paragraph indent mode bug fixed.Thu Aug 10 18:40:44 2000 Paul Sheer <psheer /AT/ icon.co.za>	* look-cool.c, look-gtk.c, look-next.c: different	looks separated into these three files.	* initapp.c: Defaults to GTK look.	* cooledit.c: --look option added.	*.[ch]: myriad changes to separate looks out of code.Thu Aug 10 18:40:44 2000 Paul Sheer <psheer /AT/ icon.co.za>	* cooleditmenus.c: C-i incorrect for unicode: actually	M-i fixed.	* filebrowser.c: now remembers its height also.Tue Aug  8 19:18:50 2000 Paul Sheer <psheer /AT/ icon.co.za>	* rxvtlib_screen.c, editwidget.c, xdnd.c: INCR	support (for pastes from Gtk and Tk).Mon Jul 24 18:33:37 2000 Paul Sheer <psheer /AT/ icon.co.za>	* edit.c, editcmd.c: left and right shifting of block	of text with Shift-F6/F16.	* filebrowser.c: file dialog now remembers its size.Sun Jul 23 00:01:50 2000 Paul Sheer <psheer /AT/ icon.co.za>	* cooledit.c: back to enabling key release events.	This should fix some focus changing problems.	* configure.in: reorder -lm for linking.Sun Jun 25 12:03:58 2000 Paul Sheer <psheer /AT/ icon.co.za>	* rxvt.c: internal rxvt started with the +sk	option - does it work?	* syntax.c: new syntax definitions:	    BAssPasC Program	    Macro-HTML Source	    Java Assembly	from the ESP Team's Advanced Midnight Commander:	http://esp-team.scene.hu/	* aafont.c: fixed cooledit failing on non-truecolour	displays.Tue Jun 13 15:33:19 2000 Paul Sheer <psheer /AT/ icon.co.za>	* *.[ch]: include X11/Intrinsic.h everywhere to	check if (XtSpecificationRelease >= 6) then	USE_XIM, else don't.Sun Jun 11 16:11:08 2000 Paul Sheer <psheer /AT/ icon.co.za>	* initapp.c, option.c: can now set colour rgb values	in .cooledit.ini file.	* cooledit.c: --edit-bg convenience option.Thu Jun  8 00:28:36 2000 Paul Sheer <psheer /AT/ icon.co.za>	* widechar.c: check for HAVE_WCHAR_H before	using mbrtowc or others.Thu Jun  8 00:10:05 2000 Paul Sheer <psheer /AT/ icon.co.za>	* coolnext.c: XIM still not working - added	CGetIMFocus() to redirect to proper window.	This could forseeably be the end to XIM woes.	* coolnext.c: toolhints still using XDrawString	- fixed for displaying aa fonts.Wed Jun  7 02:18:32 2000 Paul Sheer <psheer /AT/ icon.co.za>	* font.c, cooledit.c: changes format to fontname/3	for anti-aliased fonts; removed --anti-alias option.Wed Jun  7 01:18:31 2000 Paul Sheer <psheer /AT/ icon.co.za>	* edit.c: fixed reading from gzip and bzip2	pipes, which gives error - in short, avoid used	popen for reading ???.Tue Jun  6 16:11:55 2000 Paul Sheer <psheer /AT/ icon.co.za>	* font.c, xim.c: no less than three bugs were causing	xim (dead key composing) to fail.	    * no_repeat_call was failing causing XLookupString		to look up several times for one key press.	    * extraneous check of locale removed in xim.c	    * dummy font set loaded in case editor font is		not support - eg unicode fonts.	* debug.c: breakpoints not appearing without	refresh - fixed.Sun Jun  4 16:15:02 2000 Paul Sheer <psheer /AT/ icon.co.za>	* aafont.c: check that ClassOfVisual is in fact	TrueColor.	* cooledit.c, coolwidget.h: XSelectInput without key	releases. This allows x key composing to actually	work. Unfortunately, now the menu doesn't pull	up on key release. To get around this, we	dynamically change the X input whenever using	doing a CK_Cycle, then switch it back when the	cycle control key gets released *sigh*.Sun Jun  4 01:50:52 2000 Paul Sheer <psheer /AT/ icon.co.za>	* aafont.c, aafont.h, font.c: Anti-aliased font support	added. This is for editor font only.	* font.c: font_set = 0 for debugging left in code	by mistake. fixed.	* editdraw.c: bounds check on expose.Wed May 31 15:22:19 2000 Paul Sheer <psheer /AT/ icon.co.za>	* widechar.c: errors with utf8 off - fixed.	* edit.c: infinite loop in backspace.	* unicodedialog.c: double click response addedSun May 28 18:20:31 2000 Paul Sheer <psheer /AT/ icon.co.za>	* protfont.c, edit.c, widechar.c: Added unicode display	support.	* unicodedialog.c: added unicode selector to insert	Unicode characters.	* cooleditmenu.c: added menu for unicode dialog.	* propfont.c: fixed hyphen display in man page browser.	* propfont.c: crude right to left display of hebrew.	* cooledit.c: -utf8 and --no-fontset options added.Sun May 21 18:24:45 2000 Paul Sheer <psheer /AT/ icon.co.za>	* rxvt/*, rxvt/rxvtlib_main.c, etc.: applied	patches for rxvt-2.6.2.	* rxvtlib.h, rxvtlib_*.[ch]: NeXT look scrollbar	working.	* postscript.c: fixed ansi violiations.	* postscript.c: fixed tab->space expansion.	* edit.h, coolnext.c, etc.: fixed ansi violations.Mon Apr 24 11:44:17 2000 Paul Sheer <psheer /AT/ icon.co.za>	* coolicon.c: fixed bug where hourglass doesn't disappear.	fixed edit script display bug. fixed menu disappearing	bug.Sat Apr 22 12:46:05 2000 Paul Sheer <psheer /AT/ icon.co.za>	* perl.syntax: perl syntax highlighting for regular	expressions: actually just `keyword whole	s/*/*/\[egimosx\]' (and others) -- causes perl syntax	highlighting to screw up a lot less often.	* edit.c: replace selected text on type, backspace and	delete.	* options.c: don't remember display name.	* latex.syntax: $$, \\begin{lstlisting} contexts added.	%% is not a keyword - fixed. All the bracketing stuff	is removed. The LaTeX file is now SIMPLE and much cleaner.	* *.c, stringtools.c: va_arg (ap, char/short) not allowed	in ansi - fixed.	* configure.in: -lsocket for solaris (untested).	* mudela.syntax: added syntax highlighting for GNU	Lilypond musical definition language.	* menu.c, coolnext.c: odd behaviour with menu. menus	used to pull up if the focus changed to another app to	avoid having a menu hanging around on your screen.	Of course some wm's (sawmill) have the absurd	behaviour of focusing on whatever is underneath the	pointer. See `if ((pulled_menu = get_pulled_menu ()))'	in coolnext.c for the fix.	* edit_key_translator.c: probable fix for some keys	reported not printing -- seems that isprint() is not	the definitive function - now we use `if (isprint (x_key)	|| (x_key >= 0x020 && x_key <= 0x0ff))'Sat Apr 22 12:46:05 2000 Matej Knopp <matej /AT/ europe.com>	* coolnext.c, edit_key_translator.c, international.c:        iso8859-2 supportSun Mar 26 16:46:47 2000 Paul Sheer <psheer /AT/ icon.co.za>	* xdnd.c, xdnd.h: I finally got around to supporting	XDND version 3. Now of course this means that there would have	to be a version 4 on the web page (oh, well, at least its	backward compatable).	* cooledit.c: added Obsidian promotional message in hints.Fri Mar 10 13:22:09 2000 Paul Sheer <psheer /AT/ icon.co.za>	* cooledit.c: de_DE language setting accidentally left	in. Corrected.Sat Mar  4 18:25:20 2000 Paul Sheer <psheer /AT/ icon.co.za>	* configure: changed so that --with-included-gettext	is default.	* cooledit.spec: removed Distribution:... and Contrib|Net from	spec file, since these don't exist any more.Sat Mar  4 16:04:14 2000 Paul Sheer <psheer /AT/ icon.co.za>	* rxvtlib.h, rxvtlib_*.[ch]: replace all	(u_)?int(16|32)_t with int, unsigned int, short or unsigned	short, as appropriate. This should fix the solaris build	problem reported by Ross Campbell <rcampbel /AT/ us.oracle.com>.Sun Feb 27 13:08:45 2000 Paul Sheer <psheer /AT/ icon.co.za>	* edit.c, rxvt.c, rxvt_command.c, rxvt_screen.c,	editwidget.c, edit.h, rxvtlib.h: selection pasting	between rxvt's and cooledit fixed.Fri Feb 25 16:36:20 2000 sasha <sashav /AT/ sprintmail.com>	* filebrowser_next.c: fixed bug producing funny	file names.Mon Feb 14 18:56:40 2000 Paul Sheer <psheer /AT/ icon.co.za>        * rxvt.c: fixed bug not being able to paste from        other apps. (seems rxvt.c was capturing root window        events.)Sun Feb 13 12:59:15 2000 Paul Sheer <psheer /AT/ icon.co.za>	* textwidget.c: default colours changed to something	palatable.Sat Feb 12 20:52:25 2000 Paul Sheer <psheer /AT/ icon.co.za>	* editwidget.c: fixed window maximising.Sat Feb 12 19:52:56 2000 Paul Sheer <psheer /AT/ icon.co.za>	* editdraw.c: implemented smooth scrolling.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -