summaryrefslogtreecommitdiffstats
path: root/kate
Commit message (Collapse)AuthorAgeFilesLines
* Kate: add support for template string syntax of JSMavridis Philippe2024-02-211-0/+6
| | | | | | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-156-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-064-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1229-455/+449
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-215-99/+96
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1522-119/+119
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-5/+5
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-184-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2028-78/+78
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-3/+3
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate Part: Ctrl+Mouse Scroll to change font sizeMavridis Philippe2022-10-191-21/+38
| | | | | | | | | | As seen in most applications out there. ;-) Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: unified diff and markdown's syntax colors for diff code to green/redMichele Calgaro2022-10-183-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: improved markdown syntax highlighting.Ray-V2022-10-182-41/+91
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kate syntax highlighting - markdown: fixed strong emphasis visualizationMichele Calgaro2022-06-112-6/+6
| | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: syntax highlighting for MarkdownMavridis Philippe2022-06-084-6/+153
| | | | | | | | | | | | Source: https://github.com/claes/kate-markdown Licence: GPL or BSD (dual) Copyright 2008 Darrin Yeager. http://dyeager.org/ Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown Per mailing list recommendation by Dr. Niklaus Klepp <dr.klepp@gmx.at> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Kate part: enable font style modificationMavridis Philippe2022-05-031-1/+0
| | | | | | This resolves issue TDE/tdebase#271. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix function name in LUA indentation script error message.Slávek Banko2020-12-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-27106-184/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-256-6/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-0714-916/+42
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-1/+0
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix ordered list tag.Chris2019-08-161-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-097-0/+29
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename translation context QXml => TQXmlSlávek Banko2018-12-041-1/+1
| | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-3/+3
| | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed unwanted rename in Kate's qt4 syntax highlight file.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed unvoluntary rename in qt4 syntax highlight file.Michele Calgaro2018-09-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-2/+2
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added G-code Kate syntax highlight file.Michele Calgaro2018-06-214-6/+218
| | | | | | | | | | | Taken from: https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml Work from: Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com) License: Library GPL Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed up previous commit.Michele Calgaro2016-01-232-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update kate syntax highlight filesMichele Calgaro2016-01-232-0/+387
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-10-2524-378/+12202
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-07-045-19/+56
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-06-196-241/+1463
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added *.service and *.target format to INI files.Darrell Anderson2015-06-112-2/+2
| | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Modified to update syntax version number. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jan 2015.Michele Calgaro2015-01-206-10/+2195
| | | | | 1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5 2) Changes to the other files from myself.