summaryrefslogtreecommitdiffstats
path: root/kate
Commit message (Collapse)AuthorAgeFilesLines
* Kate: use paths for local files in modified on disk dialogMavridis Philippe2024-05-261-3/+3
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 95dfecf29575660a2c652b8e3e7055e199ca635a)
* Kate syntax: allow PHP heredoc closing identifiers to be identedMavridis Philippe2024-05-181-5/+5
| | | | | | | | | It is allowed syntax since PHP version 7.3.0. See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit b1fd9e80b387dafd21b9823b64601e58d34e27c9)
* 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> (cherry picked from commit f7592c53ba87975ecd9914c93df30b9d8a9b7a85)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-156-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-064-12/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7f1af8e826b566543f6a86ad3c08337ce3e9ab2c)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1529-455/+449
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-265-99/+96
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d5688771d8a6837975be512ee37f61bad7dbd345)
* Replace 'Event' #define stringsMichele Calgaro2023-12-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f22a9c72dda24871973033123039639af6577eaa)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8d79c40791fa0bcac4d4ce1dc7385b19e523ba08)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d42f9ae842840a825c4ad4f7341f82003127c8f6)
* Replace Qt with TQtMichele Calgaro2023-11-1522-119/+119
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* 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> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-042-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-184-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0b74ba868682f39c41a9f70ae11297425b711e1)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2028-78/+78
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-3/+3
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0)
* 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>