Cooledit

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

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  26 Jul 2004 13:42
  • Rrelease-after

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

  • Rrelease-mid
  •  02 Aug 2002 18:50
  • Rrelease-after

    Changes: This is a bugfix release.

    • Rrelease-mid
    •  28 Oct 2001 13:10
    • Rrelease-after

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

    • Rrelease-mid
    •  29 Apr 2001 05:39
    • Rrelease-after

    No changes have been submitted for this release.

    • Rrelease-mid
    •  30 Jan 2001 06:12
    • Rrelease-after

      Changes: Misc. bugfixes.

      Rss Recent comments

      Rcomment-before 18 Sep 2006 15:00 Rcomment-trans poet_imp Rcomment-after

      Re: 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 ...

      Rcomment-before 08 Jul 2006 09:39 Rcomment-trans wrightkevin Rcomment-after

      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.

      Rcomment-before 28 Dec 2004 22:57 Rcomment-trans fyngyrz Rcomment-after

      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.

      Rcomment-before 26 Oct 2004 11:21 Rcomment-trans creatron Rcomment-after

      Cooledit
      It's cool, just lack an Column cut & paste like Ultraedit.

      Rcomment-before 26 Oct 2004 11:20 Rcomment-trans creatron Rcomment-after

      Cooledit
      It's cool, just lack an Column cut & paste like Ultaedit.

      No-screenshot

      Project Spotlight

      Youtube Script Clone

      A PHP script for publishing YouTube videos on a Web site.

      No-screenshot

      Project Spotlight

      Ctalk

      A language that adds classes, methods, and other object oriented features to C.