Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdebase/kate
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
il y a 3 mois
..
app Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
data Desktop file translations: il y a 4 ans
interfaces Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
pics Fix invalid headers in PNG files and optimize for size il y a 8 ans
utils Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
AUTHORS Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Make kate install exported cmake targets il y a 11 ans
COPYING.LIB Revert automated changes il y a 13 ans
ChangeLog Additional k => tde renaming and fixes il y a 11 ans
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
Mainpage.dox Additional renaming of kde to tde il y a 13 ans
Makefile.am Repair gcc 4.4 compilation errors il y a 15 ans
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version il y a 7 mois
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans

README

                *** Kate ***
Kate is a fast texteditor for the KDE destop with an Emacs-style document interface.
I hope it works well and improves workspeed on many little textfiles. ;-)
Our new buffer managment will allow it to open 50MB files ++ in less than 5 seconds
(at least on my 400Mhz P2 ;) It is thought as a more powerful replacement for the old
KWrite app, which will still keep alive for the existing userbase and because it is
just a lot smaller and therefor faster on launch than kate.
For Kate Plugins, Kate provides the Kate Interfaces, which allow deeper access
to the Kate app and its features.

                *** KWrite ***
The KWrite app is based on the KWrite of KDE 2.0 written by Jochen Wilhelmy
but now it uses the Kate part or any other KTextEditor compatible part.
The most stuff has been rewritten since the old KDE 2.x days.

Homepage: http://kate.kde.org

Licensing:
The Kate app/utils/interfaces and KWrite app are licensed under the LGPL VERSION 2.

                *** Undocumented features in Kate version 2.5.2 ***
* The KateApplication DCOP interface has a function TQString session() that
returns the name of the active session (which might be an empty string).
(but hey, documentation of the DCOP interface is missing completely)