Feed Advanced Search

Jan 6 2019

gregormi created T10279: Tidy up keyboard shortcuts (e.g. Ctrl+Shift+F for file search).
Jan 6 2019, 11:25 PM · KTextEditor
loh.tar added a comment to D12295: Supporting nested brackets for Kate autobrackets.

I didn't test it even more but think on it from time to time. If my slightly negative comment was OK or too fast judged. And yes it may.

Jan 6 2019, 2:03 PM · Frameworks, Kate, KTextEditor

Jan 2 2019

thomassc requested review of D17932: Improvements to completion.
Jan 2 2019, 10:42 PM · Frameworks, Kate, KTextEditor

Jan 1 2019

bcooksley changed the edit policy for KTextEditor.
Jan 1 2019, 10:35 PM
loh.tar added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

It's almost untested, will try to use it on daily basis.
After think a little about it, I came to this variant. Code lines are unlikely to "join", so why test for comments?

Jan 1 2019, 6:22 PM · Frameworks, Kate, KTextEditor
loh.tar updated the diff for D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.
  • Don't rely on comments or highlighting
Jan 1 2019, 6:09 PM · Frameworks, Kate, KTextEditor

Dec 27 2018

loh.tar added a comment to D12295: Supporting nested brackets for Kate autobrackets.

His original post with some more text/hints/questions
https://mail.kde.org/pipermail/kwrite-devel/2018-April/000345.html
He got the advice from @brauch to post here.

Dec 27 2018, 3:58 PM · Frameworks, Kate, KTextEditor

Dec 26 2018

cullmann requested changes to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

As said above, I think some "smart wrap" option and that can be used for it.

Dec 26 2018, 9:54 PM · Frameworks, Kate, KTextEditor

Dec 10 2018

rjvbb added a comment to D16779: kate-ctags plugin: support KDevelop (WIP).

Better late than never: I also figured out how to make the plugin's toolview display correctly in KDevelop: https://commits.kde.org/kate/3cd03f408eed2d66ae008fb8349f8b5af24260e9

Dec 10 2018, 9:43 AM · KDevelop, KTextEditor, Kate

Dec 9 2018

rjvbb closed D16779: kate-ctags plugin: support KDevelop (WIP).
Dec 9 2018, 7:39 PM · KDevelop, KTextEditor, Kate
cullmann added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

I think we could do that in two steps:

Dec 9 2018, 3:17 PM · Frameworks, Kate, KTextEditor

Dec 8 2018

cullmann accepted D16779: kate-ctags plugin: support KDevelop (WIP).

> ok to have that go in now, thanks!

Dec 8 2018, 5:35 PM · KDevelop, KTextEditor, Kate
cullmann abandoned D9077: Bug 377342 Question.

Abandoned in favor of https://phabricator.kde.org/D9175

Dec 8 2018, 5:21 PM · Frameworks, KTextEditor, Kate
cullmann commandeered D9077: Bug 377342 Question.

:( Sorry that this never got attention.

Dec 8 2018, 5:21 PM · Frameworks, KTextEditor, Kate
loh.tar added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

Thanks for your input Dominik.
In the meanwhile I noticed (again) these "Smart-Return" function (I noticed, and used that a couple of years for a short time period, but forgot that somehow) A reverse version of that should be nice. And somehow the possibility to use that automatically without to todo some special key-stroke when join lines by simple remove the newline character by Del-Key.

Dec 8 2018, 10:49 AM · Frameworks, Kate, KTextEditor
loh.tar updated subscribers of D9077: Bug 377342 Question.

@cullmann I think you could give a short hint

Dec 8 2018, 8:10 AM · Frameworks, KTextEditor, Kate
dhaumann added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

As background: inserting the '*' automatically is done by the indenter in cstyle.js. Theorwtically, we could even add a joinLines function to the indenters as well and call it if it exists, and if not use the default implementation. Just an idea... Usually, the motivation for moving something into an indenter boils down to whether a specific behavior is related only to a specific programming language, i.e. when a general purpose solution cannot be done.

Dec 8 2018, 7:55 AM · Frameworks, Kate, KTextEditor

Dec 5 2018

rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Dec 5 2018, 3:05 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

Updated as requested.

Dec 5 2018, 3:04 PM · KDevelop, KTextEditor, Kate
anthonyfieroni added inline comments to D16779: kate-ctags plugin: support KDevelop (WIP).
Dec 5 2018, 4:34 AM · KDevelop, KTextEditor, Kate

Dec 4 2018

rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Dec 4 2018, 8:53 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

undesirable qWarning() removed

Dec 4 2018, 8:52 PM · KDevelop, KTextEditor, Kate

Dec 2 2018

cullmann requested changes to D16779: kate-ctags plugin: support KDevelop (WIP).

Hmm, could you remove or comment out:

Dec 2 2018, 12:36 PM · KDevelop, KTextEditor, Kate

Nov 25 2018

cullmann added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

An extra action looks to me at first sight a little overdone, but an option how join behaves may appropriate.

An option in the settings would work for me, too.
I just don't want to destroy the work-flow of people that rely on the current behavior.

Nov 25 2018, 12:00 PM · Frameworks, Kate, KTextEditor
rjvbb added a comment to D16370: KTextEditor : syntax definition priority UI usability.
Allowing negative prios makes sense.
Nov 25 2018, 9:46 AM · Frameworks, KTextEditor, Kate
rjvbb closed D16370: KTextEditor : syntax definition priority UI usability.
Nov 25 2018, 9:35 AM · Frameworks, KTextEditor, Kate
loh.tar added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

I am not sure if the normal join lines should try to be that clever.

Nov 25 2018, 9:16 AM · Frameworks, Kate, KTextEditor

Nov 24 2018

cullmann accepted D16370: KTextEditor : syntax definition priority UI usability.

I think we merge the change here now.
The tooltip is no real issue, we can try to consolidate what-this-tooltip-inline help an other time if somebody has interest.
Allowing negative prios makes sense.

Nov 24 2018, 4:41 PM · Frameworks, KTextEditor, Kate
cullmann added a comment to D12295: Supporting nested brackets for Kate autobrackets.

Hi, I like the improvements, just want some feedback on my questions above.
Still alive?

Nov 24 2018, 4:38 PM · Frameworks, Kate, KTextEditor
cullmann added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

Whereas I think such an extension is good, I am not sure if the normal join lines should try to be that clever.
ATM it is very "deterministic" what happens and I think people like that.
It would make more sense to have an extra action for such a "smart" variant in my eyes.
What do others think?

Nov 24 2018, 4:35 PM · Frameworks, Kate, KTextEditor
cullmann closed D17103: SpellCheckBar: Use DictionaryComboBox instead of plain QComboBox.
Nov 24 2018, 4:11 PM · Frameworks, Kate, KTextEditor
cullmann accepted D17103: SpellCheckBar: Use DictionaryComboBox instead of plain QComboBox.

I think neither the dialog/spellcheck bar nor the context menu things got any love in the close past.
If you have time to improve this, any patch is welcome!

Nov 24 2018, 4:09 PM · Frameworks, Kate, KTextEditor

Nov 23 2018

loh.tar added a comment to D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.

This works so far in most cases I have tried.

Nov 23 2018, 11:01 PM · Frameworks, Kate, KTextEditor
loh.tar requested review of D17128: WIP DocumentPrivate: Remove all from next line which may annoying when joining lines.
Nov 23 2018, 11:00 PM · Frameworks, Kate, KTextEditor

Nov 22 2018

loh.tar added a comment to D17103: SpellCheckBar: Use DictionaryComboBox instead of plain QComboBox.

It would be nice someone could explain, or point me where to read, why there is no (more) direct use of Sonnet stuff in KTextEditor/Kate.

Nov 22 2018, 3:19 PM · Frameworks, Kate, KTextEditor
loh.tar requested review of D17103: SpellCheckBar: Use DictionaryComboBox instead of plain QComboBox.
Nov 22 2018, 3:18 PM · Frameworks, Kate, KTextEditor

Nov 17 2018

rjvbb updated subscribers of D16779: kate-ctags plugin: support KDevelop (WIP).
Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

I've made a few more usability changes, and renamed the new menu action to "Configure..." because it corresponds to what the action does.

Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb closed D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Nov 17 2018, 1:40 PM · Frameworks, KTextEditor, Kate
cullmann added a comment to D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.

You are right. Please add some comment why one disconnects all things and push it.

Nov 17 2018, 11:57 AM · Frameworks, KTextEditor, Kate

Nov 16 2018

rjvbb added a comment to D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Btw., the 2 nullptr in the disconnect can be left out, or?
Nov 16 2018, 9:39 PM · Frameworks, KTextEditor, Kate
cullmann added a comment to D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.

Btw., the 2 nullptr in the disconnect can be left out, or?
+ a comment for the future would be nice in the code

Nov 16 2018, 9:17 PM · Frameworks, KTextEditor, Kate
cullmann accepted D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.

Sounds reasonable.

Nov 16 2018, 9:15 PM · Frameworks, KTextEditor, Kate
ngraham updated the summary of D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Nov 16 2018, 4:26 PM · Frameworks, KTextEditor, Kate
rjvbb requested review of D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Nov 16 2018, 4:24 PM · Frameworks, KTextEditor, Kate

Nov 13 2018

rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Nov 13 2018, 5:29 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

This adds a safety against a race-like condition I've seen happen once in KDevelop.
It may not be required to make m_mWin a QPointer but it seemed sensible to do.

Nov 13 2018, 5:29 PM · KDevelop, KTextEditor, Kate

Nov 12 2018

rjvbb added inline comments to D16370: KTextEditor : syntax definition priority UI usability.
Nov 12 2018, 10:53 PM · Frameworks, KTextEditor, Kate
rjvbb set the repository for D16370: KTextEditor : syntax definition priority UI usability to R39 KTextEditor.
Nov 12 2018, 10:53 PM · Frameworks, KTextEditor, Kate
rjvbb updated the diff for D16370: KTextEditor : syntax definition priority UI usability.

updated as requested.

Nov 12 2018, 10:53 PM · Frameworks, KTextEditor, Kate

Nov 9 2018

rjvbb added a comment to D16779: kate-ctags plugin: support KDevelop (WIP).
I'm a bit confused... I thought KDevelop had much more advanced plugins/features for this? What does KDevelop need this old plugin for? Non-C/C++ languages or what?
Nov 9 2018, 10:32 PM · KDevelop, KTextEditor, Kate
sars accepted D16779: kate-ctags plugin: support KDevelop (WIP).

I'm a bit confused... I thought KDevelop had much more advanced plugins/features for this? What does KDevelop need this old plugin for? Non-C/C++ languages or what?

Nov 9 2018, 10:15 PM · KDevelop, KTextEditor, Kate
rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Nov 9 2018, 4:27 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

Merged in changes from an older attempt I forgot about (apologies!).

Nov 9 2018, 4:26 PM · KDevelop, KTextEditor, Kate
rjvbb requested review of D16779: kate-ctags plugin: support KDevelop (WIP).
Nov 9 2018, 3:58 PM · KDevelop, KTextEditor, Kate

Nov 4 2018

ngraham added a comment to D16370: KTextEditor : syntax definition priority UI usability.

FWIW, inline "what's this" help is something we're considering removing altogether for a variety of reasons (T9986), so I would prefer to ensure user-friendliness via an intuitive UI, tooltips, and non-inline documentation. Often a little inline note can work. Here's an example from Gwenview's settings dialog, which makes use of this paradigm:

Nov 4 2018, 9:05 PM · Frameworks, KTextEditor, Kate
rjvbb added a comment to D16370: KTextEditor : syntax definition priority UI usability.

I would prefer to set this in the ui file: The maximum is already set to 99.

Nov 4 2018, 5:58 PM · Frameworks, KTextEditor, Kate
dhaumann updated subscribers of D16370: KTextEditor : syntax definition priority UI usability.
Nov 4 2018, 5:37 PM · Frameworks, KTextEditor, Kate
rjvbb added a comment to D16370: KTextEditor : syntax definition priority UI usability.
For the tooltip stuff: I am not sure if that is not inconsistent with the remaining stuff on these pages.
Nov 4 2018, 3:04 PM · Frameworks, KTextEditor, Kate
cullmann added a comment to D16370: KTextEditor : syntax definition priority UI usability.

+1 for the negative priority idea, might help some people.

Nov 4 2018, 1:30 PM · Frameworks, KTextEditor, Kate

Oct 22 2018

rjvbb requested review of D16370: KTextEditor : syntax definition priority UI usability.
Oct 22 2018, 11:45 AM · Frameworks, KTextEditor, Kate

Sep 22 2018

demsking added a watcher for KTextEditor: demsking.
Sep 22 2018, 6:48 AM

Sep 13 2018

kdevir added a comment to T9671: Enable Lumen KTextEditor plugin for KDevelop.

Thanks for the advice! :)

Sep 13 2018, 3:38 PM · KTextEditor, KDevelop, Kate
kfunk added a comment to T9671: Enable Lumen KTextEditor plugin for KDevelop.

Note: Probably not worth the hassle for this simple patch though :)

Sep 13 2018, 3:13 PM · KTextEditor, KDevelop, Kate
ngraham closed T9671: Enable Lumen KTextEditor plugin for KDevelop as Invalid.

Thanks for the patch! Please submit it using Phabricator's Differential/Code Review tools. See https://community.kde.org/Infrastructure/Phabricator for documentation. Since you already have a .patch file, it'll be as easy as pasting the contents into https://phabricator.kde.org/differential/diff/create/. Later on, you can set up arc to make the process even easier.

Sep 13 2018, 3:11 PM · KTextEditor, KDevelop, Kate
kdevir added a comment to T9671: Enable Lumen KTextEditor plugin for KDevelop.

Not sure how to use Phabricator properly right now, so I'm just throwing stuff at the wall to see what sticks.

Sep 13 2018, 3:10 PM · KTextEditor, KDevelop, Kate
kdevir updated subscribers of T9671: Enable Lumen KTextEditor plugin for KDevelop.
Sep 13 2018, 3:09 PM · KTextEditor, KDevelop, Kate
kdevir created T9671: Enable Lumen KTextEditor plugin for KDevelop.
Sep 13 2018, 3:06 PM · KTextEditor, KDevelop, Kate

Sep 7 2018

acrouthamel closed D15337: Fix Solarized Light and Dark color schemes.
Sep 7 2018, 11:26 PM · KTextEditor, Frameworks, Kate
acrouthamel added a comment to D15337: Fix Solarized Light and Dark color schemes.

Thanks, I can. I'm getting an error in Arcanist, so let me diagnose that and I'll land it.

Sep 7 2018, 9:50 PM · KTextEditor, Frameworks, Kate
dhaumann accepted D15337: Fix Solarized Light and Dark color schemes.

Looks good to me. Can you commit yourself?

Sep 7 2018, 9:41 PM · KTextEditor, Frameworks, Kate
acrouthamel added a comment to D15337: Fix Solarized Light and Dark color schemes.

Solarized dark still only has 28 colors, right? Can you add the missing ones?

Sep 7 2018, 9:39 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Added three missing definitions
Sep 7 2018, 9:37 PM · KTextEditor, Frameworks, Kate
dhaumann added a comment to D15337: Fix Solarized Light and Dark color schemes.

Solarized dark still only has 28 colors, right? Can you add the missing ones?

Sep 7 2018, 9:06 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the summary of D15337: Fix Solarized Light and Dark color schemes.
Sep 7 2018, 8:58 PM · KTextEditor, Frameworks, Kate
acrouthamel added a comment to D15337: Fix Solarized Light and Dark color schemes.

@dhaumann, I've added these colors to KSyntaxHighlighting over here: D15340

Sep 7 2018, 8:57 PM · KTextEditor, Frameworks, Kate
acrouthamel added a comment to D15337: Fix Solarized Light and Dark color schemes.

You were right again. For some reason that Others= disappeared from my ~/.config/katesyntaxhighlightingrc so I didn't notice it. Even though it was defined and displaying fine in the GUI. Weird.

Sep 7 2018, 8:36 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Fixed Others definition
Sep 7 2018, 8:34 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Some Marker color tweaks to ensure Solarized interaction rule adherence
Sep 7 2018, 8:29 PM · KTextEditor, Frameworks, Kate
dhaumann added inline comments to D15337: Fix Solarized Light and Dark color schemes.
Sep 7 2018, 8:05 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Fixed Light scheme Error color
Sep 7 2018, 7:52 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Solarized Light Region Marker fix and small Dark tweak.
Sep 7 2018, 7:29 PM · KTextEditor, Frameworks, Kate
acrouthamel added a comment to D15337: Fix Solarized Light and Dark color schemes.

I've fixed the section. I'm actually working on the KSyntaxHighlighting themes now, you'll see those in another patch.

Sep 7 2018, 7:15 PM · KTextEditor, Frameworks, Kate
acrouthamel updated the diff for D15337: Fix Solarized Light and Dark color schemes.
  • Fixed section code
Sep 7 2018, 7:13 PM · KTextEditor, Frameworks, Kate
dhaumann added a comment to D15337: Fix Solarized Light and Dark color schemes.

Thanks for working on this. Looks good to me - just a minor question about the section for Solarized light.

Sep 7 2018, 7:08 PM · KTextEditor, Frameworks, Kate
acrouthamel added a project to D15337: Fix Solarized Light and Dark color schemes: KTextEditor.
Sep 7 2018, 6:27 PM · KTextEditor, Frameworks, Kate

Aug 28 2018

shubham closed D15127: Fix typos for "Show line count".
Aug 28 2018, 5:16 PM · Frameworks, KTextEditor, Kate
shubham added a comment to D15127: Fix typos for "Show line count".

Going to land this now

Aug 28 2018, 5:13 PM · Frameworks, KTextEditor, Kate
cullmann accepted D15127: Fix typos for "Show line count".

Ok with this.

Aug 28 2018, 5:11 PM · Frameworks, KTextEditor, Kate
shubham updated the diff for D15127: Fix typos for "Show line count".
Aug 28 2018, 3:50 PM · Frameworks, KTextEditor, Kate
shubham updated the test plan for D15127: Fix typos for "Show line count".
Aug 28 2018, 3:45 PM · Frameworks, KTextEditor, Kate
shubham requested review of D15127: Fix typos for "Show line count".
Aug 28 2018, 3:43 PM · Frameworks, KTextEditor, Kate

Aug 14 2018

cullmann abandoned D12768: Allow wrapping selection off top/bottom of autocomplete results.
Aug 14 2018, 9:30 PM · KTextEditor, Frameworks, Kate
cullmann commandeered D12768: Allow wrapping selection off top/bottom of autocomplete results.

I don't think such a behavior change is wanted.

Aug 14 2018, 9:30 PM · KTextEditor, Frameworks, Kate
cullmann added a reviewer for D12295: Supporting nested brackets for Kate autobrackets: brauch.
Aug 14 2018, 2:40 PM · Frameworks, Kate, KTextEditor
cullmann updated subscribers of D12295: Supporting nested brackets for Kate autobrackets.
Aug 14 2018, 2:40 PM · Frameworks, Kate, KTextEditor
brauch reassigned T3662: Multi-Cursor: block selection mode is broken from brauch to lepagevalleeemmanuel.
Aug 14 2018, 1:41 PM · KTextEditor
cullmann abandoned D10587: Restore KTextEditor Document Dbus bindings.
Aug 14 2018, 1:22 PM · Frameworks, Kate, KTextEditor
cullmann commandeered D10587: Restore KTextEditor Document Dbus bindings.

As said, I agree a fix for the unsaved documents vs. no swap files problem is wanted, but a single use case is not enough to bring back the dbus overhead per document.

Aug 14 2018, 1:22 PM · Frameworks, Kate, KTextEditor