[utilities/kate/work-doc-external-tools] doc/kate: Add documentation of external tools plugin

2020-12-29 Thread Dominik Haumann
Git commit 33545f31571567875236e5f97c2156210dc86c91 by Dominik Haumann. Committed on 29/12/2020 at 11:00. Pushed by dhaumann into branch 'work-doc-external-tools'. Add documentation of external tools plugin A +---doc/kate/kateeditexternaltool.png A +---doc/kate

[kate] doc/katepart: Highlight documentation: add equivalence in regex for number rules and add lookbehind assertions

2020-01-10 Thread Dominik Haumann
Git commit 007a7aef9b3504a2b77d733adaa1f7198923 by Dominik Haumann, on behalf of Nibaldo González. Committed on 10/01/2020 at 20:09. Pushed by dhaumann into branch 'master'. Highlight documentation: add equivalence in regex for number rules and add lookbehind assertions M +11 -6doc

[kate] doc/katepart: Highlight documentation: add equivalence in regex for number rules and add lookbehind assertions

2020-01-10 Thread Dominik Haumann
Git commit 007a7aef9b3504a2b77d733adaa1f7198923 by Dominik Haumann, on behalf of Nibaldo González. Committed on 10/01/2020 at 20:09. Pushed by scmsync into branch 'master'. Highlight documentation: add equivalence in regex for number rules and add lookbehind assertions M +11 -6doc

[kate] doc/kate: doc: extend lspclient documentation

2019-12-15 Thread Dominik Haumann
Git commit 5d486c09a85996dc8bbbe74e316dca640d809dea by Dominik Haumann, on behalf of Mark Nauwelaerts. Committed on 15/12/2019 at 22:59. Pushed by dhaumann into branch 'master'. doc: extend lspclient documentation M +1-0doc/kate/index.docbook M +277 -0doc/kate/plugins.docbook

[kate] doc/kate: doc: extend lspclient documentation

2019-12-15 Thread Dominik Haumann
Git commit 5d486c09a85996dc8bbbe74e316dca640d809dea by Dominik Haumann, on behalf of Mark Nauwelaerts. Committed on 15/12/2019 at 22:59. Pushed by scmsync into branch 'master'. doc: extend lspclient documentation M +1-0doc/kate/index.docbook M +277 -0doc/kate/plugins.docbook

[kate] doc/katepart: Update documentation of highlight & RegExp

2019-10-19 Thread Dominik Haumann
Git commit b520021b17714aeec3b4a7fbffa6273c76655c6b by Dominik Haumann, on behalf of Nibaldo González. Committed on 19/10/2019 at 20:19. Pushed by scmsync into branch 'master'. Update documentation of highlight & RegExp M +145 -2doc/katepart/development.docbook M +38 -11 doc/kate

[kate] doc/katepart: Update documentation of highlight & RegExp

2019-10-19 Thread Dominik Haumann
Git commit b520021b17714aeec3b4a7fbffa6273c76655c6b by Dominik Haumann, on behalf of Nibaldo González. Committed on 19/10/2019 at 20:19. Pushed by dhaumann into branch 'master'. Update documentation of highlight & RegExp M +145 -2doc/katepart/development.docbook M +38 -11

[kate/remove-deprecated-plugins] /: Remove D and Rust completion plugins in favor of LSP Client plugin

2019-09-12 Thread Dominik Haumann
Git commit 0080f2093e423aca5ed9bda70cb954e31c1f9c65 by Dominik Haumann. Committed on 12/09/2019 at 12:50. Pushed by scmsync into branch 'remove-deprecated-plugins'. Remove D and Rust completion plugins in favor of LSP Client plugin The LSP Client plugin already now supports Rust, D, and many

[kate/remove-deprecated-plugins] /: Remove D and Rust completion plugins in favor of LSP Client plugin

2019-09-12 Thread Dominik Haumann
Git commit 0080f2093e423aca5ed9bda70cb954e31c1f9c65 by Dominik Haumann. Committed on 12/09/2019 at 12:50. Pushed by dhaumann into branch 'remove-deprecated-plugins'. Remove D and Rust completion plugins in favor of LSP Client plugin The LSP Client plugin already now supports Rust, D, and many

D23050: Highlight documentation: add include keywords

2019-08-09 Thread Dominik Haumann
dhaumann added a comment. Thanks! REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D23050 To: nibags, #kate, dhaumann, cullmann Cc: kwrite-devel, kde-doc-english, univerz, gennad, fbampaloukas, domson, michaelh, ngraham, demsking, skadinna, cullmann, sars, dhaumann

D22199: New plugin to open the selected file path

2019-07-21 Thread Dominik Haumann
dhaumann requested changes to this revision. dhaumann added a comment. This revision now requires changes to proceed. The KTextEditor::Command implementation is wrong, see my other comments. Please fix this first :-) INLINE COMMENTS > plugin_kateopenselection.cpp:80 > +{ > +return new

D22199: New plugin to open the selected file path

2019-07-02 Thread Dominik Haumann
dhaumann added inline comments. INLINE COMMENTS > plugin_kateopenselection.cpp:91 > +KTextEditor::View* editView = > application->activeMainWindow()->activeView(); > +if (editView && editView->document()) { > +QString selection; A view always has a valid document, no need to

D15380: Add reset font size shortcut

2018-09-11 Thread Dominik Haumann
dhaumann added a comment. Ctrl+shift+0 is much better than the +r variants. +r typically is used for reloading/refreshing. If we cannot find a better solution, then having no default shortcut would also be an option. REPOSITORY R319 Konsole REVISION DETAIL

D15380: Add reset font size shortcut

2018-09-09 Thread Dominik Haumann
dhaumann added a comment. To me, Ctral+0 would be the correct choice. So +1 from my side. INLINE COMMENTS > sessionui.rc:3 > > > Afaik, you have to increase the version number to avoid old caching. REPOSITORY R319 Konsole REVISION DETAIL https://phabricator.kde.org/D15380

D14918: Manual: Include changes of KTextEditor 5.50

2018-08-20 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes. Closed by commit R40:ba377a9e737b: Manual: Include changes of KTextEditor 5.50 (authored by dhaumann). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D14918?vs=39994=40076#toc REPOSITORY R40 Kate CHANGES SINCE

[kate] doc/katepart: Manual: Include changes of KTextEditor 5.50

2018-08-20 Thread Dominik Haumann
Git commit ba377a9e737bc4ac292bc4630d54f1c15d4c94d3 by Dominik Haumann. Committed on 20/08/2018 at 19:18. Pushed by dhaumann into branch 'master'. Manual: Include changes of KTextEditor 5.50 Summary: Add view.executeCommand() and a new Editor section. Test Plan: none Reviewers: lueck Reviewed

D14918: Manual: Include changes of KTextEditor 5.50

2018-08-19 Thread Dominik Haumann
dhaumann updated this revision to Diff 39994. dhaumann added a comment. - Fix docbook syntax REPOSITORY R40 Kate CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14918?vs=39964=39994 BRANCH update-docbook-command (branched from master) REVISION DETAIL

D14918: Manual: Include changes of KTextEditor 5.50

2018-08-18 Thread Dominik Haumann
dhaumann created this revision. dhaumann added a reviewer: lueck. Herald added projects: Kate, Documentation. Herald added subscribers: kde-doc-english, kwrite-devel. dhaumann requested review of this revision. REVISION SUMMARY Add view.executeCommand() and a new Editor section. TEST PLAN

[kate] doc/katepart: Improve highlighting screenshots

2018-08-14 Thread Dominik Haumann
Git commit f84f71a5cb1d85d34b84d01291353d47f410ee0f by Dominik Haumann. Committed on 14/08/2018 at 13:25. Pushed by dhaumann into branch 'master'. Improve highlighting screenshots The old screenshots are by now around 15 years old, and do not nicely show anymore how the Kate syntax highlighting

[kate] doc/katepart: Downloading syntax highlighting was removed in KTextEditor 5.50

2018-08-14 Thread Dominik Haumann
Git commit c07523227d1cd3edd756978a6c48d9857963f705 by Dominik Haumann. Committed on 14/08/2018 at 12:50. Pushed by dhaumann into branch 'master'. Downloading syntax highlighting was removed in KTextEditor 5.50 Downloading syntax highlighting files was removed in the KTextEditor Framework

[kate] doc/katepart: Improve wording for indenter attribute

2018-08-13 Thread Dominik Haumann
Git commit 938ed4958403c46299e35a6b77db2aef849b9d09 by Dominik Haumann. Committed on 13/08/2018 at 06:23. Pushed by dhaumann into branch 'master'. Improve wording for indenter attribute M +1-1doc/katepart/development.docbook https://commits.kde.org/kate

[kate] doc/katepart: indentation moved as "indenter" to the language element already years ago

2018-08-12 Thread Dominik Haumann
Git commit ecf70743f4e772231187d8c5479a5a7855134f7b by Dominik Haumann. Committed on 12/08/2018 at 22:24. Pushed by dhaumann into branch 'master'. indentation moved as "indenter" to the language element already years ago M +1-16 doc/katepart/development.docbook https://commi

D14390: Improve the discoverability of the Filter Text plugin and its menu item

2018-07-28 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Ok with me. BTW, has the text filter plug-in also have a command line command (F7)? REPOSITORY R40 Kate BRANCH make-filter-text-plugin-more-discoverable (branched from master)

D14390: Improve the discoverability of the Filter Text plugin and its menu item

2018-07-26 Thread Dominik Haumann
dhaumann added inline comments. INLINE COMMENTS > plugins.docbook:2884 > +The selection will be used as input for the command, and the output will > either > +replace the selection or copied to the clipboard, depending on the user's > preference. > ...be copied... I think a be is missing

D13094: Avoid short pages in kate configuring docbook

2018-05-27 Thread Dominik Haumann
dhaumann accepted this revision. This revision is now accepted and ready to land. REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D13094 To: lueck, #kate, #documentation, dhaumann Cc: kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, skadinna,

D12963: Move KWrite command line options from katepart to kwrite docbook

2018-05-21 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Oh, I messed up the direction. Makes sense! REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D12963 To: lueck, #kate, #documentation, dhaumann Cc: dhaumann,

D12985: Update+fix katepart menu docbook

2018-05-20 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. Thanks! REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D12985 To: lueck, #kate, #documentation, yurchor, dhaumann Cc: dhaumann, kwrite-devel, kde-doc-english, michaelh, kevinapavew, ngraham, demsking, skadinna,

D12963: Move KWrite command line options from katepart to kwrite docbook

2018-05-20 Thread Dominik Haumann
dhaumann added a comment. What is the reason for this move? I am asking since I thought KWrite, Kate, and all the other applications using KTextEditor all implement command line parsing on their own. And Kate for instance has different options such as sessions that KWrite does not have.

D11780: Update kate manpage to 18.04

2018-03-31 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Change is correct imo. REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D11780 To: lueck, #kate, #documentation, dhaumann Cc: dhaumann, kwrite-devel,

D11727: Update kwrite docbook to 18.04

2018-03-31 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Makes sense, thanks. REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D11727 To: lueck, #kate, #documentation, dhaumann Cc: dhaumann, kwrite-devel, kde-doc-english,

D11603: Update katepart docbooks to 18.04

2018-03-31 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Looks good to me. Thanks for this update! REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D11603 To: lueck, #kate, #documentation, dhaumann Cc: dhaumann,

D9616: update info about kateconfig file and extended options

2018-01-02 Thread Dominik Haumann
dhaumann added a comment. The search depth option was removed. Kate will simply ALWAYS search, no way afaik to turn it off anymore. Noone complained so far, afaik. REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D9616 To: lueck, #kate, dhaumann, #documentation, yurchor

D7718: Update configuring.docbook to ktexteditor 5.38

2017-09-07 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Looks good, if you want, you can fix the typo in variablelineedit.cpp as well. REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D7718 To: lueck, #kate,

D7718: Update configuring.docbook to ktexteditor 5.38

2017-09-07 Thread Dominik Haumann
dhaumann requested changes to this revision. dhaumann added a comment. This revision now requires changes to proceed. Thanks for working on this. The patch looks pretty good, and after another iteration I'm confident we can merge this. INLINE COMMENTS > configuring.docbook:168 > +Show text

Re: Review Request 129880: update kate docbooks to reflect the split off of syntax highlighting to frameworks

2017-02-04 Thread Dominik Haumann
, please change and commit. You don't have to update this review request again. doc/katepart/development.docbook (line 245) <https://git.reviewboard.kde.org/r/129880/#comment68304> You mean $USERPROFILE% instead of %USER% :-) - Dominik Haumann On Jan. 26, 2017, 9:28 p.m., Burkhard Lück

Re: Review Request 129880: update kate docbooks to reflect the split off of syntax highlighting to frameworks

2017-01-26 Thread Dominik Haumann
an for Frameworks with release version ;) - Dominik Haumann On Jan. 24, 2017, 10:19 nachm., Burkhard Lück wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://gi

Re: Review Request 129883: Remove obsolete argument '--use'

2017-01-26 Thread Dominik Haumann
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129883/#review102256 --- Ship it! Looks good to me. - Dominik Haumann On Jan

[kate] doc/katepart: Turn the version into a integer number (rather thing of a revision)

2016-09-08 Thread Dominik Haumann
Git commit 92e71151321fd642e5dc14948a30d1f61edfcbe4 by Dominik Haumann. Committed on 08/09/2016 at 21:30. Pushed by dhaumann into branch 'master'. Turn the version into a integer number (rather thing of a revision) We will change this in the documentation and our hl files, the code stays

[kde-doc-english] [Differential] [Accepted] D1957: Update the behavior for the Block Selection status

2016-06-18 Thread dhaumann (Dominik Haumann)
dhaumann accepted this revision. dhaumann added a reviewer: dhaumann. dhaumann added a comment. This revision is now accepted and ready to land. Looks good to me! REPOSITORY rKATE Kate BRANCH fix-block-explanation REVISION DETAIL https://phabricator.kde.org/D1957 EMAIL PREFERENCES

Re: [kde-doc-english] Review Request 127841: Update Kate handbook to 16.04

2016-05-07 Thread Dominik Haumann
t; Hm, it seems so, yes. I don't know why. - Dominik Haumann On May 5, 2016, 9:38 a.m., Burkhard Lück wrote: > > --- > This is an automatically generated e-mail. To reply

Re: [kde-doc-english] Review Request 127707: Update kwrite + katepart menu docbook

2016-04-24 Thread Dominik Haumann
64409> comma missing? doc/katepart/menus.docbook (line 351) <https://git.reviewboard.kde.org/r/127707/#comment64410> `between an` or `between a` doc/katepart/menus.docbook (line 508) <https://git.reviewboard.kde.org/r/127707/#comment64411> It is Ctrl+Shift+6, and no

Re: [kde-doc-english] Review Request 127601: Remove Editor Component Extensions from katepart

2016-04-19 Thread Dominik Haumann
ental right now, therefore I suggest to keep the FIXME for now and not add further docs. - Dominik Haumann On April 12, 2016, 6:33 a.m., Burkhard Lück wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: [kde-doc-english] Review Request 127601: Remove Editor Component Extensions from katepart

2016-04-10 Thread Dominik Haumann
since the javascript console was deleted. doc/katepart/menus.docbook <https://git.reviewboard.kde.org/r/127601/#comment64284> I hope this will come back, but noone got around to implement this again... :/ - Dominik Hauma

[kde-doc-english] Kate Handbook

2015-01-12 Thread Dominik Haumann
Hi, On Monday 24 November 2014 20:44:59 Burkhard L?ck wrote: Am Montag, 24. November 2014, 18:41:43 schrieb Dominik Haumann: on http://docs.kde.org it is currently not possible to find the documentation for Kate. Usually, it should be here: https://docs.kde.org/stable/en/applications

[kde-doc-english] Kate Handbook

2014-11-24 Thread Dominik Haumann
On Monday 24 November 2014 18:51:51 Luigi Toscano wrote: On Monday 24 of November 2014 18:41:43 Dominik Haumann wrote: Hi, on http://docs.kde.org it is currently not possible to find the documentation for Kate. Usually, it should be here: https://docs.kde.org/stable/en

[kde-doc-english] Kate Handbook

2014-11-24 Thread Dominik Haumann
On Monday 24 November 2014 19:06:36 Luigi Toscano wrote: On Monday 24 of November 2014 19:01:49 Dominik Haumann wrote: On Monday 24 November 2014 18:51:51 Luigi Toscano wrote: On Monday 24 of November 2014 18:41:43 Dominik Haumann wrote: Hi, on http://docs.kde.org

[kde-doc-english] [kate] doc/katepart: scripting: drop i18n-catalog

2014-08-10 Thread Dominik Haumann
Git commit 64677e1d36853f29b2bb48b1194918d6f0136c0f by Dominik Haumann. Committed on 10/08/2014 at 12:39. Pushed by dhaumann into branch 'master'. scripting: drop i18n-catalog M +5-10 doc/katepart/development.docbook http://commits.kde.org/kate/64677e1d36853f29b2bb48b1194918d6f0136c0f

[kde-doc-english] [kate] doc/katepart: documentation: adapt dtd to xsd

2014-08-09 Thread Dominik Haumann
Git commit 052ee1731e2d14f26d5c57ea96b871d0899b7545 by Dominik Haumann. Committed on 09/08/2014 at 17:57. Pushed by dhaumann into branch 'master'. documentation: adapt dtd to xsd M +1-1doc/katepart/development.docbook http://commits.kde.org/kate/052ee1731e2d14f26d5c57ea96b871d0899b7545

[kde-doc-english] [kate] doc/katepart: adapt documentation to now script headers

2014-08-07 Thread Dominik Haumann
Git commit 4e1c7714038298b573daa683f0fbcb2805eb7c49 by Dominik Haumann. Committed on 07/08/2014 at 11:14. Pushed by dhaumann into branch 'master'. adapt documentation to now script headers M +89 -90 doc/katepart/development.docbook http://commits.kde.org/kate

[kde-doc-english] [kate] doc/katepart: fix compile

2014-08-07 Thread Dominik Haumann
Git commit 156943ad7105547942d3cd81076da1a78fa4b5a8 by Dominik Haumann. Committed on 07/08/2014 at 11:18. Pushed by dhaumann into branch 'master'. fix compile M +1-1doc/katepart/development.docbook http://commits.kde.org/kate/156943ad7105547942d3cd81076da1a78fa4b5a8 diff --git a/doc

[kde-doc-english] [kate/frameworks] doc/katepart: more docu

2014-05-13 Thread Dominik Haumann
Git commit 59b7786d31c34028deed886c1de12b1a55db333e by Dominik Haumann. Committed on 13/05/2014 at 20:56. Pushed by dhaumann into branch 'frameworks'. more docu M +1-1doc/katepart/development.docbook http://commits.kde.org/kate/59b7786d31c34028deed886c1de12b1a55db333e diff --git a/doc

[kde-doc-english] [kate/frameworks] doc/katepart: add missing 'style' attribute

2014-05-13 Thread Dominik Haumann
Git commit 54f7937a06d30cd824823d50dbfa77bc803aabd3 by Dominik Haumann. Committed on 13/05/2014 at 21:00. Pushed by dhaumann into branch 'frameworks'. add missing 'style' attribute M +1-0doc/katepart/development.docbook http://commits.kde.org/kate

[kde-doc-english] [kate/frameworks] doc/katepart: adapt document.setVariable() to return void

2014-03-24 Thread Dominik Haumann
Git commit 479cb8da51bf6b231ff487fee4928c79761f1d67 by Dominik Haumann. Committed on 24/03/2014 at 15:15. Pushed by dhaumann into branch 'frameworks'. adapt document.setVariable() to return void M +1-2doc/katepart/development.docbook http://commits.kde.org/kate

[kde-doc-english] [kate/frameworks] doc/kate: document scripting API

2014-02-19 Thread Dominik Haumann
Git commit 1603ce98098da2b569153199f07d576788735137 by Dominik Haumann. Committed on 19/02/2014 at 21:54. Pushed by dhaumann into branch 'frameworks'. document scripting API - bool document.isLineModified(int line); - bool document.isLineTouched(int line); - bool document.isLineSaved(int line

[kde-doc-english] [kate/frameworks] doc/kate: more JS API documentation

2014-02-19 Thread Dominik Haumann
Git commit e5f60c4fa412ae8fd8b67ff03a5df046f2a202da by Dominik Haumann. Committed on 19/02/2014 at 22:18. Pushed by dhaumann into branch 'frameworks'. more JS API documentation M +34 -0doc/kate/development.docbook http://commits.kde.org/kate/e5f60c4fa412ae8fd8b67ff03a5df046f2a202da diff

[kde-doc-english] [kate] doc/kate: mention #pop!Context again

2013-08-09 Thread Dominik Haumann
Git commit 0b3ec5422da9456fb699c0a93adf22da7201ecd3 by Dominik Haumann. Committed on 09/08/2013 at 12:29. Pushed by dhaumann into branch 'master'. mention #pop!Context again It's in the docs already since commit http://commits.kde.org/kate/c588e9f1f75d19a2916dff4b0c2b080242a716b9 Mentioning

[kde-doc-english] [kate] /: add Cursor.setPosition(line, column)

2013-03-02 Thread Dominik Haumann
Git commit 5582cabc788d8890dad2a219c86c6f802c8c58d8 by Dominik Haumann. Committed on 02/03/2013 at 22:41. Pushed by dhaumann into branch 'master'. add Cursor.setPosition(line, column) CCMAIL: holger.danielsson at versanet.de CCMAIL: michel.ludwig at kdemail.net CCMAIL: kwrite-devel at kde.org M

[kde-doc-english] [kate] /: Cursor, Range: extend js prototype

2013-02-28 Thread Dominik Haumann
Git commit eb455e085f8199b97d81841006f43c4fcf21f290 by Dominik Haumann. Committed on 28/02/2013 at 21:24. Pushed by dhaumann into branch 'master'. Cursor, Range: extend js prototype - use prototype inheritance, should be faster - add bool Range.isEmpty() @Kile devs: maybe you want to adapt your

[kde-doc-english] [kate] doc/kate: require() syntax is since KDE 4.10

2013-01-27 Thread Dominik Haumann
Git commit 282de63fdd3370687686b9be00923dabd264fdda by Dominik Haumann. Committed on 27/01/2013 at 20:39. Pushed by dhaumann into branch 'master'. require() syntax is since KDE 4.10 According to Burkhard it's ok to commit to 4.10 branch for 4.10.1 BUG: 313932 M +5-1doc/kate