[kate] [Bug 411126] Feature Request Kate - Text manipulation

2019-08-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411126 Dominik Haumann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[frameworks-syntax-highlighting] [Bug 392468] [New Syntax] No Perl 6 syntax highlighting

2019-08-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=392468 --- Comment #4 from Dominik Haumann --- Just tried to get some help here: https://www.reddit.com/r/perl/comments/cwp0nr/help_perl_6_highlighting_in_kate/? -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 411156] [RFE] Add option to open and decrypt ansible vaults

2019-08-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411156 --- Comment #2 from Dominik Haumann --- I don't even know what an ansible vault is, nor how it relates to a simple text editor... I can only guess, and my guess tells me this is rather out of scope for a text editor. @Nate: Since you seem to know

[frameworks-syntax-highlighting] [Bug 367720] lookAhead does not work with dynamic

2019-09-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=367720 --- Comment #3 from Dominik Haumann --- @Ivsn: if you read this, could you please comment and try again? -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 411493] kwrite memory usage when opening a rather big file

2019-09-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411493 --- Comment #1 from Dominik Haumann --- Does the shell script contain i) binary data, and / or ii) very long text lines? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 345003] syntax highlighting for jsp incomplete

2019-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=345003 Dominik Haumann changed: What|Removed |Added Version Fixed In||5.62 -- You are receiving this mail because

[kate] [Bug 411126] Feature Request Kate - Text manipulation

2019-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411126 --- Comment #5 from Dominik Haumann --- So you are missing: - Sort descending - Unique Anything else? -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 411156] [RFE] Add option to open and decrypt ansible vaults

2019-08-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411156 --- Comment #4 from Dominik Haumann --- Kate can read also from archives such as tar, zip, ... However, the logic is in karchive, kate doesn't implement anything itself. Would this be solvable also via an external tool script, once the external tools

[frameworks-syntax-highlighting] [Bug 367720] lookAhead does not work with dynamic

2019-08-27 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=367720 Dominik Haumann changed: What|Removed |Added CC||jonathan.poe...@gmail.com --- Comment #1

[frameworks-syntax-highlighting] [Bug 367720] lookAhead does not work with dynamic

2019-08-27 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=367720 Dominik Haumann changed: What|Removed |Added CC||nibg...@gmail.com -- You are receiving

[kate] [Bug 299248] External tools plugin is missing

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=299248 Dominik Haumann changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[kate] [Bug 299248] External tools plugin is missing

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=299248 Dominik Haumann changed: What|Removed |Added Version Fixed In||19.12 --- Comment #5 from Dominik Haumann

[kate] [Bug 400486] Display keyboard shortcut for switching Input modes

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=400486 --- Comment #8 from Dominik Haumann --- The bug is fixed by adding the "Switch to next Input Mode" to the submenu as can be seen in this screenshot: https://i.imgur.com/WcX7pvG.png -- You are receiving this mail because: You are watchi

[frameworks-ktexteditor] [Bug 410614] Emmet scripts are broken in Kate and KWrite

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410614 --- Comment #3 from Dominik Haumann --- Indeed does not work with KTextEditor 5.62. But we don't get a JavaScript error as well, so currently finding the issue is not trivial. Likely some V4 bug in the Qt JS implementation. -- You are receiving

[kate] [Bug 400486] Display keyboard shortcut for switching Input modes

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=400486 Dominik Haumann changed: What|Removed |Added Latest Commit||https://commits.kde.org/kte

[kate] [Bug 400486] Display keyboard shortcut for switching Input modes

2019-09-12 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=400486 Dominik Haumann changed: What|Removed |Added Version Fixed In||5.63 -- You are receiving this mail because

[kate] [Bug 403583] Backup on save prefix/suffix as contextually determined string, e.g. a timestamp

2019-09-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=403583 --- Comment #5 from Dominik Haumann --- Pending patch: https://phabricator.kde.org/D23832 which supports: - %{Date:Locale} - %{Date:ISO} - %{Date:} - see https://doc.qt.io/qt-5/qdate.html#toString - %{Time:Locale} - %{Time:ISO} - %{Time:} - see https

[kate] [Bug 403583] Backup on save prefix/suffix as contextually determined string, e.g. a timestamp

2019-09-11 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=403583 Dominik Haumann changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[frameworks-syntax-highlighting] [Bug 367720] lookAhead does not work with dynamic

2019-09-14 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=367720 Dominik Haumann changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[frameworks-ktexteditor] [Bug 401740] Kate Scheme names are untranslatable

2019-09-14 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=401740 --- Comment #3 from Dominik Haumann --- This should certainly be fixed and is a shortcoming of the current implementation. There is hope, though: Recently, KTextEditor internally switched to the KSyntaxHighlighting framework for highlighting

[plasmashell] [Bug 396111] Activity doesn't update files shown on desktop

2019-09-06 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=396111 Dominik Stańczak changed: What|Removed |Added CC||stanczakdomi...@gmail.com -- You

[frameworks-kio] [Bug 401916] Dolphin crashed when copying files to a mobile phone which is connected via kde-connect

2019-09-08 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=401916 --- Comment #5 from Dominik Haumann --- Maybe bug #411310 contains reproducible steps: > I was saving a .c file with 5 lines of code, nothing much. > The issue occurred when creating a chain of 3 subfolders as such; "Parent > Folder&q

[frameworks-kio] [Bug 401916] Dolphin crashed when copying files to a mobile phone which is connected via kde-connect

2019-09-08 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=401916 Dominik Haumann changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[kate] [Bug 117946] Defining external tools overreacts on wrong user input

2019-09-17 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=117946 Dominik Haumann changed: What|Removed |Added Version Fixed In||19.12 Resolution|UNMAINTAINED

[kate] [Bug 153963] external tools need a capture window for output

2019-09-17 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=153963 Dominik Haumann changed: What|Removed |Added Resolution|UNMAINTAINED|FIXED Version Fixed

[kwin] [Bug 410437] KWin crash on system startup

2019-07-30 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=410437 --- Comment #1 from Dominik Stańczak --- Created attachment 121853 --> https://bugs.kde.org/attachment.cgi?id=121853=edit Screenshot One thing I did just notice: I was able to restart KWin, but it seems to open in a small box in the upper l

[kwin] [Bug 410437] New: KWin crash on system startup

2019-07-30 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=410437 Bug ID: 410437 Summary: KWin crash on system startup Product: kwin Version: 5.16.4 Platform: Archlinux Packages OS: Linux Status: REPORTED Keywords: drkonqi

[kate] [Bug 410446] "Append newline at the end of file on save" option does not work

2019-08-07 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410446 Dominik Haumann changed: What|Removed |Added Resolution|--- |INTENTIONAL Status|REPORTED

[kate] [Bug 410685] Make Ctrl+W shortcut work in Ctrl+Tab list

2019-08-07 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410685 --- Comment #2 from Dominik Haumann --- Good idea. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 410446] "Append newline at the end of file on save" option does not work

2019-08-08 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410446 --- Comment #4 from Dominik Haumann --- Well, it does append a newline at the end of the file on save. Other editors like vim also don't necessarily show it. It doesn't make it wrong behavior. This feature btw is mostly for old compilers that require

[kwin] [Bug 410437] KWin crash on system startup

2019-08-01 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=410437 Dominik Stańczak changed: What|Removed |Added Status|NEEDSINFO |RESOLVED --- Comment #3 from Dominik

[kate] [Bug 409856] Crash on shortcut conflict when Escape key is bound to Quit

2019-07-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=409856 --- Comment #3 from Dominik Haumann --- In the configuration dialog you have a separate event loop, that's why ESC will likely just close the dialog. However, the quick open does not have its own dialog and is embedded in the main window. ESC simply

[kate] [Bug 383697] [Regression] Document print margins not persistent.

2019-07-26 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383697 Dominik Haumann changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[kate] [Bug 383697] [Regression] Document print margins not persistent.

2019-07-26 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383697 Dominik Haumann changed: What|Removed |Added Latest Commit||https://commits.kde.org/kte

[kate] [Bug 383697] [Regression] Document print margins not persistent.

2019-07-26 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383697 Dominik Haumann changed: What|Removed |Added URL||https://phabricator.kde.org

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-09-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 --- Comment #7 from Dominik Haumann --- PS: It's back. We have to check translation issues, though. https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/ -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 117946] Defining external tools overreacts on wrong user input

2019-09-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=117946 --- Comment #5 from Dominik Haumann --- https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/ -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 153963] external tools need a capture window for output

2019-09-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=153963 --- Comment #4 from Dominik Haumann --- It's back, see here: https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/ And it has a capture window for output. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 299248] External tools plugin is missing

2019-09-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=299248 --- Comment #6 from Dominik Haumann --- Blog with details: https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/ -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 364654] Tabs aren't aligned to right in RTL layouts

2019-09-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=364654 Dominik Haumann changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[kate] [Bug 412420] New whitespace caused by invisible toolbar

2019-09-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412420 Dominik Haumann changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kate] [Bug 412351] Kate fills 100% of tmpfs /tmp folder

2019-09-26 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412351 --- Comment #1 from Dominik Haumann --- Do you open any file? Is it a session that you restore? Do you open remote files? -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 261210] impossible to add external tools to the toolbar

2019-09-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=261210 Dominik Haumann changed: What|Removed |Added Version Fixed In||19.12 -- You are receiving this mail

[KScreen] [Bug 412447] Scaling-Level as multiple of 0.25

2019-09-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412447 --- Comment #3 from Dominik Haumann --- I think Christoph's point is exactly about NOT allowing these 0.1 increments. Say we optimize it in such a way that we have the 2^-n steps (e.g. 0.125, or 0.25), then these values at least can be represented

[frameworks-syntax-highlighting] [Bug 392468] [New Syntax] No Perl 6 syntax highlighting

2019-09-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=392468 Dominik Haumann changed: What|Removed |Added Version Fixed In|5.47|5.63 -- You are receiving this mail because

[kate] [Bug 412351] Kate fills 100% of tmpfs /tmp folder

2019-09-27 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412351 Dominik Haumann changed: What|Removed |Added Version Fixed In||19.12 --- Comment #13 from Dominik Haumann

[kate] [Bug 408760] Kate segfaults when Korean files are open with uim

2019-06-16 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=408760 --- Comment #1 from Dominik Haumann --- https://github.com/uim/uim/issues/30 seems to report the same issue, however from 2012 or so... Can you reproduce this? Unfortunately the backtrace is also missing more detailed debug info. But since

[frameworks-ktexteditor] [Bug 385962] kate indention jumps to next level on specific letters when it shouldn advance to next level

2019-07-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=385962 Dominik Haumann changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[kate] [Bug 409642] regex

2019-07-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=409642 --- Comment #3 from Dominik Haumann --- The replace part only supports references like \0, \1, ... Indeed, you should not escape anything else. Maybe we should investigate more, but if you get the correct behavior without \, then this issue is minor

[kate] [Bug 413751] Open links in LSP tooltips

2019-11-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413751 Dominik Haumann changed: What|Removed |Added CC||mark.nauwelae...@gmail.com --- Comment #1

[kate] [Bug 413896] crash application when trying to use uim anthy

2019-11-06 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413896 --- Comment #1 from Dominik Haumann --- Could you add debug symbols for kate, KTextEditor, Qt, and uim and reproduce again? Could you then also run kate with: valgrind kate And oaste the output here? -- You are receiving this mail because: You

[kate] [Bug 414362] Old file changed dialog had some advantages over the current KMessageWidget-based UI

2019-11-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=414362 --- Comment #2 from Dominik Haumann --- You should still get a dialog when you enable in Kate's general settings the option [x] Warn about files modified by foreign processes, see: https://docs.kde.org/stable5/en/applications/kate/configuring-kate

[kate] [Bug 414408] Kate has rendering issues with Chinese characters.

2019-11-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=414408 --- Comment #2 from Dominik Haumann --- This looks like the font is missing unicode characters. This is not a bug in Kate. If you try other fonts this will likely work. Can you please test? -- You are receiving this mail because: You are watching

[frameworks-ktexteditor] [Bug 413474] Crash when adding variable into swap file name

2019-10-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413474 Dominik Haumann changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[frameworks-syntax-highlighting] [Bug 413409] No VHDL highlight for uppercase VHDL keywords

2019-10-24 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413409 Dominik Haumann changed: What|Removed |Added Component|syntax |syntax Version|19.08.2

[frameworks-ktexteditor] [Bug 413474] Crash when adding variable into swap file name

2019-10-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413474 Dominik Haumann changed: What|Removed |Added Version Fixed In||5.64 -- You are receiving this mail because

[frameworks-ktexteditor] [Bug 413474] Crash when adding variable into swap file name

2019-10-28 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=413474 --- Comment #6 from Dominik Haumann --- Thanks for the quick testing Juraj. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 --- Comment #9 from Dominik Haumann --- Git commit df460443bf6e651812acb17d31ec1a9d26c71c6a by Dominik Haumann. Committed on 02/12/2019 at 20:31. Pushed by dhaumann into branch 'fix-translation'. Fix: Do not translate KActionCollection identifier M

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 --- Comment #10 from Dominik Haumann --- Git commit df460443bf6e651812acb17d31ec1a9d26c71c6a by Dominik Haumann. Committed on 02/12/2019 at 20:31. Pushed by scmsync into branch 'fix-translation'. Fix: Do not translate KActionCollection identifier M

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 --- Comment #12 from Dominik Haumann --- Ah I think that makes a lot of sense! Thanks, will post a patch. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 --- Comment #17 from Dominik Haumann --- Merge request: https://invent.kde.org/kde/kate/merge_requests/50 -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 Dominik Haumann changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kat

[kate] [Bug 181528] Menu items in Tools -> External Tools are untranslatable

2019-12-02 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=181528 Dominik Haumann changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[kate] [Bug 412288] Kate ignores already running instance and opens document in a new window

2019-09-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412288 --- Comment #1 from Dominik Haumann --- Following the discussion in https://www.reddit.com/r/kde/comments/d8fhdo/kate_from_the_command_line_no_longer_opens_in/ this should be fixed in some 19.08.x release. -- You are receiving this mail because: You

[kate] [Bug 410742] Externally-opened files no longer open in existing window

2019-09-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410742 Dominik Haumann changed: What|Removed |Added CC||zmo...@hotmail.com --- Comment #8 from

[kate] [Bug 412288] Kate ignores already running instance and opens document in a new window

2019-09-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412288 Dominik Haumann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kate] [Bug 261210] impossible to add external tools to the toolbar

2019-09-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=261210 Dominik Haumann changed: What|Removed |Added Resolution|UNMAINTAINED|FIXED Latest Commit

[kate] [Bug 261210] impossible to add external tools to the toolbar

2019-09-23 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=261210 Dominik Haumann changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kat

[kate] [Bug 407512] Quick Open "Match Mode: Filepath" option does not work

2019-10-06 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=407512 Dominik Haumann changed: What|Removed |Added Version Fixed In||19.08 --- Comment #3 from Dominik Haumann

[konqueror] [Bug 302229] Konqueror crashed when canceling a dialog

2019-10-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=302229 Dominik Haumann changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[konqueror] [Bug 210445] [testcase URL] Konqueror crashed when logging in https page [qobject_cast, KHTMLView::eventFilter]

2019-10-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=210445 Dominik Haumann changed: What|Removed |Added CC||aa...@kde.org --- Comment #17 from Dominik

[kate] [Bug 405779] Customizing file extensions doesn't work for highlighting

2019-10-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=405779 --- Comment #6 from Dominik Haumann --- Aleksey, a software that is not user friendly is quite a different matter than being unfriendly to other people. On a technical level I believe you are probably right. But I wonder how you expect others to work

[kate] [Bug 412613] Line ending not correctly saved after pasting content

2019-10-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=412613 Dominik Haumann changed: What|Removed |Added Version Fixed In||5.62 Resolution

[kate] [Bug 410951] Pasting text from Firefox adds bogus whitespace characters at the end of every line / sanitize pasted text

2019-10-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=410951 Dominik Haumann changed: What|Removed |Added CC||a...@piggz.co.uk --- Comment #20 from

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 --- Comment #1 from Dominik Haumann --- The problem here is that %{Document:Selection:Text} is simply the raw text, not escaped. A solution to this could be to add another variable called: %{EscapeText:}, we then could write: https://www.google.com

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 --- Comment #3 from Dominik Haumann --- Git commit b0055e8476bb5d9a48e317230ce8becc60cf78af by Dominik Haumann. Committed on 21/01/2020 at 17:33. Pushed by dhaumann into branch 'master'. Variable expansion: Add variable PercentEncoded Summary

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 Dominik Haumann changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 Dominik Haumann changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kat

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 Dominik Haumann changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kat

[kate] [Bug 416509] The searched text in "Google Selected Text" tool should be escaped

2020-01-21 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416509 Dominik Haumann changed: What|Removed |Added Latest Commit|https://commits.kde.org/kat |https://invent.kde.org/kde

[plasmashell] [Bug 370317] [Activity Pager] - can not drag windows anymore from activity to activity

2020-03-04 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=370317 Dominik Stańczak changed: What|Removed |Added CC||stanczakdomi...@gmail.com -- You

[kate] [Bug 416907] Kate overwrites Color Schemes.

2020-02-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416907 --- Comment #1 from Dominik Haumann --- This will be resolved once KTextEditor switches to using the Themes from the KSyntaxHighlighting framework. Details are tracked here: https://phabricator.kde.org/T4054 https://phabricator.kde.org/T3973 -- You

[kate] [Bug 417201] When double-clicking on an associated file, a new instance of Kate is started rather than a new tab within an already-running instance. Furthermore, when the new instance is close

2020-02-06 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=417201 --- Comment #1 from Dominik Haumann --- I believe this was fixed 4 days ago: https://invent.kde.org/kde/kate/merge_requests/61 -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 381024] Autocomplete back-searches word

2020-02-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=381024 --- Comment #3 from Dominik Haumann --- There was a patch to change the behavior: https://phabricator.kde.org/D22477 This patch was rejected for now, since the current behavior helps a lot to discover API. Adding an option, this patch still could go

[kate] [Bug 416356] Missing "Bookmark Toolview"

2020-01-17 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416356 --- Comment #1 from Dominik Haumann --- This is a nice idea. Currently, bookmarks are only added to the Bookmarks menu. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 416320] External tool needs "Working directory" set to something to work

2020-01-17 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416320 --- Comment #1 from Dominik Haumann --- I will have a look. Out of curiosity, what other external tools do you use? PS: many of the other external tools may also not work in Windows, since I only tested on Linux for now. That's why feedback would

[kate] [Bug 416320] External tool needs "Working directory" set to something to work

2020-01-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416320 --- Comment #4 from Dominik Haumann --- Currently pending merge request to hopefully address this issue: https://invent.kde.org/kde/kate/merge_requests/57 Could you please tell me what currently happens, if you start your command on new text buffer? I

[kate] [Bug 416320] External tool needs "Working directory" set to something to work

2020-01-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416320 --- Comment #2 from Dominik Haumann --- Git commit df2b580f1d6f28bdc098e29428f9cc279dee by Dominik Haumann. Committed on 19/01/2020 at 10:59. Pushed by dhaumann into branch 'external-tools-bug-416320'. External tools: Correctly set the working

[kate] [Bug 416320] External tool needs "Working directory" set to something to work

2020-01-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416320 --- Comment #3 from Dominik Haumann --- Git commit df2b580f1d6f28bdc098e29428f9cc279dee by Dominik Haumann. Committed on 19/01/2020 at 10:59. Pushed by scmsync into branch 'external-tools-bug-416320'. External tools: Correctly set the working

[okular] [Bug 416399] Okular can't be uninstalled on Windows 7.

2020-01-19 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416399 --- Comment #1 from Dominik Haumann --- Since the title mentions Windows 7, what about Windows 10? I'd argue that Windows 7 isn't even supported by MS anymore, so it's questionable whether putting effort into this does make sense... That said, can you

[frameworks-ktexteditor] [Bug 416022] Treat underscores as symbols instead of letters

2020-01-13 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416022 --- Comment #1 from Dominik Haumann --- Implementation hint: In kateviewinternal.cpp, there is a CalculatingCursor, see: https://github.com/KDE/ktexteditor/blob/master/src/view/kateviewinternal.cpp#L887 This CalculatingCursor supports basic text

[kate] [Bug 416137] "Close other" option automatically saves session. Unable to restore previous state

2020-01-14 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416137 --- Comment #4 from Dominik Haumann --- Is it that with these patches one always has to save manually? -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 415037] kate automatically switch highlight to REXX when save python file

2020-01-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=415037 --- Comment #1 from Dominik Haumann --- What's the filename you choose for saving? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-syntax-highlighting] [Bug 143399] highlighter text style: can't turn off inherited attributes

2020-01-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=143399 Dominik Haumann changed: What|Removed |Added CC||nibg...@gmail.com --- Comment #6 from

[kate] [Bug 415279] SEGFAULT when closing Kate

2020-01-03 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=415279 Dominik Haumann changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[kate] [Bug 411156] [RFE] Add option to open and decrypt ansible vaults

2019-12-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=411156 --- Comment #6 from Dominik Haumann --- The External Tools plugin is described here: https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/ What I had in mind is 1. Run tool to decrypt file, 2. Open decrypted file, 3. Run tool to encrypt

[frameworks-syntax-highlighting] [Bug 415671] Add Syntax Highlighting for NFT (nftable)

2019-12-29 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=415671 Dominik Haumann changed: What|Removed |Added Component|syntax |syntax Product|kate

[kate] [Bug 415279] SEGFAULT when closing Kate

2020-01-05 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=415279 Dominik Haumann changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED --- Comment #4 from Dominik Haumann

[kate] [Bug 409940] Undo cursor move

2020-03-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=409940 --- Comment #2 from Dominik Haumann --- Hm, there already is a way in the code to jump to saved editing positions: https://github.com/KDE/ktexteditor/blob/master/src/document/katedocument.h#L406 I believe instead of adding yet another way of doing

[frameworks-kio] [Bug 421374] Service file specifiying 'Run in terminal' gives "Error code 100, Could not find the program ‘konsole’" after Plasma 5.18.5 update.

2020-05-15 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=421374 Dominik Stańczak changed: What|Removed |Added CC||stanczakdomi...@gmail.com -- You

<    2   3   4   5   6   7   8   9   10   11   >