Share

TIGCC for Linux

File Release Notes and Changelog

Release Name: KTIGCC 1.07

Notes:
KTIGCC is an IDE for TIGCC based on KDE. (It should run on
any X11-based *nix supported by the tilibs as long as you
have kdelibs and kdebase installed.)

In addition to kdelibs and kdebase (>=3.5.2) (and of course
TIGCC/*nix), KTIGCC requires libticonv, libticables2,
libtifiles2 and libticalcs2, which can be obtained from:
http://sourceforge.net/project/showfiles.php?group_id=23169
Exuberant Ctags, which can be obtained from:
http://ctags.sourceforge.net or (recommended for Fedora
users) from Fedora Core ("ctags" package) and TIGCCLIB
completion data (ktigcc-completion-data).

This release fixes several bugs (see change summary below).

Changes: * Added a full changelog (generated from CVS logs). * Fixed stray indentation at the end of the line when autoclosing a curly brace as ENTER is pressed. * Fixed highlighting update when moving a file to Header Files from another editable category. (The first character was read from the wrong buffer.) * Don't hardcode ~/.kde for the KDEHOME directory. * Fixed missing word wrap on the data variable reloc label in Program Options. * Fixed A68k items in the New menu being shown even when A68k is not installed. * Don't grab the keyboard globally (stealing key presses from other apps) in the Errors&Warnings pane, only override the Ctrl+C and Ctrl+Ins accelerators. * Fixed adding to the recent file list getting confused by changes to the list from other KTIGCC instances. * Fixed the wrong recent file getting opened when opening triggers save prompt.