log src/editors.h @ 1618:552648eff4f2

age author description
Sun, 31 May 2009 11:08:00 +0000 nadvornik do not block the files sent to external editors like gimp
Fri, 01 May 2009 09:49:27 +0000 nadvornik allow external editors without parameters, as long as they are in
Fri, 27 Mar 2009 08:05:14 +0000 nadvornik added simple desktop file editor
Fri, 20 Mar 2009 17:02:00 +0000 nadvornik added tooltips to external editors on toolbar
Sun, 08 Mar 2009 23:12:49 +0000 zas_ Introduce EditorFlags type, cleanup.
Sun, 08 Mar 2009 15:30:15 +0000 zas_ Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
Sun, 08 Mar 2009 13:23:25 +0000 zas_ In various Edit context menus, only display editors that match the file types in the selection.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 20 Aug 2008 22:26:34 +0000 zas_ Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small.
Fri, 30 May 2008 08:39:52 +0000 zas_ Use functions to set editors name and command and ensure they are
Fri, 30 May 2008 07:20:25 +0000 zas_ Check for existing editor command using is_valid_editor_command().
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
Thu, 22 May 2008 09:12:36 +0000 zas_ Introduce an helper function that returns the name of an editor.