[frameworks-ktexteditor] [Bug 352868] Folding for all nodes (not just top-level) and/or siblings to current

2019-04-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=352868

--- Comment #13 from Lothar  ---
1) https://phabricator.kde.org/R39:5c83e29561e3425fb1f917a2c8de31eb48a5cd8d
2) No default short-cut, but action is available

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 406627] Allow the user to define default settings in print dialog

2019-04-27 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=406627

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #10 from Lothar  ---
How is that handled by other applications?
Have the feeling it should be done on some "global" level.
At least as long as some document is in the "recent used list", it should
remember the print settings.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 344414] Codefolding for only one level in Kate (more a wish than a bug)

2019-04-20 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=344414

Lothar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.58
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/5c83e29561e3425fb1
   ||f917a2c8de31eb48a5cd8d
 Status|REPORTED|RESOLVED

--- Comment #2 from Lothar  ---
Git commit 5c83e29561e3425fb1f917a2c8de31eb48a5cd8d by loh tar.
Committed on 20/04/2019 at 11:24.
Pushed by lohtar into branch 'master'.

Add action to toggle folding of child ranges

Summary:

With this patch will all, and only, the nested foldings of a range
(un)folded by right mouse click on the left hand icon border.

The range itself kept untouched, not toggled.

However, for convenience toggle the right button also a range which
doesn't contain other folding ranges.

- Described action is also available in "View->Code Folding" menu as
  "Toggle Contained Nodes"
- Old two actions "Fold/Unfold Current Node" are replaced by
  "Toggle Current Node"

The noted bug report request a slightly different behavior, but I think
it's close enough to considered that as "fixed".
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D20606

M  +3-3src/data/katepart5ui.rc
M  +3-2src/document/katebuffer.cpp
M  +2-1src/document/katebuffer.h
M  +97   -29   src/view/kateview.cpp
M  +25   -10   src/view/kateview.h
M  +6-22   src/view/kateviewhelpers.cpp
M  +8-0src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/5c83e29561e3425fb1f917a2c8de31eb48a5cd8d

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 352868] Folding for all nodes (not just top-level) and/or siblings to current

2019-04-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=352868

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #11 from Lothar  ---
Hi! A little hard for me to follow here. Will...
https://phabricator.kde.org/D20606
...fix this too, so we can close it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 395430] Indentation in spaces not working in Block Selection Mode

2019-04-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=395430

Lothar  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kte
   ||xteditor/78a2e5d1daa5007f9c
   ||8a185415c404b189167919
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.58

--- Comment #1 from Lothar  ---
Git commit 78a2e5d1daa5007f9c8a185415c404b189167919 by loh tar.
Committed on 13/04/2019 at 18:08.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Respect indention mode when block selection

Summary:
Without this patch was in block selection mode always a tab inserted, also when
configured to use spaces on tab-key press
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D19450

M  +2-1src/document/katedocument.cpp

https://commits.kde.org/ktexteditor/78a2e5d1daa5007f9c8a185415c404b189167919

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 306745] scrolling past document reverts back to the end of the document when you type

2019-04-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=306745

Lothar  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit|https://commits.kde.org/kte |https://commits.kde.org/kte
   |xteditor/2bed94b6d463fafbbc |xteditor/cfb0af25bdfac0d8f8
   |b38f68bef90bcf18124cc6  |6b42db0b34a6bc9f9a361e
 Resolution|--- |FIXED
   Version Fixed In|KDE Frameworks 5.43 |5.58

--- Comment #9 from Lothar  ---
Git commit cfb0af25bdfac0d8f86b42db0b34a6bc9f9a361e by loh tar.
Committed on 13/04/2019 at 14:19.
Pushed by lohtar into branch 'master'.

ViewInternal: Fix makeVisible(..)

Summary:
- Proper calculation of new position to scroll
- Don't force to center cursor in view in most cases.
  This change looks slightly dangerous but nobody knows
  why that was done. So we give it a try now!
Related: bug 399014
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D17857

M  +1-2autotests/src/kateview_test.cpp
M  +1-1src/view/kateview.cpp
M  +6-3src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/cfb0af25bdfac0d8f86b42db0b34a6bc9f9a361e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 399014] Text editor jumps when inserting a new bracket with auto-brackets.

2019-04-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=399014

Lothar  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kte |https://commits.kde.org/kte
   |xteditor/65e3b5462f1c4b7f3d |xteditor/cfb0af25bdfac0d8f8
   |5934bd336d0b5e9412e49e  |6b42db0b34a6bc9f9a361e
   Version Fixed In||5.58

--- Comment #6 from Lothar  ---
Git commit cfb0af25bdfac0d8f86b42db0b34a6bc9f9a361e by loh tar.
Committed on 13/04/2019 at 14:19.
Pushed by lohtar into branch 'master'.

ViewInternal: Fix makeVisible(..)

Summary:
- Proper calculation of new position to scroll
- Don't force to center cursor in view in most cases.
  This change looks slightly dangerous but nobody knows
  why that was done. So we give it a try now!
Related: bug 306745
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D17857

M  +1-2autotests/src/kateview_test.cpp
M  +1-1src/view/kateview.cpp
M  +6-3src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/cfb0af25bdfac0d8f86b42db0b34a6bc9f9a361e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 368580] Auto Brackets forgets about multiple levels of brackets when overtyping closing bracket

2019-04-12 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=368580

Lothar  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.58
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/8f0813f6c7ed6da15c
   ||dc10030b42c34f7ce98fb0

--- Comment #1 from Lothar  ---
Git commit 8f0813f6c7ed6da15cdc10030b42c34f7ce98fb0 by loh tar.
Committed on 12/04/2019 at 22:29.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Make bracket handling smart

This patch checks if the entered closing bracket is already balanced and
skip the input in this case. Targets the "nested autbracket" problem
without to base on this enabled config setting.
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D19608

M  +12   -0src/document/katedocument.cpp

https://commits.kde.org/ktexteditor/8f0813f6c7ed6da15cdc10030b42c34f7ce98fb0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 406305] Add "Close file" button to inview notice about deleted file

2019-04-10 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=406305

--- Comment #2 from Lothar  ---
hm, to my surprise is such file here not treated as "orphaned"

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 406305] Add "Close file" button to inview notice about deleted file

2019-04-10 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=406305

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com
Summary|Suggest to close an opened  |Add "Close file" button to
   |file when it is deleted |inview notice about deleted
   ||file

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 382213] do not do auto-brackets when block mode is enabled

2019-04-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=382213

Lothar  changed:

   What|Removed |Added

   Version Fixed In||5.58
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/ad4cd4a7250801573a
   ||68b00e7767cbf374d049f0
 Status|REPORTED|RESOLVED

--- Comment #1 from Lothar  ---
Git commit ad4cd4a7250801573a68b00e7767cbf374d049f0 by loh tar.
Committed on 07/04/2019 at 13:59.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Support auto bracket in block selection mode

..how it should be by adding brackets to each line of the block

- Ensure the new added brackets will never be part of the selection
- Encapsulate in editBegin/End
- Reduce if/else nesting which make this patch looking bad, sorry

There are still some issues with a mix of space/tabs and when apply
on line on a single line behind the end of line, see phab link.
FIXED-IN: 5.58

Differential Revision: https://phabricator.kde.org/D19446

M  +31   -0autotests/src/katedocument_test.cpp
M  +128  -115  src/document/katedocument.cpp

https://commits.kde.org/ktexteditor/ad4cd4a7250801573a68b00e7767cbf374d049f0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 377505] Let Kate automatically reload

2019-04-02 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=377505

Lothar  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||5.57
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/81a8d573ecaf4ed0cf
   ||c803b081d3cbec99f8a787

--- Comment #2 from Lothar  ---
Git commit 81a8d573ecaf4ed0cfc803b081d3cbec99f8a787 by loh tar.
Committed on 02/04/2019 at 17:49.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Add option "Auto Reload Document" to View menu

...and a "Enable Auto Reload" button to the ModOnHdPrompt.

There are a couple of request for such feature with different details and some
opinions against it at all. Not only because KTextEditor is not well suited to
work like 'tail -f'. However, this option should not cause any harm.

Currently jump the view after an update sometimes/often but that may fixed
later
e.g. by D17857

- The max update interval is set to 3sec. Shorter intervals would cause a bad
  user experience
- As long as the user scrolls around updates are blocked
- The cursor is set to first/last line of the view when scroll above/below.
This
  is currently not the best solution and cause also the mentioned jumps.
Setting
  to the middle of the view would reduce this odd jumping but it shouldn't jump
  in any case
- Placing the cursor into the last line cause to work like 'tail -f'
Related: bug 375361, bug 384384
FIXED-IN: 5.57

Differential Revision: https://phabricator.kde.org/D19517

M  +2-1src/data/katepart5ui.rc
M  +6-0src/dialogs/katedialogs.cpp
M  +2-1src/dialogs/katedialogs.h
M  +58   -0src/document/katedocument.cpp
M  +11   -0src/document/katedocument.h
M  +30   -0src/view/kateview.cpp
M  +6-3src/view/kateview.h
M  +1-0src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/81a8d573ecaf4ed0cfc803b081d3cbec99f8a787

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 384384] Documents modified on disk dialog should stop to trigger after first occurrence

2019-04-02 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=384384

Lothar  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kte
   ||xteditor/81a8d573ecaf4ed0cf
   ||c803b081d3cbec99f8a787
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
   Version Fixed In||5.57

--- Comment #5 from Lothar  ---
Git commit 81a8d573ecaf4ed0cfc803b081d3cbec99f8a787 by loh tar.
Committed on 02/04/2019 at 17:49.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Add option "Auto Reload Document" to View menu

...and a "Enable Auto Reload" button to the ModOnHdPrompt.

There are a couple of request for such feature with different details and some
opinions against it at all. Not only because KTextEditor is not well suited to
work like 'tail -f'. However, this option should not cause any harm.

Currently jump the view after an update sometimes/often but that may fixed
later
e.g. by D17857

- The max update interval is set to 3sec. Shorter intervals would cause a bad
  user experience
- As long as the user scrolls around updates are blocked
- The cursor is set to first/last line of the view when scroll above/below.
This
  is currently not the best solution and cause also the mentioned jumps.
Setting
  to the middle of the view would reduce this odd jumping but it shouldn't jump
  in any case
- Placing the cursor into the last line cause to work like 'tail -f'
Related: bug 375361, bug 377505
FIXED-IN: 5.57

Differential Revision: https://phabricator.kde.org/D19517

M  +2-1src/data/katepart5ui.rc
M  +6-0src/dialogs/katedialogs.cpp
M  +2-1src/dialogs/katedialogs.h
M  +58   -0src/document/katedocument.cpp
M  +11   -0src/document/katedocument.h
M  +30   -0src/view/kateview.cpp
M  +6-3src/view/kateview.h
M  +1-0src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/81a8d573ecaf4ed0cfc803b081d3cbec99f8a787

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 375361] Possibility to watch a file like tail -f

2019-04-02 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=375361

Lothar  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kte
   ||xteditor/81a8d573ecaf4ed0cf
   ||c803b081d3cbec99f8a787
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.57

--- Comment #2 from Lothar  ---
Git commit 81a8d573ecaf4ed0cfc803b081d3cbec99f8a787 by loh tar.
Committed on 02/04/2019 at 17:49.
Pushed by lohtar into branch 'master'.

DocumentPrivate: Add option "Auto Reload Document" to View menu

...and a "Enable Auto Reload" button to the ModOnHdPrompt.

There are a couple of request for such feature with different details and some
opinions against it at all. Not only because KTextEditor is not well suited to
work like 'tail -f'. However, this option should not cause any harm.

Currently jump the view after an update sometimes/often but that may fixed
later
e.g. by D17857

- The max update interval is set to 3sec. Shorter intervals would cause a bad
  user experience
- As long as the user scrolls around updates are blocked
- The cursor is set to first/last line of the view when scroll above/below.
This
  is currently not the best solution and cause also the mentioned jumps.
Setting
  to the middle of the view would reduce this odd jumping but it shouldn't jump
  in any case
- Placing the cursor into the last line cause to work like 'tail -f'
Related: bug 377505, bug 384384
FIXED-IN: 5.57

Differential Revision: https://phabricator.kde.org/D19517

M  +2-1src/data/katepart5ui.rc
M  +6-0src/dialogs/katedialogs.cpp
M  +2-1src/dialogs/katedialogs.h
M  +58   -0src/document/katedocument.cpp
M  +11   -0src/document/katedocument.h
M  +30   -0src/view/kateview.cpp
M  +6-3src/view/kateview.h
M  +1-0src/view/kateviewinternal.cpp

https://commits.kde.org/ktexteditor/81a8d573ecaf4ed0cfc803b081d3cbec99f8a787

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 406128] New: Window List doesn't show the virtual desktop labels any more

2019-04-01 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=406128

Bug ID: 406128
   Summary: Window List doesn't show the virtual desktop labels
any more
   Product: plasmashell
   Version: 5.15.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Window List
  Assignee: plasma-b...@kde.org
  Reporter: l...@arcor.de
  Target Milestone: 1.0

SUMMARY
Since one of the last updates of OpenSuse Tumbleweed, Window List shows only a
single list of all opened windows without separating them by labels with the
names of the virtual desktops.

STEPS TO REPRODUCE
1. Open some windows in different virtual desktops
2. Open the windowlist plasmoid

OBSERVED RESULT
See above

EXPECTED RESULT
The list entries should be separated by labels with the name of the workspace.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: OpenSuse Tumbleweed
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.0

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 353712] Warn about files modified by foreign processes steals focus

2019-03-30 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=353712

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Isn't this option nowadays obsolete/dispensable? 
You will be informed by the fancy in view hint about a modification when you
focus the document.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 405969] Underscore character not visible on last line of document

2019-03-28 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405969

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Lothar  ---


*** This bug has been marked as a duplicate of bug 390665 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 390665] underscore character not visible with "Bitstream Vera Sans Mono roman" and "dejavu mono" fonts

2019-03-28 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=390665

Lothar  changed:

   What|Removed |Added

 CC||bcoo...@gmail.com

--- Comment #10 from Lothar  ---
*** Bug 405969 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 347311] Search and Replace missing Search in Project option

2019-03-26 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=347311

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #11 from Lothar  ---
hm, can't find the related patch there
https://cgit.kde.org/kate.git/log/?h=Applications/18.12
it's only in master.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 398560] Kate preview crash Kate when closing documents from tab bar

2019-03-26 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=398560

Lothar  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kat
   ||e/5d28eaaf904185c8662079621
   ||ea3ba139f158822
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #9 from Lothar  ---
Git commit 5d28eaaf904185c8662079621ea3ba139f158822 by loh tar.
Committed on 26/03/2019 at 14:07.
Pushed by lohtar into branch 'master'.

PreviewWidget: Avoid preview update when doc type is not supported

Differential Revision: https://phabricator.kde.org/D19637

M  +7-5addons/preview/previewwidget.cpp

https://commits.kde.org/kate/5d28eaaf904185c8662079621ea3ba139f158822

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 138956] KDE 5: low level API to control scrolling

2019-03-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=138956

--- Comment #8 from Lothar  ---
OK. Then I may misunderstood something. 

You mentioned "using setCursorPosition()" and I had a change noted there
https://phabricator.kde.org/D17857#425268
Not sure that this effect your wish. Can you try it?

Since 2006 there may have many thing changed. Perhaps is something new in stock
to solve you problem(?)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 138956] KDE 5: low level API to control scrolling

2019-03-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=138956

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #6 from Lothar  ---
>From the initial posting, I guess this is related to BUG: 399014 BUG: 306745 or
better, it may fixed by the Patch https://phabricator.kde.org/D17857

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 368130] Vi-mode search box disappears if used again while the search box is still open

2019-03-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=368130

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Here is some patch offer, but cant' say if it's sufficient or make things event
worse
https://phabricator.kde.org/D19408

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 244424] Search should not be executed in UI-Thread

2019-03-12 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=244424

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #13 from Lothar  ---
https://phabricator.kde.org/D19367

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 244424] Search should not be executed in UI-Thread

2019-03-12 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=244424

Lothar  changed:

   What|Removed |Added

 CC||kde-b...@ginguppin.de

--- Comment #12 from Lothar  ---
*** Bug 339337 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 339337] need to be able to disable incremental search

2019-03-12 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=339337

Lothar  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||loh@googlemail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Lothar  ---


*** This bug has been marked as a duplicate of bug 244424 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 405280] Wish: Dropping text on the line number border should insert at the beginning of that line.

2019-03-11 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405280

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
https://phabricator.kde.org/D19681

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 312430] Mapping of 'Highlighting Text Styles' to 'Default Text Styles': local config file overrides syntax file

2019-03-10 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=312430

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #5 from Lothar  ---
Perhaps is the title of this report not correct.

Didn't do test or looked closer, but after reading here it sounds to me that
you only (has/want) to set some refercence as your wished default, but the
config is written with some complete data set. So, when the referenced default
was changed upstream, are still the old values used.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 363013] Automatic brackets does not add a closing }

2019-03-08 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=363013

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Can you try it again? Seems to work now.
Should it still work differently as you would expect, you may change the topic
to some Boost tile

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 322532] view jumps in last line, when scroll past end of file enabled

2019-03-08 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=322532

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Try https://phabricator.kde.org/D17857

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 296500] idea: when text is selected, right-arrow moves to end of selection.

2019-03-08 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=296500

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #3 from Lothar  ---
https://phabricator.kde.org/D19621

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 405089] Closing the quotation mark is not smart enough

2019-03-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405089

--- Comment #4 from Lothar  ---
> BTW. I case of selection one word I wasn't able to find any shortcut (in 
> editor).

Ctrl-Shift-Left/Right See also Settings->Configure-Shortcuts... But, yes, no
"Select word where cursor is in"

> I have such string:  abcd|e  and I invoke some keyshortcut, which selects 
> this > word, and after just invoke quotation character. In result I get for 
> example: >"abcde"|
> and all of this without taking your hands off the keyboard.

There is some scripting stuff in KTE, perhaps you can help yourself
https://docs.kde.org/stable5/en/applications/katepart/dev-scripting.html

If so, offer your result in https://phabricator.kde.org , if not open a new bug
report for that different issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 405089] Closing the quotation mark is not smart enough

2019-03-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405089

Lothar  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Lothar  ---
https://phabricator.kde.org/D19598

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 405089] Closing the quotation mark is not smart enough

2019-03-06 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405089

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Well, sometimes there is such similar behavior, but in the here mentioned way
can I not reproduce this.
After first hit of double quotes you got "|" (the bar is the cursor) so, typing
then abcd ended in "abcd|", which is fine.

You can have some odd result when you try to add the quotes afterwards to some
word. With our abcd, adding a quote to the begin "abcd is fine, adding then a
quote to the end ended in the mentioned result "abcd"" 

As workaround could you select the word and hit the quote, which ended in
"|abcd". However, I'm annoyed too of that and will take a look at it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 363222] support on-the-fly case conversion in Search & Replace plugin

2019-03-05 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=363222

Lothar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402904] The status bar imposes a limit on the minimum width of the window

2019-03-05 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402904

Lothar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Lothar  ---
I'm so free to close this
https://phabricator.kde.org/D17730#389468

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 404862] Kate freezes on completion

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=404862

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Hm, can't reproduce.

Frameworks 5.55.0
Qt 5.12.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 377505] Let Kate automatically reload

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=377505

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Lothar  ---


*** This bug has been marked as a duplicate of bug 375361 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 375361] Possibility to watch a file like tail -f

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=375361

Lothar  changed:

   What|Removed |Added

 CC||ft...@telfort.nl

--- Comment #1 from Lothar  ---
*** Bug 377505 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 226905] Add support for mime-type sections to .kateconfig files

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=226905

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Is't it now available by ConfigDialog->FileOpen&Save->Mode&Type->Variables ?

For my taste a not so nice solution, all settings should be remembered somehow
automatic in a smart way

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 343088] Manage Sessions: Allow to undo last Delete or Cancel

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=343088

Lothar  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||loh@googlemail.com
 Resolution|--- |FIXED

--- Comment #1 from Lothar  ---
May take a while until it comes broadly available
https://phabricator.kde.org/D16926

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 197873] Reload File asks for confirmation too often

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=197873

Lothar  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||loh@googlemail.com
 Resolution|--- |FIXED

--- Comment #1 from Lothar  ---
> Additionally a feature to reload all files (just like "close all") would be 
> nice.

That feature exist nowdays. 
The reload behaviour was also changed I think. So I close this 10Years old
report now, pls reopen when needed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 298559] Code completion stops when one of the suggestions is completed

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=298559

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Didn't tested your file. 
Nowdays you can force the completion popup to appear by Ctrl-Space, not sure if
that feature is newer than this report. Good enough to close this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 197168] Add option to limit wrapped lines to specified % of view width

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=197168

Lothar  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||loh@googlemail.com
 Resolution|--- |WORKSFORME

--- Comment #8 from Lothar  ---
@David
> ...to make reading comfortable.

Perhaps that may help you, but not exact what you requested
https://phabricator.kde.org/R39:c287d3858fd780f5e139d05e8bb7d4558ccc71b8

These (still) existing % setting was (and is) for me also confusing.

Because the last activity here was a decade ago, I close this. Feel free to
reopen if you still need an other option.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 241877] Paste at cursor (instead of paste under mouse)

2019-03-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=241877

Lothar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||loh@googlemail.com
 Status|REPORTED|RESOLVED

--- Comment #5 from Lothar  ---
https://phabricator.kde.org/R39:e1b5f3177d428a70e43f2f1dc8458f8bc15e7791

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 403496] Dark text on dark background when breeze dark theme is used

2019-03-02 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=403496

--- Comment #7 from Lothar  ---
Created attachment 118499
  --> https://bugs.kde.org/attachment.cgi?id=118499&action=edit
screenshot, xslt file, config file

Then I was a little too quick with my confirmation. My problem seems to be
different.

That xslt file is the only one I can find currently as example which is still
almost unreadable (at least that blue), because I didn't need it. All other
file types I had changed by that config page. 
Beside that dummy entry was my config section empty.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 294396] searchText from KTextEditor::SearchInterface doesn't search correctly for some regexps(possible large ones)

2019-02-28 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=294396

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #3 from Lothar  ---
Is that still an issue or solved?
Seems to work here.
Frameworks 5.55.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 156532] Go to previous/next place

2019-02-27 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=156532

Lothar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||loh@googlemail.com

--- Comment #6 from Lothar  ---
> This feature exists in kate (16.12.2) with the actions "Go to previous 
> editing > line" and "Go to next editing line".

I think so too, and allow myself to close this.

In newer versions there are buttons added to the "Goto Bar" Ctrl-G where you
also can use the mouse wheel.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 375792] blue "created from another program" bar not removed from hidden views when reloading a document

2019-02-27 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=375792

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Seems to be fixed, can you confirm this?
Kate 19.03.70
Frameworks 5.55.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 363222] support on-the-fly case conversion in Search & Replace plugin

2019-02-23 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=363222

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #5 from Lothar  ---
Can this be closed?
Now is the mentioned \U available

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 337641] Offer an alternate location upon close

2019-02-23 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=337641

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Can this be closed?
Now is in the given example asked for an admin password which you can cancel
and then save elsewhere.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 396764] KTextEditor does not accept soft-hyphen as input

2019-02-22 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=396764

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
I'm working on the wrap stuff since a while...
https://phabricator.kde.org/D19131
...and guess that the char is inserted but not handled yet.

You may try this: Edit&Save in Kate, Load&Look in LibreOffice Writer

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 403496] Dark text on dark background when breeze dark theme is used

2019-02-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=403496

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Well, I'm also on Arch, so no surprise/new to confirm this.
I have observed that the colors differ from file type to file type and have 
fumbled in the config settings to make some of them halfway readable. 
Very annoying.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 191028] Group "static word wrap" and "dynamic word wrap" together

2019-02-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=191028

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Yes, #3 is true. On the other hand is the wish to have it all at one place 
valid. Currently are BTW the menu entries all in "View->Word Wrap".
A solution for the config page may to add an own main section for that, like 
Font&Colors.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 340778] Allow using Alt + Shift + arrows for block selection in Kate

2019-02-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=340778

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
I like the idea. Unfortunately is Alt-Shift-FooArrow already used 
by "Move to indent" and the build plugin for "Go to Error"

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 332623] Shortcuts in Kate/Kwrite menu Tools/Highlighting are incorrect when the user is opening this menu for the first time of a session.

2019-01-22 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=332623

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Seems to be fixed

Kate 19.03.70
Frameworks 5.54.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402361] Large search and replace operations cause Kate/KWrite to hang for long time

2019-01-18 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402361

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #5 from Lothar  ---
> There is now ongoing work to split the replacing into chunks so that it 
> will be possible to cancel the replace if it takes too long. 

https://phabricator.kde.org/D17459
There are mentioned BUGs: 333517 244424

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402904] The status bar imposes a limit on the minimum width of the window

2019-01-09 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402904

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #3 from Lothar  ---
I recently notice that Kate/KWrite has some similar functionality at the (main)
toolbar. There is then an extra button shown to expand the toolbar temporary.

The solution I had in mind is to add "not shown buttons" to the context menu of
the status bar.

@Dominik, The mentioned latter two bug reports are already on my radar screen
;-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 297883] Reload discards undo history

2019-01-06 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=297883

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
@Dominik
I have looked at it but had trouble to follow the logic. Then I thought, "Um,
when this only can work if the checksums are equal, how often may that the
case? Almost never?"

How about to save the undo history somewhere when you save the file and restore
the history on reload?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402896] .editorconfig makes Kate gui settings unapplicable

2019-01-05 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402896

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
As said*, that happens not only for .editorconfig but also for .kateconfig

The requested behavior seems to me incompatible with the goals of these config
files, to force special settings different from users preferences for some
project. But there must be a hint to the user that some settings are forced and
by which config file.

* https://bugs.kde.org/show_bug.cgi?id=397956#c7

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 389175] Add a search box for highlighting and encoding menus

2019-01-04 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=389175

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
I would like it a lot. On the long side it may better to have this one

  Menu of "most recently/frequently used"
  https://bugs.kde.org/show_bug.cgi?id=397563

Perfect would be to have both

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 397956] Kate unconditionally removes trailing spaces if .kateconfig file doesn't exist

2019-01-04 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=397956

--- Comment #9 from Lothar  ---

> Thank you very much for helping to find this!

Puh! You're welcome, but Thanks for the "Thanks" :-)

> when they're used and why they both exist.

Well, as said I'm no guru, but so far I know, katerc is Kate only, katepartrc
is also used e.g by Kile, Kwrite and any stuff which based on KTexteditor
What, when, where is something saved/used I can't say ATM. Kate has some more
"config" files, like for session management

> Why .editorconfig takes precedence over ~/.config/katepartrc and 
> ~/.config/katerc? 

I think only when editorconfig is nearby the file you currently edit. So when
some (Code) project have such in their tree it will used. So I understood the
docs.

> it makes kate gui config inapplicable

Yes, I think so too

> it may be created by some different app than kate thus users like me may be 
> unaware why the kate behavior suddenly changed

Yeah, it should somehow clear be shown which config (file) is in use to avoid
these kind of trouble.

Feel free to file a new bug report, and close this one :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402788] KWrite crashed while searching

2019-01-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402788

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
The search & replace stuff is recently heavy modified but has worked so far
without trouble.

Happens this in all files or some special? 
How big was it e.g. and what kind of type C++, HTML, (which highlighting),
untypical many columns, what ever.
Can you provide a test file when it is somehow special?
>From master branch, last commit?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 397956] Kate unconditionally removes trailing spaces if .kateconfig file doesn't exist

2019-01-03 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=397956

--- Comment #7 from Lothar  ---
> I assumed it's obvious at least for kate developers

Well, I have submitted some patches in the recent past but to call me as such,
would be a little presumptuous. Besides I'm as while a little "slow", but I'm
here. The smart guys are usually busy.

That's much better but I still can't reproduce it. At 6./14. did you change it
to "Never" or is it also before on "Never"? Without any config file around it
should be on "Never".

I notice there is also a ~/.config/katepartrc as fall back and Kate support
https://editorconfig.org/

>From docs
  KatePart has support for reading configurations from .editorconfig files,
  when the editorconfig library is installed. KatePart automatically searches
  for a editorconfig whenever you open a file. It gives priority to kateconfig
  files, though.
https://docs.kde.org/stable5/en/applications/katepart/config-variables.html

That sounds to me promising, when you add an empty .kateconfig, Kate stops
using
.editorconfig. So I hope you have such around.

I couldn't got .editorconfig to work but with an .kateconfig the display in the
config dialog is not changed, it still says "Never" but the space will removed.

Kate 19.03.70
Frameworks 5.53.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 397956] Kate unconditionally removes trailing spaces if .kateconfig file doesn't exist

2019-01-02 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=397956

--- Comment #5 from Lothar  ---
In you initial post...
https://bugs.kde.org/show_bug.cgi?id=397956#c0
...did you not explicit mention ~/.config/katerc but often .kateconfig.

- Step 1. looks to me obsolete
- In 7. you create an empty file but you did not note before to ensure that 
  there is no such file
- Between 8. + 9. seems to be missed to start Kate again

Lastly I have only played around with my "Remove trailing spaces" setting, with 
and without to start Kate again, but couldn't observe the described damage.
Have also set "Keep extra spaces" from indention page as shown in your post.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 397956] Kate unconditionally removes trailing spaces if .kateconfig file doesn't exist

2019-01-01 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=397956

--- Comment #3 from Lothar  ---
I have, and spent a couple of time to investigate that, but can't reproduce it. 
Your explanations are not clear enough for me, sorry.
Happy New Year!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 397956] Kate unconditionally removes trailing spaces if .kateconfig file doesn't exist

2018-12-31 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=397956

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
I guess ~/.config/katerc is responsible how to act in case of a not existing
.kateconfig

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 401162] Kate crash on openning a file

2018-12-31 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=401162

--- Comment #3 from Lothar  ---
Yes, and he knew it. 
https://bugs.kde.org/show_bug.cgi?id=401480#c4
A hint here would have been nice.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 377856] Kate Project plugin does not add 'search in project' on startup

2018-12-30 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=377856

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Should be fixed by 
https://phabricator.kde.org/D17296

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387358] Kate reloads files from disk without confirmation

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=387358

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #7 from Lothar  ---
> I already lost a bunch of changes because of it.

The "auto-reload" code checks if there is a matching git blob...
https://cgit.kde.org/ktexteditor.git/tree/src/document/katedocument.cpp#n4831
...so your lost changes should still be there. "git reflog" may helpful. 

Would be nice when the "undo" action would work in such a case

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 401162] Kate crash on openning a file

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=401162

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
> but crash with file ESPEasyWiFiEvent.ino

I have tried these two, could not find "ESPEasyWiFiEvent.ino"
https://github.com/letscontrolit/ESPEasy/blob/mega/src/ESPEasyWiFiEvent.h
https://github.com/letscontrolit/ESPEasy/blob/mega/src/ESPEasyWifi.ino

but without crash. Have chose RAW mode on GitHub, copy&paste, save. close,
open.
Kate Version 19.03.70
Frameworks 5.53.0

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=400486

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
> But I don't know in which part of the code I will add the keyboard shortcut
Perhaps it may help when you study these ones
https://phabricator.kde.org/D17661
https://phabricator.kde.org/D17609

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 402216] Markdown Outline View (or Structure View)

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=402216

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
> Maybe this could be implemented in the Symbol Viewer plugin

You may give this a try
https://github.com/loh-tar/KatePlugin-IndexView

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 354343] regexp processing allocates whole available RAM and halts the system

2018-12-29 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=354343

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
> Kate freezes and greedy allocates all available memory.

Can't reproduce this now, so the main issue seems to be fixed

Frameworks 5.53.0
Kate 19.03.70

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 401115] Opening a session many times si slow and breaks xdg-desktop-menu-dummy.menu

2018-12-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=401115

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Can't reproduce here
Kate 19.03.70
KDE Frameworks 5.53.0

> kf5.kservice.services: The desktop file
> /home/zeta/.local/share/applications/org.kde.kate.desktop" references the
> action "Session cb894b7774233a5e90f899dbcf176a1b" but doesn't define it

I know this hint, was probably fixed by
https://phabricator.kde.org/R40:68c512cedcc5f2b2b4bb10b4d0182e0e782f90b1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 389950] Kate closed when attempting to close inactive split windows inside the main window

2018-12-19 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=389950

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Perhaps fixed by
https://phabricator.kde.org/R40:43ef548df044765a77f4b7499e6205a04e0b837e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 376480] Symbol Viewer Plugin: Add support for Markdown

2018-12-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=376480

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
Should someone not be afraid to build a plugin from source, he my give this
fork a try
https://github.com/loh-tar/KatePlugin-IndexView

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 387723] Search symbols in Symbol List

2018-12-13 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=387723

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Should someone not be afraid to build a plugin from source, he my give this
fork a try
https://github.com/loh-tar/KatePlugin-IndexView

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 338111] Going from Replace to Find back to Replace loses the replace text

2018-12-08 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=338111

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
Can't reproduce it at the moment
Kate says 19.03

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 389416] Different behavior of Open Session via menu (bug) vs. via Plasma applet (ok)

2018-12-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=389416

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #4 from Lothar  ---
Is that fixed with D17296 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 394253] Search and Replace and Build Output buttons are unusable

2018-12-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=394253

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #1 from Lothar  ---
> ESC does remove
> both the panels but subsequent clicks on the persistent buttons serve only
> to change their color.

I guess that your panel has only not enough hight. Move the mouse careful above
the buttons, there should the mouse-pointer change to offer a slider grap.

At least this way I could reproduce the described behaviour.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2018-12-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=381024

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
(In reply to Charter from comment #0)
> It would be nice to turn off this new back-search 

Here (Kate 18 something, but that should be there for much longer) can you
disable that at the Config page. 

  Editing (left column) -> Auto Completition (Tab) -> General (Row)

> Say I have the following words in a document:
> one
> TOKEN_one
> WIDGET_one
> 
> everytime I type "one" and press enter I'll get "TOKEN_one". It is driving
> me nuts

In the beginning it was a little bit strange, but quikly I loved this feature. 
You have to ask you why you hit enter and not space. No substitution take
effect this way.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 394749] Dolphin doesn't work correctly any more in a non-UTF8 locale

2018-05-27 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=394749

Lothar  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org
  Component|general |Open/save dialogs
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
Product|dolphin |frameworks-kio
Version|18.04.1 |5.46.0

--- Comment #1 from Lothar  ---
I've just seen, that this issue affects not only dolphin, but other other KDE
tools, too. It seems, that it's not possible any more to open files with
diacritical characters in any KDE tool. So it's most likely a KIO framework
bug. I've changed the Product entry accordingly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 394749] New: Dolphin doesn't work correctly any more in a non-UTF8 locale

2018-05-27 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=394749

Bug ID: 394749
   Summary: Dolphin doesn't work correctly any more in a non-UTF8
locale
   Product: dolphin
   Version: 18.04.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: l...@arcor.de
CC: elvis.angelac...@kde.org
  Target Milestone: ---

For various reasons it's still necessary to be able to work in a non-UTF8
locale (in my case de_DE@euro with the ISO-8859-15 character set). Dolphin
17.04.2 under OpenSuse 42.3 worked correctly in this locale, but Dolphin
18.04.1 under OpenSuse Tumbleweed doesn't. Diacritical characters in filenames
are shown as a question mark in a black square and selecting such files or
directories isn't possible, because dolphin says, that they don't exist.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 389940] New: Wrong window and tab titles in a non-UTF8 locale

2018-02-06 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=389940

Bug ID: 389940
   Summary: Wrong window and tab titles in a non-UTF8 locale
   Product: konsole
   Version: 17.12.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: l...@arcor.de
  Target Milestone: ---

In a non-UTF8 locale, diacritical characters in the current directory name are
shown as ? in the window and tab titles. This can be fixed by adding

#include 
setlocale(LC_CTYPE, "");

at the start of kdemain in main.cpp.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 220536] Can't use external editor with non-UTF8 coding

2017-06-24 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=220536

--- Comment #13 from Lothar  ---
(In reply to Denis Kurz from comment #12)

Hi Denis,

it seems, that the recent version of kmail doesn't have the option "Use
external editor", so this bug isn't relevant any more. You can close it if you
want.

And regarding the lack of manpower: I filed this bug report 7 1/2 years ago for
the recent version of kmail at that time and I've also attached a simple fix.
But this fix was never integrated. But this doesn't matter to me, because I
didn't use kmail any more. It was so full of bugs, slow and unreliable,
therefore I've switched to thunderbird after using kmail for many years until
KDE 3.5.10. I will try kmail again if it stops using the bloated and buggy
akonadi.

Lothar

-- 
You are receiving this mail because:
You are watching all bug changes.

<    1   2