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

2022-01-12 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=416022

--- Comment #6 from Waqar Ahmed  ---
> Thanks. Would this apply elsewhere in Plasma (e.g. in Dolphin)? If that's not 
> the case, what component should this bug be reopened against?

It only applies to Ktexteditor and childern (KDevelop / Kate / KWrite ... ).
For any other apps, everyone will need to implement that for whatever editor
they have.

Even in Kate for instance, this will only work in the text area and not for
example in a search line edit.

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

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

2022-01-12 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=416022

--- Comment #5 from Riccardo Robecchi  ---
(In reply to Waqar Ahmed from comment #4)
> Fixed with the introduction of Camel case movement. Please enable "Editing
> -> Text Navigation -> Enable camel cursor movement"

Thanks. Would this apply elsewhere in Plasma (e.g. in Dolphin)? If that's not
the case, what component should this bug be reopened against?

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

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

2022-01-12 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=416022

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||waqar@gmail.com

--- Comment #4 from Waqar Ahmed  ---
Fixed with the introduction of Camel case movement. Please enable "Editing ->
Text Navigation -> Enable camel cursor movement"

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

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

2021-01-28 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=416022

--- Comment #3 from Riccardo Robecchi  ---
(In reply to jat255 from comment #2)
> It's unclear to me if that component also controls file open/save windows,
> but that is where this behavior tends to bother me the most. I know KDE is
> not at all responsible for GNOME apps, but since GTK-based dialogs treat the
> underscore as a separation character, different apps on one system have
> inconsistent behavior. It would be great if this could be configured somehow.

It is unclear to me as well and the use case you mention is what actually
brought me to open this bug report. But I agree wholeheartedly, this is an
issue that needs fixing as it is neither logical nor consistent.

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

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

2021-01-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416022

jat...@gmail.com changed:

   What|Removed |Added

 CC||jat...@gmail.com

--- Comment #2 from jat...@gmail.com ---
It's unclear to me if that component also controls file open/save windows, but
that is where this behavior tends to bother me the most. I know KDE is not at
all responsible for GNOME apps, but since GTK-based dialogs treat the
underscore as a separation character, different apps on one system have
inconsistent behavior. It would be great if this could be configured somehow.

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

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

2020-01-13 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=416022

--- Comment #1 from Dominik Haumann  ---
Implementation hint: In kateviewinternal.cpp, there is a CalculatingCursor,
see:
https://github.com/KDE/ktexteditor/blob/master/src/view/kateviewinternal.cpp#L887

This CalculatingCursor supports basic text navigation. From this class, other
classes are derived, e.g. the BoundedCursor, or the WrappingCursor.

To fix this, one could either derive a new Cursor with the desired behavior, or
add a switch to the other existing cursor classes.

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

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

2020-01-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416022

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

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

2020-01-08 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=416022

Riccardo Robecchi  changed:

   What|Removed |Added

 CC||sephiroth...@hotmail.it

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