Cooledit is a text editor for the X Window System. It contains a built-in Python interpreter for macro programming, and it includes a rich set of utilities and features. It has multiple edit windows and a beautiful, intuitive user interface that requires no tutoring to learn to use. It can be used as a programmer's IDE and has syntax highlighting for a large number of programming languages. It contains an interactive graphical debugger for C/C++ programs.
| Tags | Text Editors Integrated Development Environments (IDE) Documentation |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: Compilation fixes for various operating systems. Several Unix portability issues have been fixed. Spurious segfaults have been fixed.


Changes: This is a bugfix release.


Changes: Several bugs have been fixed. The syntax highlighting files were updated.


No changes have been submitted for this release.


Changes: Misc. bugfixes.
A language that adds classes, methods, and other object oriented features to C.
- All comments
Recent commentsRe: great app
>
> The ./configure script runs ok.
> But make ultimately returns:
>
>
> coolnext.c:50: error: static declaration
> of 'run_callbacks' follows non-static
> declaration
> Is anybody aware of a solution or an
> idea to try out.
>
Minor edit needed in coollocal.h. Need to add "static " to run_callbacks declaration.
[cooledit-3.17.17]$ vi +52 ./widget/coollocal.h
int eh_picture ...
void drawstring_xy ...
void drawstring_xy_hotkey ...
int run_callbacks...
void process_external_focus...
void focus_window...
void link_scrollbar_to_textbox ...
int eh_picture ...
void drawstring_xy ...
void drawstring_xy_hotkey ...
static int run_callbacks...
void process_external_focus...
void focus_window...
void link_scrollbar_to_textbox ...
Re: great app
> cooledit is a great text editor it
> works like a dream and you dont need any
> other apps to get this one to work. It
> is in rpm format for easy install and
> uninstall. Its on the top of my list of
> text editors.
> Thomas W
Cooledit may well be a great text editor, but it doesnt
always install:
The ./configure script runs ok.
But make ultimately returns:
make[2]: Entering directory `/home/kevin/cooledit-3.17.15/widget'
/bin/sh ../libtool --mode=compile --tag=CC gcc -DLOCALEDIR=\"\" -DLIBDIR=\"/usr/local/share/cooledit\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../intl -g -O2 -c -o coolnext.lo coolnext.c
gcc -DLOCALEDIR=\"\" -DLIBDIR=\"/usr/local/share/cooledit\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../intl -g -O2 -c coolnext.c -fPIC -DPIC -o .libs/coolnext.o
coolnext.c:50: error: static declaration of 'run_callbacks' follows non-static declaration
coollocal.h:52: error: previous declaration of 'run_callbacks' was here
make[2]: *** [coolnext.lo] Error 1
make[2]: Leaving directory `/home/kevin/cooledit-3.17.15/widget'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin/cooledit-3.17.15'
make: *** [all] Error 2
[kevin@localhost cooledit-3.17.15]$
Is anybody aware of a solution or an idea to try out.
Thanks,
Kevin Wright.
Re: 0install-quick fails under RH9 with jul 26 2004 version, 3-17-8.
> I had the same error, and I think it's
> because Makefile appears twice on line
> 419.
Yes, that was it for me. Thank you very much.
Cooledit
It's cool, just lack an Column cut & paste like Ultraedit.
Cooledit
It's cool, just lack an Column cut & paste like Ultaedit.