• Common

    Kate in KDE 3.5.4

    by  • 2006-08-2 • Common

    Finally, KDE 3.5.4 is out! We were able to fix a lot of issues in Kate and the bug curves went noticeably down. Thanks to all contributors for the nice KDE release

    Read more →

    Kate: Shortcomings of .kateconfig file

    by  • 2006-07-23 • Common

    Assume you have a .kateconfig file optimized for C++ code that replaces tabs on save. Now you open a Makefile that contains tabs (due to its strict syntax). If you save the Makefile in kate, the tabs then are replaced which results in a corrupted Makefile. In other words: The .kateconfig file applies to every [...]

    Read more →

    Indentation and Coding Style

    by  • 2006-07-23 • Common

    kdelibs will have coding style conventions. In general. this is not a bad idea. Our 45528 slocs in KatePart all use a consistent indent-width of 2 spaces. Changing this does not really make sense – ok, if svn praise -w (sure, we never need svn blame in our code finally works, we can discuss this [...]

    Read more →

    Kate Project Plugin

    by  • 2006-07-20 • Common

    It is not a secret that removing Kate’s project manager in KDE 3.5 was not the right thing to do. It seems a lot of people used it and we got many complaints about this decision. That also shows that it is hard go get feedback about what users are really using. If a feature [...]

    Read more →

    Kate Part in upcoming KDE 3.5.4

    by  • 2006-06-28 • Common

    The last week was highly productive for Kate Part, as the following bugs were fixed: 89042 while pressing “del” key kate crashes (crash, bt) 103648 Codefolding Crash – Reproducable 118584 scroll position not upgrading (dynamic word wrap) 119435 kate crash when a file is saved 123315 kwrite/kate crashes randomly after save 124102 changing syntax highlighting [...]

    Read more →

    Kate Modes & Filetypes

    by  • 2006-02-9 • Common

    Modes allow the user to override the default configuration for documents of specified mimetypes or file extensions. When the editor loads a document and the mimetype or file extensions match for one of the defined filetypes, KatePart will read the configuration from the mode and apply the modelines defined. If more filetypes match, the one [...]

    Read more →

    .kateconfig Files

    by  • 2006-02-9 • Common

    Kate allows you to specify local document variables by setting the corresponding modelines. The hidden file .kateconfig provides exactly the same functionality, but for all files in the directory. Enable the Feature To use a .kateconfig file you first have to enable the feature by invoking Settings > Configure Kate. In the config page Open/Save [...]

    Read more →

    Writing a Syntax Highlighting File

    by  • 2005-03-24 • Common

    This section is an overview of the Highlight Definition XML format in KDE4. Based on a small example it will describe the main components and their meaning and usage. The next section will go into detail with the highlight detection rules. Main sections of Kate Highlight Definition files The formal definition, aka the DTD is [...]

    Read more →