Feed Advanced Search

Mar 22 2022

waqar closed T10863: When writing in Kate in a RTL language, Kate acts weird as Resolved.
Mar 22 2022, 6:07 PM · KTextEditor, Kate

Dec 11 2020

waqar added a comment to T10863: When writing in Kate in a RTL language, Kate acts weird.
Dec 11 2020, 10:48 AM · KTextEditor, Kate
safaalfulaij added a comment to T10863: When writing in Kate in a RTL language, Kate acts weird.

This is the Qt issue similar to the one in KTextEditor:
https://bugreports.qt.io/browse/QTBUG-71489

Dec 11 2020, 10:35 AM · KTextEditor, Kate
waqar added a project to T10863: When writing in Kate in a RTL language, Kate acts weird: KTextEditor.
Dec 11 2020, 10:25 AM · KTextEditor, Kate

Sep 6 2020

ngraham closed T11064: Improve the UI for the "make the editor follow the system color scheme" feature as Resolved.

This was done in https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/20!

Sep 6 2020, 6:19 PM · VDG, KTextEditor, Kate

Feb 12 2020

cullmann closed D27238: Add an option to dynamic-break inside words.
Feb 12 2020, 8:04 AM · Frameworks, Kate, KTextEditor
cullmann accepted D27238: Add an option to dynamic-break inside words.

Ok, happy with that, thanks!

Feb 12 2020, 8:03 AM · Frameworks, Kate, KTextEditor
eudoxos updated the diff for D27238: Add an option to dynamic-break inside words.

Changed config key to dynamic-word-wrap-anywhere as suggested by @cullmann .

Feb 12 2020, 5:38 AM · Frameworks, Kate, KTextEditor

Feb 11 2020

cullmann added a comment to D27238: Add an option to dynamic-break inside words.

Hmm, not sure.
Given we have everywhere at the moment the dynamic/static word wrap wording, I would rather stick with that.

Feb 11 2020, 10:18 PM · Frameworks, Kate, KTextEditor
eudoxos added a comment to D27238: Add an option to dynamic-break inside words.

I am ok with this.
Thought I would like to have a more consistent name for the config key.
We have already "dynamic-word-wrap", I would like "dynamic-word-wrap-anywhere" better than the abbreviated "dyn-wrap-anywhere"

Feb 11 2020, 10:08 PM · Frameworks, Kate, KTextEditor
cullmann requested changes to D27238: Add an option to dynamic-break inside words.

I am ok with this.
Thought I would like to have a more consistent name for the config key.
We have already "dynamic-word-wrap", I would like "dynamic-word-wrap-anywhere" better than the abbreviated "dyn-wrap-anywhere"

Feb 11 2020, 9:46 AM · Frameworks, Kate, KTextEditor
eudoxos added a comment to D27238: Add an option to dynamic-break inside words.

A complementary (also related to dynamic wrapping) change is tracked under D27285.

Feb 11 2020, 9:27 AM · Frameworks, Kate, KTextEditor

Feb 9 2020

dhaumann updated subscribers of D27238: Add an option to dynamic-break inside words.

I think this patch looks good.

Feb 9 2020, 9:43 PM · Frameworks, Kate, KTextEditor

Feb 8 2020

eudoxos requested review of D27238: Add an option to dynamic-break inside words.
Feb 8 2020, 11:42 AM · Frameworks, Kate, KTextEditor
eudoxos added a member for KTextEditor: eudoxos.
Feb 8 2020, 11:27 AM

Jan 1 2020

mludwig closed D26321: Expose show-line-count in the ConfigInterface.
Jan 1 2020, 10:38 AM · Frameworks, Kate, KTextEditor
dhaumann accepted D26321: Expose show-line-count in the ConfigInterface.

Ok with this... Thanks. A note " Since 5.6x would be nice".

Jan 1 2020, 12:38 AM · Frameworks, Kate, KTextEditor

Dec 31 2019

mludwig added a comment to D26321: Expose show-line-count in the ConfigInterface.

I am ok with this , but in the long run, we want to change the behavior of the view's config interface to just dispatch to the internal config interface like for the document.
You missed to add the line-count to KTextEditor::ViewPrivate::configKeys()

Dec 31 2019, 1:51 PM · Frameworks, Kate, KTextEditor
mludwig updated the diff for D26321: Expose show-line-count in the ConfigInterface.

Add "line-count" to KTextEditor::ViewPrivate::configKeys()

Dec 31 2019, 1:50 PM · Frameworks, Kate, KTextEditor
cullmann requested changes to D26321: Expose show-line-count in the ConfigInterface.

I am ok with this , but in the long run, we want to change the behavior of the view's config interface to just dispatch to the internal config interface like for the document.
You missed to add the line-count to KTextEditor::ViewPrivate::configKeys()

Dec 31 2019, 12:48 PM · Frameworks, Kate, KTextEditor
mludwig requested review of D26321: Expose show-line-count in the ConfigInterface.
Dec 31 2019, 8:08 AM · Frameworks, Kate, KTextEditor

Dec 8 2019

cent added a member for KTextEditor: cent.
Dec 8 2019, 10:50 PM
cent added a watcher for KTextEditor: cent.
Dec 8 2019, 10:49 PM

Sep 26 2019

volkov added a comment to D5394: KAuth integration in document saving - vol. 2.

D24245 - support for passing Unix file descriptors in KAuth.

Sep 26 2019, 4:26 PM · Kate, Frameworks, KTextEditor

Sep 24 2019

Restricted Application added a project to D5394: KAuth integration in document saving - vol. 2: Kate.

Wouldn't it be better to avoid creation of a temporary file by opening an original file for writing in the helper and passing the file descriptor back to the main process?

Sep 24 2019, 12:27 PM · Kate, Frameworks, KTextEditor

Sep 10 2019

cullmann closed T6869: Create ktexteditor-addons repo as Wontfix.

Given the big KDevelop & Kate share plugins stuff never took off, I think we shall keep them just in kate.git, this will allow to do even more "experimental" stuff in the future like having some extra interfaces for Kate specific stuff that doesn't need to keep BC.

Sep 10 2019, 12:57 PM · Kile, Kate, KDevelop, KTextEditor

Aug 23 2019

cullmann closed D23373: KTextEditor: Fix left border flicker when switching between documents.
Aug 23 2019, 7:01 PM · Frameworks, Kate, KTextEditor
cullmann added a comment to D23373: KTextEditor: Fix left border flicker when switching between documents.

Given we use setAttribute(Qt::WA_StaticContents); I think using this additional attribute is fine.

Aug 23 2019, 2:26 PM · Frameworks, Kate, KTextEditor
daandemeyer added a comment to D23373: KTextEditor: Fix left border flicker when switching between documents.

According to the documentation they should both achieve the same effect. However, Qt::WA_OpaquePaintEvent takes precedence if both are used.

Aug 23 2019, 2:15 PM · Frameworks, Kate, KTextEditor
dhaumann added a comment to D23373: KTextEditor: Fix left border flicker when switching between documents.

Looks good. Still, can the same be achieved with setAutoFillBackground(false)?

Aug 23 2019, 2:10 PM · Frameworks, Kate, KTextEditor
cullmann accepted D23373: KTextEditor: Fix left border flicker when switching between documents.

KateIconBorder::paintBorder seems to take care to paint the complete background,

Aug 23 2019, 12:09 PM · Frameworks, Kate, KTextEditor
cullmann added a comment to D23373: KTextEditor: Fix left border flicker when switching between documents.

Hmm, I thought one can enable that safely, if the widget paintEvent paints the full background anyways itself.
I think that should be ok for the iconborder but must take a look myself again ;=)

Aug 23 2019, 12:05 PM · Frameworks, Kate, KTextEditor
daandemeyer requested review of D23373: KTextEditor: Fix left border flicker when switching between documents.
Aug 23 2019, 9:05 AM · Frameworks, Kate, KTextEditor

Aug 17 2019

cullmann closed D23203: Use CMake find_dependency instead of find_package in CMake config file template..
Aug 17 2019, 2:50 PM · Frameworks, Kate, KTextEditor
dhaumann accepted D23203: Use CMake find_dependency instead of find_package in CMake config file template..
Aug 17 2019, 6:30 AM · Frameworks, Kate, KTextEditor

Aug 16 2019

daandemeyer requested review of D23203: Use CMake find_dependency instead of find_package in CMake config file template..
Aug 16 2019, 3:11 PM · Frameworks, Kate, KTextEditor

Jul 21 2019

aacid updated subscribers of T10480: KTextEditor KAuth helper + KAuth security review (by SUSE).
Jul 21 2019, 3:08 PM · KTextEditor

Jun 19 2019

ngraham updated subscribers of T11064: Improve the UI for the "make the editor follow the system color scheme" feature.
Jun 19 2019, 4:34 PM · VDG, KTextEditor, Kate

Jun 12 2019

ngraham added a comment to T11064: Improve the UI for the "make the editor follow the system color scheme" feature.

I second Christoph's comment.

The idea for Themes is as follows:

  • themes provided by the installation are read-only
  • If you want to create a new theme, you copy an existing one and give it a unique new name
Jun 12 2019, 2:58 PM · VDG, KTextEditor, Kate
dhaumann added a comment to T11064: Improve the UI for the "make the editor follow the system color scheme" feature.

I second Christoph's comment.

Jun 12 2019, 8:50 AM · VDG, KTextEditor, Kate

Jun 11 2019

cullmann added a comment to T11064: Improve the UI for the "make the editor follow the system color scheme" feature.

Actually, before one starts to touch this for such things, I would like to have the KTextEditor stuff ported to use the "themes" as provided by KSyntaxHighlighting.

Jun 11 2019, 5:42 AM · VDG, KTextEditor, Kate

Jun 10 2019

ngraham created T11064: Improve the UI for the "make the editor follow the system color scheme" feature.
Jun 10 2019, 10:07 PM · VDG, KTextEditor, Kate

Apr 13 2019

cullmann abandoned D12295: Supporting nested brackets for Kate autobrackets.
Apr 13 2019, 5:10 PM · Frameworks, Kate, KTextEditor
cullmann commandeered D12295: Supporting nested brackets for Kate autobrackets.

We close this in favor of the other patches.

Apr 13 2019, 5:09 PM · Frameworks, Kate, KTextEditor

Apr 11 2019

loh.tar closed D20425: KateIconBorder: Code cosmetic.
Apr 11 2019, 3:40 AM · Frameworks, KTextEditor, Kate

Apr 10 2019

dhaumann accepted D20425: KateIconBorder: Code cosmetic.
Apr 10 2019, 8:55 PM · Frameworks, KTextEditor, Kate
loh.tar requested review of D20425: KateIconBorder: Code cosmetic.
Apr 10 2019, 5:20 AM · Frameworks, KTextEditor, Kate

Mar 26 2019

szutmael added a watcher for KTextEditor: szutmael.
Mar 26 2019, 11:16 AM

Mar 19 2019

szutmael added a comment to T3661: Multi-Cursor: persistent selection + templates must disable multicursor.
Mar 19 2019, 12:44 AM · KTextEditor
szutmael added a comment to T3662: Multi-Cursor: block selection mode is broken .
Mar 19 2019, 12:44 AM · KTextEditor

Mar 4 2019

cullmann closed D19416: Restore the search wrapped message to its former type and position..
Mar 4 2019, 6:44 PM · Frameworks, Kate, KTextEditor

Feb 28 2019

loh.tar added a comment to D19416: Restore the search wrapped message to its former type and position..
@loh.tar The line edit in the search bar was once used before the floating message widgets in the view even existed. I guess it's legacy and possibly can be removed?

You don't mean the widget through which you enter the pattern to search on I hope?

Feb 28 2019, 9:22 PM · Frameworks, Kate, KTextEditor
rjvbb added a comment to D19416: Restore the search wrapped message to its former type and position..
@loh.tar The line edit in the search bar was once used before the floating message widgets in the view even existed. I guess it's legacy and possibly can be removed?
Feb 28 2019, 9:07 PM · Frameworks, Kate, KTextEditor
dhaumann accepted D19416: Restore the search wrapped message to its former type and position..

@neundorf With this we are back to where we came from. Interesting to see how history repeats, and repeats, and repeats... Accepting this change means a wont-fix to your wish to move it to the center.

Feb 28 2019, 8:48 PM · Frameworks, Kate, KTextEditor
loh.tar added a comment to D19416: Restore the search wrapped message to its former type and position..

I quote myself from D19367 TEST PLAN Potential TODOs:

Feb 28 2019, 4:53 PM · Frameworks, Kate, KTextEditor
ngraham added a comment to D19416: Restore the search wrapped message to its former type and position..

I'm in favor of this. Ever since the message was moved to the middle of the screen, it's annoyed me by covering up the search result itself. If the bottom-right corner is considered too hidden, maybe it should be horizontally centered, and moved up 50 pixels or so from the bottom of the view? But anything's better than covering up the found matches. :)

Feb 28 2019, 2:30 PM · Frameworks, Kate, KTextEditor
rjvbb requested review of D19416: Restore the search wrapped message to its former type and position..
Feb 28 2019, 12:37 PM · Frameworks, Kate, KTextEditor

Feb 22 2019

mgerstner added a comment to T10480: KTextEditor KAuth helper + KAuth security review (by SUSE).

This sounds like an excellent topic for the upcoming privacy sprint (T8622). @mgerstner any chance you can attend it?

Feb 22 2019, 1:04 PM · KTextEditor

Feb 21 2019

nicolasfella updated subscribers of T10480: KTextEditor KAuth helper + KAuth security review (by SUSE).

This sounds like an excellent topic for the upcoming privacy sprint (T8622). @mgerstner any chance you can attend it?

Feb 21 2019, 11:08 AM · KTextEditor

Feb 20 2019

gennad removed a watcher for KTextEditor: gennad.
Feb 20 2019, 8:53 AM
gennad removed a member for KTextEditor: gennad.
Feb 20 2019, 8:53 AM

Feb 14 2019

lbeltrame created T10480: KTextEditor KAuth helper + KAuth security review (by SUSE).
Feb 14 2019, 2:23 PM · KTextEditor

Feb 11 2019

gennad added a member for KTextEditor: gennad.
Feb 11 2019, 3:04 AM
gennad added a watcher for KTextEditor: gennad.
Feb 11 2019, 3:04 AM

Feb 9 2019

cullmann closed D17932: Improvements to completion.
Feb 9 2019, 4:05 PM · Frameworks, KTextEditor, Kate

Feb 6 2019

cullmann accepted D17932: Improvements to completion.

Then I will apply this.

Feb 6 2019, 6:20 PM · Frameworks, KTextEditor, Kate

Feb 5 2019

mwolff added a comment to D17932: Improvements to completion.

I'm in favor!

Feb 5 2019, 7:30 AM · Frameworks, KTextEditor, Kate

Feb 2 2019

dhaumann added a comment to D17932: Improvements to completion.

Well, giving it a try and merge should be postponed ubtil tomorrow: dfaure tags today, so we would then have 1 month of internal testing.

Feb 2 2019, 3:50 PM · Frameworks, KTextEditor, Kate
cullmann added a comment to D17932: Improvements to completion.

Should we give this some try and merge it?

Feb 2 2019, 3:26 PM · Frameworks, KTextEditor, Kate

Jan 15 2019

mwolff accepted D17932: Improvements to completion.

@brauch, @kfunk what do you say?

Jan 15 2019, 7:26 PM · Frameworks, KTextEditor, Kate
loh.tar added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

can you please rephrase the title of this review to make it understandable?

Jan 15 2019, 3:24 PM · Frameworks, Kate, KTextEditor
mwolff requested changes to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

can you please rephrase the title of this review to make it understandable? "Remove all" - what do you remove? All what?

Jan 15 2019, 1:38 PM · Frameworks, Kate, KTextEditor

Jan 13 2019

gregormi updated the task description for T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 13 2019, 8:23 PM · KTextEditor
thomassc updated the diff for D17932: Improvements to completion.

Change to a single setter for match_cs and exact_match_cs to avoid restriction on call order of functions

Jan 13 2019, 4:21 PM · Frameworks, KTextEditor, Kate
loh.tar added a comment to T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).

Your perception is clear, we have always some result to navigate in, make sense.

Jan 13 2019, 4:16 PM · KTextEditor
gregormi added a comment to T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).

But I'm not sure if "navigate up/down/left/right" in some list should be done by a shortcut where you jump "free" in some text like in Kate or a Web-Browser.

Jan 13 2019, 3:53 PM · KTextEditor
loh.tar added a comment to T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).

What do you think of the described idea to have a universal "next match" feature and shortcut?

Jan 13 2019, 3:46 PM · KTextEditor
gregormi updated subscribers of T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).

Um, can't find here a hint that this is try to follow some "defined standard", like CUA. https://en.wikipedia.org/wiki/IBM_Common_User_Access

"...all major Unix GUI environments/toolkits, whether or not based on the X 
Window System, have featured varying levels of CUA compatibility.." 
"The current major environments, GNOME and KDE, also feature extensive CUA 
compatibility..."

Web-search list some KDE docs for Krusader or Gwenview but so far no "master page".

Particularly I ask me why the S&R plugin should use own shortcuts when there is F3/Shift-F3 already defined (at least here and there listed as Standard) I would prefer that the default short cuts always works, independent what was the initial search tool.

But probably I once again misunderstood something :-)

Jan 13 2019, 3:25 PM · KTextEditor
mwolff updated subscribers of D17932: Improvements to completion.

Thanks for reviewing. Regarding the question about which models would have an insensitive exact match, and which ones have sensitive exact matches:

  • An example for case-insensitive exact matches might be plain text, or a hypothetical case-insensitive programming language. For example for plain text, one might want to treat words like "Question" and "question" as exact matches, which will make the completion widget close itself when it shows one of them and the user types the other. This is the current behavior for the word completion in KWrite / Kate.
  • An example for case-sensitive exact matches would be a case-sensitive programming language like C++. If the user typed "m_var" but the variable is actually called "m_Var", then the completion widget should not hide itself, since it might still be useful to replace the typed text with the completion item that has different case.
Jan 13 2019, 1:18 PM · Frameworks, KTextEditor, Kate
gregormi triaged T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search) as Normal priority.
Jan 13 2019, 12:58 AM · KTextEditor
gregormi triaged T10316: Status bar: modified indicator as Wishlist priority.
Jan 13 2019, 12:34 AM · KTextEditor
gregormi created T10316: Status bar: modified indicator.
Jan 13 2019, 12:27 AM · KTextEditor

Jan 12 2019

thomassc updated the diff for D17932: Improvements to completion.

Update according to Milian's comments

Jan 12 2019, 6:05 PM · Frameworks, KTextEditor, Kate
thomassc added a comment to D17932: Improvements to completion.

Thanks for reviewing. Regarding the question about which models would have an insensitive exact match, and which ones have sensitive exact matches:

Jan 12 2019, 6:04 PM · Frameworks, KTextEditor, Kate

Jan 10 2019

gregormi updated the task description for T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 10 2019, 8:44 PM · KTextEditor
mwolff requested changes to D17932: Improvements to completion.

Hey there, sorry for the long delay. In general, I think your suggestions are very sane - most notably preferring exact case matches over fuzzy matches is a good thing to have!

Jan 10 2019, 10:56 AM · Frameworks, KTextEditor, Kate

Jan 8 2019

cullmann added a reviewer for D17932: Improvements to completion: KDevelop.

Perhaps some KDevelop people have feedback, given they use that mostly ;=)

Jan 8 2019, 4:49 PM · Frameworks, KTextEditor, Kate
loh.tar added inline comments to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.
Jan 8 2019, 3:26 PM · Frameworks, Kate, KTextEditor
loh.tar updated the diff for D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

Try to be smart

Jan 8 2019, 3:19 PM · Frameworks, Kate, KTextEditor

Jan 7 2019

gregormi placed T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search) up for grabs.
Jan 7 2019, 12:08 AM · KTextEditor
gregormi placed T10280: Ctrl+Space Autocomplete: Do not delete after completion up for grabs.
Jan 7 2019, 12:07 AM · KTextEditor

Jan 6 2019

gregormi moved T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search) from Backlog to In Progress on the KTextEditor board.
Jan 6 2019, 11:53 PM · KTextEditor
gregormi moved T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search) from Multi-Cursor to Backlog on the KTextEditor board.
Jan 6 2019, 11:52 PM · KTextEditor
gregormi moved T10280: Ctrl+Space Autocomplete: Do not delete after completion from Multi-Cursor to Backlog on the KTextEditor board.
Jan 6 2019, 11:52 PM · KTextEditor
gregormi assigned T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search) to dhaumann.
Jan 6 2019, 11:50 PM · KTextEditor
gregormi renamed T10280: Ctrl+Space Autocomplete: Do not delete after completion from Ctrl+Space Autocomplete: Option _not_ to delete to Ctrl+Space Autocomplete: Do not delete after completion.
Jan 6 2019, 11:50 PM · KTextEditor
gregormi created T10280: Ctrl+Space Autocomplete: Do not delete after completion.
Jan 6 2019, 11:49 PM · KTextEditor
gregormi updated the task description for T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 6 2019, 11:45 PM · KTextEditor
gregormi updated the task description for T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 6 2019, 11:43 PM · KTextEditor
gregormi updated the task description for T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 6 2019, 11:25 PM · KTextEditor