https://bugs.kde.org/show_bug.cgi?id=451981
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/b14f6b1 | |c467d3719332e7e8278ea3102a8 | |a09c41 Status|ASSIGNED |RESOLVED --- Comment #2 from Waqar Ahmed <waqar....@gmail.com> --- Git commit b14f6b1c467d3719332e7e8278ea3102a8a09c41 by Waqar Ahmed. Committed on 29/03/2024 at 12:57. Pushed by cullmann into branch 'master'. Add Rainbow CSV plugin Rainbow CSV plugin allows one to run SQL like queries on CSV data using RBQL https://github.com/mechatroner/RBQL Currently it has only one feature: - Run RBQL queries on the file The plugin automatically detects the separator of the file using the highlightingMode information provided by the document. Note that we already support rainbow style highlighting of the CSV files via ksyntax-highlighting, though I haven't tested it with csv files that have a lot of columns A +4 -0 3rdparty/rbql/README-kate A +21 -0 3rdparty/rbql/rbql-LICENSE A +2012 -0 3rdparty/rbql/rbql.js M +1 -0 addons/CMakeLists.txt A +15 -0 addons/rbql/CMakeLists.txt A +2 -0 addons/rbql/Messages.sh A +46 -0 addons/rbql/RBQLPlugin.cpp [License: GPL(v2.0+)] A +36 -0 addons/rbql/RBQLPlugin.h [License: LGPL(v2.0+)] A +9 -0 addons/rbql/RBQLPlugin.json A +312 -0 addons/rbql/RBQLWidget.cpp [License: GPL(v2.0+)] A +49 -0 addons/rbql/RBQLWidget.h [License: GPL(v2.0+)] A +7 -0 addons/rbql/plugin.qrc https://invent.kde.org/utilities/kate/-/commit/b14f6b1c467d3719332e7e8278ea3102a8a09c41 -- You are receiving this mail because: You are watching all bug changes.