[kate] [Bug 457186] Colored brackets: yellow bad contrast with breeze light

2022-07-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=457186

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Colors are now configurable so you can just adjust them to whatever you like.

It's hard to find colors that adjust with both dark and light backgrounds of
multiple different themes, so this part is unlikely to get fixed. The current
color set fits best with the theme that I use, may not with others.

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

[kate] [Bug 457146] New: Search Results are messed if search text contains '\n'

2022-07-25 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=457146

Bug ID: 457146
   Summary: Search Results are messed if search text contains '\n'
   Product: kate
   Version: Git
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: search
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: waqar@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
In Kate repo

1. Open Search & Replace Toolview, disable regex and match case
2. Type "\n" as text to search (without the quotes)
3. Perform a search

OBSERVED RESULT

Search results joins lines for some reason.


EXPECTED RESULT

Lines are not joined

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

[kate] [Bug 453234] Kate crashes with specific tab and menu selections

2022-07-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453234

Waqar Ahmed  changed:

   What|Removed |Added

 CC||a.d.demps...@gmail.com

--- Comment #8 from Waqar Ahmed  ---
*** Bug 457105 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 457105] Kate crashes when clicking Filesystem or Configure Kate

2022-07-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=457105

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 454699] Crash if spellcheck is enabled

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454699

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Packaging issue

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

[kate] [Bug 456493] Feature Request: ESLint

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456493

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
If someone is up for it, this should be easy to implement.

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

[kate] [Bug 353654] Extend Kate's session to stash unsaved documents/changes on quit

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=353654

--- Comment #15 from Waqar Ahmed  ---
Please try with 22.04, a few fixes went into this which should hopefully
resolve any remaining issues.

If it's not working die you still, first ensure you have a named session and
the relevant config enabled (check sessions page in config dialog)

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

[kate] [Bug 353654] Extend Kate's session to stash unsaved documents/changes on quit

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=353654

Waqar Ahmed  changed:

   What|Removed |Added

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

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

[kate] [Bug 456844] Crash while dragging file between split views

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456844

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/8f45dede9
   ||15afd73ecf26130c9d0e7720238
   ||95d8

--- Comment #1 from Waqar Ahmed  ---
Git commit 8f45dede915afd73ecf26130c9d0e772023895d8 by Waqar Ahmed.
Committed on 21/07/2022 at 13:58.
Pushed by waqar into branch 'master'.

Tabbar: DND improvements

- Fix crash, always ensure we drag the current document that has a view
- Allow to start drag when we have passed 1/4th of the viewspace-rect
height

M  +16   -9apps/lib/katetabbar.cpp
M  +1-0apps/lib/katetabbar.h
M  +5-0apps/lib/kateviewmanager.cpp

https://invent.kde.org/utilities/kate/commit/8f45dede915afd73ecf26130c9d0e772023895d8

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

[kate] [Bug 456367] Replace All feature not works in block mode

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456367

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
This is unlikely to change. If someone wants to a replace only in a particular
part of the document, they can select that part and do replace.

Best we can do is to show a warning that replace will not work or disable the
UI.

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

[kate] [Bug 456570] "Run current document" fails if path contains spaces

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456570

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/32cfd8815
   ||2fdd501a79a60fb1e1f6ff3a06d
   ||1d83
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Waqar Ahmed  ---
Git commit 32cfd88152fdd501a79a60fb1e1f6ff3a06d1d83 by Waqar Ahmed.
Committed on 21/07/2022 at 12:28.
Pushed by waqar into branch 'master'.

Konsole: Wrap file name into quotes

Filenames can contain spaces

M  +2-2addons/konsole/kateconsole.cpp

https://invent.kde.org/utilities/kate/commit/32cfd88152fdd501a79a60fb1e1f6ff3a06d1d83

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

[kate] [Bug 439414] A necessary cleaning for the list of options in the menus

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=439414

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #7 from Waqar Ahmed  ---
Lots of cleaning was done recently, I think we can close this for now.

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

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

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=387723

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/b25de6f5b
   ||4cd48b28cd521b30af64abc328c
   ||e57d
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Waqar Ahmed  ---
Git commit b25de6f5b4cd48b28cd521b30af64abc328ce57d by Waqar Ahmed.
Committed on 21/07/2022 at 12:07.
Pushed by waqar into branch 'master'.

SymbolView: Fix filtering not working

M  +1-0addons/symbolviewer/plugin_katesymbolviewer.cpp

https://invent.kde.org/utilities/kate/commit/b25de6f5b4cd48b28cd521b30af64abc328ce57d

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

[kate] [Bug 267508] No sort by custom option in document view in kate 3.6.0

2022-07-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=267508

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/75d88783c
   ||d2a5e9f6f72eb81ad5933715dc6
   ||3957
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #27 from Waqar Ahmed  ---
Git commit 75d88783cd2a5e9f6f72eb81ad5933715dc63957 by Waqar Ahmed.
Committed on 21/07/2022 at 11:50.
Pushed by waqar into branch 'master'.

DocumentsTree: Allow rearranging items by DND

M  +17   -5addons/filetree/katefiletree.cpp
M  +1-0addons/filetree/katefiletree.h
M  +1-0addons/filetree/katefiletreeconfigpage.cpp
M  +74   -14   addons/filetree/katefiletreemodel.cpp
M  +7-0addons/filetree/katefiletreemodel.h
M  +0-5addons/filetree/katefiletreeplugin.cpp
M  +1-0addons/filetree/katefiletreeproxymodel.cpp
M  +2-0addons/filetree/katefiletreeproxymodel.h

https://invent.kde.org/utilities/kate/commit/75d88783cd2a5e9f6f72eb81ad5933715dc63957

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

[kate] [Bug 456933] UI display exception

2022-07-19 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456933

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---
Fixed already

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

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

[kate] [Bug 454864] Tab Browser theme broken with dark scheme

2022-07-19 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454864

Waqar Ahmed  changed:

   What|Removed |Added

 CC||base...@outlook.com

--- Comment #15 from Waqar Ahmed  ---
*** Bug 456933 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 456736] Kate KCommandBar Ctrl+Alt+I Improvements

2022-07-16 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456736

--- Comment #5 from Waqar Ahmed  ---
For the command bar improvements/suggestions and other renamings, I would
suggest you to open an issue in the Kate repo instead because this needs
discussion and more people might be able to participate that way.

For the tab replacement, that is a proper feature request, so it can stay on
Bugzilla. Though a separate issue for it would be nice. If you know Javascript,
you can try to implement such a thing and maybe contribute :)

Repo: https://invent.kde.org/utilities/kate

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

[kate] [Bug 456736] Kate KCommandBar Ctrl+Alt+I Improvements

2022-07-15 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456736

--- Comment #3 from Waqar Ahmed  ---
Yes, most of the git actions aren't available in the command bar. This has been
fixed in master.

Besides that, not going to hide anything from the command bar, unless it makes
no sense at all. In your opinion they may not be necessary, but that's not true
for everyone. CommandBar is supposed to allow you to access every action in the
main menu. You only care about dynamic word wrap but someone else might want
static word wrap instead. 

Also, note that these actions that you see in the menu, especially those that
are related to configuration are _different_ from what's in the settings
dialog. These actions usually only apply to the current visible
view/editor/document and not all your open documents. So for e.g changing the
color scheme, will only change it for the current document, not all others. 

Also, note that for everything you see (and more) in the command bar, you can
add shortcuts for stuff that you want to use often. 

> Kate doesn't seem to have Convert to Spaces 

What do you mean? 
- Convert an existing document with tabs to spaces? That would be just search
and replace. 
- Tab presses otherwise are automatically converted to spaces

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

[Ruqola] [Bug 456744] New: crash when trying to Quit Channel

2022-07-15 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456744

Bug ID: 456744
   Summary: crash when trying to Quit Channel
   Product: Ruqola
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: mon...@kde.org
  Reporter: waqar@gmail.com
  Target Milestone: ---

SUMMARY

I right clicked on a channel and clicked "Quit Channel".

I am using latest ruqola compiled from source.

BACKTRACE

#0  0x5580b53a4e00 in  ()
#1  0x7f2d2b63406d in QMetaObject::cast(QObject const*) const () at
/usr/lib/libQt5Core.so.5
#2  0x7f2d2e2d7762 in qobject_cast(QObject*)
(object=) at /usr/include/qt/QtCore/qobject.h:519
#3  MessageListView::setChannelSelected(Room*) (this=0x5580b30ada90,
room=0x5580b4cb8900) at ruqola/src/widgets/room/messagelistview.cpp:142
#4  0x7f2d2e2eba40 in RoomWidget::setRoomId(QString const&)
(this=0x5580b37a5100, roomId=...) at ruqola/src/widgets/room/roomwidget.cpp:549
#5  0x7f2d2e2ebc73 in RoomWidget::setChannelSelected(QString const&,
Room::RoomType) (this=0x5580b37a5100, roomId=...,
roomType=Room::RoomType::Channel)
at ruqola/src/widgets/room/roomwidget.cpp:471
#6  0x7f2d2e2fb0bb in RuqolaMainWidget::selectChannelRoom(QString const&,
QString const&, Room::RoomType) (this=0x5580b36a0bf0, roomName=..., roomId=...,
roomType=)
at ruqola/src/widgets/ruqolamainwidget.cpp:94
#7  0x7f2d2b665621 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f2d2e201c48 in ChannelListWidget::roomSelected(QString const&,
QString const&, Room::RoomType) (this=, _t1=,
_t2=, _t3=)
at
ruqola/local/src/widgets/libruqolawidgets_autogen/LIAMGNOLNF/moc_channellistwidget.cpp:149
#9  0x7f2d2b665621 in  () at /usr/lib/libQt5Core.so.5
#10 0x7f2d2e201bd8 in ChannelListView::roomSelected(QString const&, QString
const&, Room::RoomType) (this=this@entry=0x5580b36a1110, _t1=..., _t2=...,
_t3=, 
_t3@entry=Room::RoomType::Channel) at
ruqola/local/src/widgets/libruqolawidgets_autogen/LIAMGNOLNF/moc_channellistview.cpp:136
#11 0x7f2d2e255963 in ChannelListView::channelSelected(QModelIndex const&)
(index=, this=0x5580b36a1110) at
ruqola/src/widgets/channellist/channellistview.cpp:318
#12 ChannelListView::channelSelected(QModelIndex const&) (this=0x5580b36a1110,
index=) at
ruqola/src/widgets/channellist/channellistview.cpp:312
#13 0x7f2d2b665621 in  () at /usr/lib/libQt5Core.so.5
#14 0x7f2d2c311e37 in QAbstractItemView::pressed(QModelIndex const&) () at
/usr/lib/libQt5Widgets.so.5
#15 0x7f2d2c30c861 in QAbstractItemView::mousePressEvent(QMouseEvent*) ()
at /usr/lib/libQt5Widgets.so.5
#16 0x7f2d2c0df45b in QWidget::event(QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#17 0x7f2d2c183e23 in QFrame::event(QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#18 0x7f2d2b634ba2 in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () at
/usr/lib/libQt5Core.so.5
#19 0x7f2d2c0a8aac in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#20 0x7f2d2c0ae2c9 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#21 0x7f2d2b634f38 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#22 0x7f2d2c0ac2c7 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
at /usr/lib/libQt5Widgets.so.5
#23 0x7f2d2c0fd3b5 in  () at /usr/lib/libQt5Widgets.so.5
#24 0x7f2d2c0ff15e in  () at /usr/lib/libQt5Widgets.so.5
#25 0x7f2d2c0a8abc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#26 0x7f2d2b634f38 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#27 0x7f2d2ba08f7c in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() at /usr/lib/libQt5Gui.so.5
#28 0x7f2d2b9f29c5 in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() at /usr/lib/libQt5Gui.so.5
#29 0x7f2d265aace0 in  () at /usr/lib/libQt5XcbQpa.so.5
#30 0x7f2d2d87ac6b in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#31 0x7f2d2d8d1001 in  () at /usr/lib/libglib-2.0.so.0
#32 0x7f2d2d878392 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#33 0x7f2d2b67f64c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#34 0x7f2d2b62d6ec in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#35 0x7f2d2b6381e9 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#36 0x5580b24dc6c5 in main(int, char**) (argc=,
argv=) at ruqola/src/apps/main.cpp:131


SOFTWARE/OS VERSIONS
Linux/KDE Plasma
KDE Plasma Version: 5.25
KDE Frameworks Version: 5.95
Qt Version: 5.15.5

ADDITIONAL INFORMATION

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

[kate] [Bug 456736] Kate KCommandBar Ctrl+Alt+I Improvements

2022-07-15 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456736

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Hi, thanks for your interest.

> Git support hasn't been implemented yet, but I guess I'll mention to to look 
> into SublimeText's GitAddSelectedHunkCommand but that's way down the line.
> https://github.com/kemayo/sublime-text-git/blob/master/git/add.py#L47

Which git features did you not find? We have most of the common features. See
https://invent.kde.org/utilities/kate/-/issues/24

> Kate doesn't have a simple "Word Wrap: Toggle". There's:
> "Kate Part: Apply Word Wrap" (nope)
> "Kate Part: Static Word Wrap" (nope)
> "Kate Part: Dynamic Word Wrap" (works as a toggle) but the naming is 
> terrible. There's no indication that it's a toggle in the name, nor a 
> checkmark

> Ah, I forgot to test selecting Syntax. Hmm, seems that all "set syntax" 
> options are duplicated. There's two "3D: STL".
> Also, "Configuration: INI" doesn't indicate that you are setting the syntax.

True, its confusing. The reason there are two is because one is Mode and the
other is Highlighting. They have slightly different roles.

Because all the three types of wraps you mention, fall under the "Word Wrap"
category and if you check the main menu, you will find these options listed
under View->Word Wrap -> 

Thus its hard to name it just "word wrap". Dynamic word wrap is not as terrible
a name as you think, its used commonly for the feature it implements. Maybe
there are other better names though, not sure.

> Ability to quickly set Indentation via KCommandBar is also a 3rd party plugin.

Not sure what you mean by 3rd party plugin. You can change the indentation in
the statusbar (for the open document only). Kate has auto indent detection so I
don't bother with changing indent settings anymore.

> There's also a few interesting commands in there like "Split Into Lines", 
> though Kate seems to already have VSCode's "Insert cursor at end of each line 
> selected" (Shift+Alt+I).
> https://stackoverflow.com/questions/54130822/how-to-split-selection-into-lines

Split into lines is already available indirectly: 
- Select
- Alt Shift I
- Shift Home (will select to line start) or Home and then Shift+End

Since kate is scriptable, See:
https://docs.kde.org/trunk5/en/kate/katepart/dev-scripting.html#dev-scripting-api
You can extend kate to add your commands etc. Multicursors aren't yet exposed
in the scripting api but you can lodge your reasoning here:
https://invent.kde.org/frameworks/ktexteditor/-/issues/12

> Not sure if this is Kate or KCommandBar, but the Command Palette seems to be 
> full of "Kate Part:" and "Kate Project Manager:" prefixes... but those labels 
> aren't searchable. The above labels aren't very useful either. Should be 
> "Git: Checkout Branch" instead of "Kate Project Manager: Checkout Git Branch" 
> (though I understand Git is a WIP).

The reason for "Prefix:" is that actions come from different plugins / menus so
we prefix them with that menu/plugin name to add context to the name of the
action.

Git is not a WIP since at least 1.5 years now. See the issue I linked at the
top of thread.

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

[kate] [Bug 456733] Multiple Cursor Behavior: Alt+DoubleClick, Alt+Click+Drag and SelectText + Alt+Click

2022-07-15 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456733

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Multiple selections with mouse are not supported yet. Nor is a mixture of
selections and simple cursors supported.

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

[frameworks-ktexteditor] [Bug 451471] Toggle comment for Python code no longer works if leading whitespace is present

2022-07-10 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=451471

Waqar Ahmed  changed:

   What|Removed |Added

 CC||shefabu...@gmail.com

--- Comment #4 from Waqar Ahmed  ---
*** Bug 456534 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 456534] "Toggle Comments" Tool Sometimes indefinitely adds comment symbols in python on each press

2022-07-10 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456534

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #4 from Waqar Ahmed  ---


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

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

[kate] [Bug 448737] Disable option for Output Widget/thing

2022-07-07 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=448737

Waqar Ahmed  changed:

   What|Removed |Added

   Version Fixed In||22.08

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

[kate] [Bug 448737] Disable option for Output Widget/thing

2022-07-07 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=448737

Waqar Ahmed  changed:

   What|Removed |Added

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

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

[kate] [Bug 448737] Disable option for Output Widget/thing

2022-07-07 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=448737

--- Comment #5 from Waqar Ahmed  ---
Toolview buttons can be hidden in 22.08. Right click on the button you want to
hide and click on "hide"

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

[kate] [Bug 431241] Tabs should have their own terminal session

2022-07-07 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=431241

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|NOT A BUG   |INTENTIONAL

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

[kate] [Bug 431241] Tabs should have their own terminal session

2022-07-07 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=431241

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Waqar Ahmed  ---
That might be too expensive.

What you can do instead is create tabs in terminal (ctrl + shift + t), or use
the project plugin terminal in addition to the terminal plugin.

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

[kate] [Bug 438755] shaped (arabic) text messed after being selected (or highlighted by search)

2022-07-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=438755

--- Comment #3 from Waqar Ahmed  ---
needs to be fixed in upstream qt.

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

[kate] [Bug 446355] Esc key closes terminal panel when Vim is open in Insert mode when using Git.

2022-07-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=446355

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/356278ab2
   ||459d32a3f20124be8bd0f05398a
   ||4c3c

--- Comment #4 from Waqar Ahmed  ---
Git commit 356278ab2459d32a3f20124be8bd0f05398a4c3c by Waqar Ahmed.
Committed on 06/07/2022 at 06:46.
Pushed by waqar into branch 'master'.

Add git to the list of 'Esc' exceptions

M  +1-1addons/konsole/kateconsole.cpp

https://invent.kde.org/utilities/kate/commit/356278ab2459d32a3f20124be8bd0f05398a4c3c

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

[kate] [Bug 455556] Cannot scroll Tabs reliable with mouse wheel ("hi-res scrolling")

2022-07-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=46

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Probably needs to be reported upstream Qt (most likely fixed in Qt6)

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

[kate] [Bug 454266] Filesystem > Right-click > Create New > Text File... should not assume *.txt extension

2022-07-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454266

Waqar Ahmed  changed:

   What|Removed |Added

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

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

[kate] [Bug 456175] kate crash

2022-06-30 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456175

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Hi, 

thanks for the report. Can you provide steps to reproduce this?

Doesn't seem like its directly related to kate.

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

[kate] [Bug 454864] Tab Browser theme broken with dark scheme

2022-06-28 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454864

--- Comment #13 from Waqar Ahmed  ---
> A bit unrelated and too late now I assume, but I did have some questions 
> regarding the MR in the Kate IRC/matrix room. Maybe I missed some other place 
> where Kate discussions take place, but would be neat if those would be a bit 
> more active :p

Hi. It's not that its inactive, its that Telegram<->Matrix bridge is broken
atm, so a lot of messages never get seen by some of the devs. Some of us are on
Telegram, others on Matrix. If you use Telegram already, you can join the
kateeditor group there.

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

[kate] [Bug 456051] Background color of file tabs don't match active color scheme

2022-06-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456051

--- Comment #2 from Waqar Ahmed  ---
Hi, we need more people that can test Kate on windows. If you can help, let us
know.

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

[kate] [Bug 454864] Tab Browser theme broken with dark scheme

2022-06-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454864

Waqar Ahmed  changed:

   What|Removed |Added

 CC||jrb3...@gmail.com

--- Comment #12 from Waqar Ahmed  ---
*** Bug 456051 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 456051] Background color of file tabs don't match active color scheme

2022-06-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456051

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 455865] Quick Open: search for contiguous string

2022-06-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455865

--- Comment #8 from Waqar Ahmed  ---
> There is no difference, as I understand

Did you actually try or did you just saw the change in the code and assumed the
result? And btw no, you understood the change  

If you actually did try, can you give me sample test where exact match fails.
Note that, the search in the linked image i.e., "liface", is producing correct
results as per the algorithm. Abbreviation match is preferred in that case to
the match at the end of the filename.

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

[kate] [Bug 455865] Quick Open: search for contiguous string

2022-06-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455865

--- Comment #6 from Waqar Ahmed  ---
Please try again with latest master if possible, the linked commit fixes a bug
that should improve this.

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

[kate] [Bug 455865] Quick Open: search for contiguous string

2022-06-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455865

--- Comment #5 from Waqar Ahmed  ---
Git commit 7cd1ef981fbf465f68e2d238d4142917868cb9e9 by Waqar Ahmed.
Committed on 24/06/2022 at 11:35.
Pushed by waqar into branch 'master'.

Fix cancelling out of unmatchedLettersPenalty

This needed to be a multiplication, not an addition as addition
unconditionally adds points to the score messing up the results.

M  +1-1apps/lib/quickopen/katequickopen.cpp

https://invent.kde.org/utilities/kate/commit/7cd1ef981fbf465f68e2d238d4142917868cb9e9

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

[kate] [Bug 455865] Quick Open: search for contiguous string

2022-06-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455865

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #4 from Waqar Ahmed  ---
> Even adding something basic into kate/apps/lib/quickopen/katequickopen.cpp 
> filterAcceptsRow() such as:
> > ```
> if (name.contains(fileNameMatchPattern, Qt::CaseInsensitive)) {
> score += 100;
> score += (sm->isOpened(sourceRow))*100;
> }
> ```
> Would bump exact matches above the fuzzy searches, and further the ones that 
> are open above those.

This is not acceptable because it will massively slow down things.

> Currently, the tool displays any file that contains the characters entered in 
> the same order, not necessarily as a contiguous substring. This is sometimes 
> useful, but it makes it difficult to search for a short word in a big 
> project, because it sometimes also find dozens of files unrelated to the word 
> whose name happens to contain its letters.

Contigous matches are ranked higher if the match is at the beginning of the
string. But if doesn't match at the beginning then it may not get ranked as
high as there might be matches where an abbreviation match happens which gets
ranked higher. For short strings, abbreviations matches are more likely to
happen so contigous matches get pushed down in the list unless they are at the
beginning.

So, in short, it is kind of working as expected. However, any concrete
suggestions for improvements are always welcome. It would also be nice if you
could compare the results of Sublime/VScode on the same project.

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

[kate] [Bug 455698] Sidebar icons look off

2022-06-21 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455698

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---
This was a recent change:
https://invent.kde.org/utilities/kate/-/merge_requests/763

Can be switched to older style from "Configure Kate ... -> Behavior"

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

[kate] [Bug 455641] Crash on saving

2022-06-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455641

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
> After deleting a file from inside Kate, I saved afile and the kate crashed.

Please provide more details about "deleting a file from inside kate"

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

[frameworks-ktexteditor] [Bug 455601] Ctrl+C&+V doesn't copy the new line character anymore

2022-06-19 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455601

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #4 from Waqar Ahmed  ---
Maybe there is some confusion, the comment says:

> The current line is inserted in the cursor position

I think it's not that "newline char(\n)" is not copied, rather that previously
the copied line got inserted as a "new line" after the current one.

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

[kate] [Bug 455453] Feature request: shortcut for highlight in status bar

2022-06-16 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455453

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Waqar Ahmed  ---
Please use command bar for that (Ctrl + Alt + I)

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

[kate] [Bug 455196] Cannot open subdirectory of Git repository as project

2022-06-13 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455196

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
This is by design I think.

Please turn off autoload of git repos from Configure Kate -> Projects -> "Auto
load Git repos" if you want to open the exact folder that you specified. Or you
can create .kateproject file which specifies what your project dir is.

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

[kate] [Bug 454864] Tab Browser theme broken with dark scheme

2022-06-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454864

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #2 from Waqar Ahmed  ---
Maybe recreating the style on paletteChange would fix this, 

Unfortunately don't have a windows machine to fix this issue :(

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

[kate] [Bug 453234] Kate crashes with specific tab and menu selections

2022-06-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453234

Waqar Ahmed  changed:

   What|Removed |Added

 CC||cesar.pastor...@sidia.com

--- Comment #7 from Waqar Ahmed  ---
*** Bug 455056 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 455056] Kate crash when going to Settings Menu -> 'Configure Kate' option

2022-06-09 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=455056

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 454774] esc closes terminal in the "current project" tab.

2022-06-03 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454774

Waqar Ahmed  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
> When in the "terminal" via the "current project" tab (via the project 
> plugin), pressing esc closes the tab and there is no option to turn off this 
> behavior (there is an option for the "terminal" tab to turn this off, but not 
> the "current project" tab)

The option is for both/all terminals kate opens.

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

[kate] [Bug 175588] pressing "tab" with active selection on a line adds tab at the beginning of the line

2022-06-02 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=175588

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #9 from Waqar Ahmed  ---
Use multiple cursors instead.

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

[kate] [Bug 454703] Saving file adds empty line at the end if there isn't already one

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

Waqar Ahmed  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||waqar@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #1 from Waqar Ahmed  ---
Configure Kate -> Open/Save -> disable "Append new line at the end of file"

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

[kate] [Bug 454489] Duplicate Lines Up/Down shortcuts overwritten

2022-05-30 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454489

--- Comment #6 from Waqar Ahmed  ---
> didn't see anything in the changelog or press release. At least letting 
> people know how to modify/revert would have saved me hours of headache.


I doubt you even found a changelog or a release post. The reason being most of
us were too busy this time around to compile all the changes and write a blog
about it. We need more people stepping in and help us with all that's going on
in Kate, especially marketing and co.

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

[kate] [Bug 453234] Kate crashes with specific tab and menu selections

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453234

Waqar Ahmed  changed:

   What|Removed |Added

 CC||gnuykeat@gmail.com

--- Comment #6 from Waqar Ahmed  ---
*** Bug 454589 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 454589] kate crashes when I click Settings > Configure Kate

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454589

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 453234] Kate crashes with specific tab and menu selections

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453234

Waqar Ahmed  changed:

   What|Removed |Added

 CC||eric.justin.al...@gmail.com

--- Comment #5 from Waqar Ahmed  ---
*** Bug 454594 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 454594] Settings->Configure Kate Crashes

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454594

--- Comment #2 from Waqar Ahmed  ---


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

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

[kate] [Bug 454594] Settings->Configure Kate Crashes

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454594

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 453152] Kate crashed during session restore

2022-05-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453152

Waqar Ahmed  changed:

   What|Removed |Added

 CC||eric.justin.al...@gmail.com

--- Comment #4 from Waqar Ahmed  ---
*** Bug 454594 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 454489] Duplicate Lines Up/Down shortcuts overwritten

2022-05-28 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454489

--- Comment #3 from Waqar Ahmed  ---
> There is no shortcut now for duplicating lines.

It was a difficult decision that I made after long discussions. We didn't have
a lot of choice and finding a new shortcut is not easy when you are a library
(you can't break apps)

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

[kate] [Bug 454489] Duplicate Lines Up/Down shortcuts overwritten

2022-05-28 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454489

Waqar Ahmed  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||waqar@gmail.com

--- Comment #2 from Waqar Ahmed  ---
> Acceptable fixes would be either: (a) allow a disable multicursors option to 
> reset the shortcut, (b) set another shortcut for duplicate lines, or (c) 
> allowing users to select/create a shortcut for duplicating lines

All this is possible from configure shortcut dialog.

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

[kate] [Bug 454423] PageUp and PageDown when holding left mouse button - selection works improperly

2022-05-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454423

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|FIXED   |NOT A BUG

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

[kate] [Bug 454423] PageUp and PageDown when holding left mouse button - selection works improperly

2022-05-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454423

--- Comment #2 from Waqar Ahmed  ---
Try pressing shift + page down / up. Just pressing shift will cancel the
selection.

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

[kate] [Bug 454423] PageUp and PageDown when holding left mouse button - selection works improperly

2022-05-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454423

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---
Try pressing shift + page down / up. Just pressing shift will cancel the
selection.

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

[kate] [Bug 454291] Kwrite Crashes when changing Modes& Filetypes in settings

2022-05-23 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=454291

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 452282] Kate crashes on saving settings after editing extensions for filetype

2022-05-23 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452282

Waqar Ahmed  changed:

   What|Removed |Added

 CC||abin.g...@gmail.com

--- Comment #4 from Waqar Ahmed  ---
*** Bug 454291 has been marked as a duplicate of this bug. ***

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

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

2022-05-22 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=376480

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #5 from Waqar Ahmed  ---
> I was explicitly asking for TOCs for plain text files without markdown syntax:

> you could just specify the syntax that denominates a header (or use the 
> default) and it would not display the text any differently than the rest of 
> the plain text (for example a .txt file): no colors and no larger font-sizes, 
> the only difference is that you have a TOC by which you can jump within and 
> structure your text document.

This can be done via the plugin, but it is unlikely any of the core devs will
do it anytime soon. If you want it early, maybe give it a try yourself.

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

[kate] [Bug 449116] Alternative UI layouts for Kate

2022-05-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=449116

--- Comment #2 from Waqar Ahmed  ---
> * The left side-bar displays text running vertically, which for me is 
> unreadable in practice.

In practice, you shouldn't need to read the text on it very often. Maybe once
or twice and then you know what is what just by their position on the sidebars.

Don't have any ideas to fix this. A thick sidebar like vscode is one solution,
but it wastes a lot of space so that is unlikely to happen

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

[frameworks-kio] [Bug 453488] FileSystem Browser View looks messy whenever it is narrowed

2022-05-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453488

Waqar Ahmed  changed:

   What|Removed |Added

Version|Git |5.94.0
   Assignee|kwrite-bugs-n...@kde.org|kio-bugs-n...@kde.org
 CC||kdelibs-b...@kde.org,
   ||waqar@gmail.com
Product|kate|frameworks-kio
  Component|general |general

--- Comment #1 from Waqar Ahmed  ---
You can use a different view without date/metadata columns or increase the
width of the toolview, other than that there's not a lot that can be done about
this from our (Kate) side.

Maybe KIO devs know more.

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

[kate] [Bug 453577] Table of contents for text documents

2022-05-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453577

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

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

2022-05-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=376480

Waqar Ahmed  changed:

   What|Removed |Added

 CC||myndstr...@protonmail.ch

--- Comment #3 from Waqar Ahmed  ---
*** Bug 453577 has been marked as a duplicate of this bug. ***

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

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=447740

--- Comment #6 from Waqar Ahmed  ---
Did some digging, but didn't get anywhere. Maybe the accessibleInterface
pointer inside updateAccessibility() is invalid which leads to a crash. When we
reload the doc, the views, if any are valid before and after regardless of
whether they became visible or not.

A quick workaround fix would be to allow the user to disable/enable
accessibility. This would avoid the crash.

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

[kate] [Bug 453978] In Configuration window, Apply button stays disabled after change in range fields

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453978

Waqar Ahmed  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/commit/8
   ||79883d90b638ee75d0845360f70
   ||dbd1dd7245ef

--- Comment #2 from Waqar Ahmed  ---
Git commit 879883d90b638ee75d0845360f70dbd1dd7245ef by Waqar Ahmed.
Committed on 18/05/2022 at 16:05.
Pushed by cullmann into branch 'master'.

observe changes on textChanged for QSpinBox

editFinished is only emitted only focus loss which means you have to
explicitly lose focus to be able to click apply

M  +8-3src/dialogs/kateconfigpage.cpp
M  +4-2src/dialogs/kateconfigpage.h

https://invent.kde.org/frameworks/ktexteditor/commit/879883d90b638ee75d0845360f70dbd1dd7245ef

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

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=447740

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #3 from Waqar Ahmed  ---
Has it ever crashed in X? 

Maybe this is something specific to wayland, and it could be that kate users
are just lucky till now

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

[kate] [Bug 453979] UI elements in the Behavior tab of the Configuration are too wide

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453979

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/43b2e55fb
   ||1b7925b974202dc9159330982f0
   ||385b
 Status|REPORTED|RESOLVED

--- Comment #1 from Waqar Ahmed  ---
Git commit 43b2e55fb1b7925b974202dc9159330982f0385b by Waqar Ahmed.
Committed on 18/05/2022 at 15:44.
Pushed by waqar into branch 'master'.

Word wrap label in behaviour settings

M  +4-2apps/lib/kateconfigdialog.cpp

https://invent.kde.org/utilities/kate/commit/43b2e55fb1b7925b974202dc9159330982f0385b

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

[frameworks-ktexteditor] [Bug 447740] Crash in QAccessible::queryAccessibleInterface

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=447740

Waqar Ahmed  changed:

   What|Removed |Added

 CC||mirovsk...@gmail.com

--- Comment #1 from Waqar Ahmed  ---
*** Bug 451041 has been marked as a duplicate of this bug. ***

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

[frameworks-ktexteditor] [Bug 451041] Kdevelop crash just after a LMB in editor on a source line

2022-05-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=451041

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #4 from Waqar Ahmed  ---
sounds like https://bugs.kde.org/show_bug.cgi?id=447740

That has a more complete backtrace, including some calls from KDevelop. Since
we have never seen or haven't gotten any reports from kate users about this,
could this be something KDevelop specific?

Lets move the discussion to that bug

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

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

[kate] [Bug 451615] Kate unexecpted crash when opening settings

2022-05-17 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=451615

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #9 from Waqar Ahmed  ---
yes

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

[kate] [Bug 451615] Kate unexecpted crash when opening settings

2022-05-17 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=451615

Waqar Ahmed  changed:

   What|Removed |Added

 CC||thenerdiest...@gmail.com

--- Comment #7 from Waqar Ahmed  ---
*** Bug 453889 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 453889] Kate crashes upon clicking "Configure Kate" with a clean config

2022-05-17 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453889

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #3 from Waqar Ahmed  ---


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

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

[kate] [Bug 453872] 15 MB file: simple search (CTRL-F) to find results takes minutes; search/replace (CTRL-R) find all without replacing shows results immediately

2022-05-17 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453872

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---
Please update to a newer Kate / KDE frameworks version. Search performance was
improved a lot in last few releases.

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

[kate] [Bug 453795] Kate crashed when opening settings

2022-05-14 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453795

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 453234] Kate crashes with specific tab and menu selections

2022-05-14 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453234

Waqar Ahmed  changed:

   What|Removed |Added

 CC||luizmiguelloren...@gmail.co
   ||m

--- Comment #4 from Waqar Ahmed  ---
*** Bug 453795 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 452282] Kate crashes on saving settings after editing extensions for filetype

2022-05-14 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452282

Waqar Ahmed  changed:

   What|Removed |Added

 CC||joa...@eiworth.net

--- Comment #3 from Waqar Ahmed  ---
*** Bug 453755 has been marked as a duplicate of this bug. ***

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

[frameworks-ktexteditor] [Bug 453755] KWrite crashed after pressing apply in Settings --> Open/Save --> Advanced

2022-05-14 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453755

Waqar Ahmed  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||waqar@gmail.com
Product|kate|frameworks-ktexteditor
  Component|kwrite  |general
Version|22.04.1 |5.93.0

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 453716] Kate sometimes crashes when closing a tab in a split view

2022-05-13 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453716

Waqar Ahmed  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/7b249cfeb
   ||4402679b96f3d363573820d431b
   ||ca29

--- Comment #2 from Waqar Ahmed  ---
Git commit 7b249cfeb4402679b96f3d363573820d431bca29 by Waqar Ahmed.
Committed on 13/05/2022 at 06:42.
Pushed by cullmann into branch 'master'.

Fix tab closing with multiple viewspaces

Sometimes a viewspace has only view available but multiple docs (and
tabs for those docs).

M  +22   -5apps/lib/kateviewspace.cpp

https://invent.kde.org/utilities/kate/commit/7b249cfeb4402679b96f3d363573820d431bca29

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

[kate] [Bug 453716] Kate sometimes crashes when closing a tab in a split view

2022-05-13 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453716

Waqar Ahmed  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||waqar@gmail.com
 Status|REPORTED|CONFIRMED

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

[kate] [Bug 453153] Project plugin does not list externally created files

2022-05-02 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453153

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #6 from Waqar Ahmed  ---
Valid, but I think we haven't done this intentionally. Directory watching
brings some problems with it and has little benefit. I assume people spend more
time writing code / text then creating files. Even you create 10 files in an
hour, clicking the refresh button is trivial.

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

[frameworks-ktexteditor] [Bug 397525] The multi-cursor branch crashes when Vi mode is started

2022-04-29 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=397525

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---
There is now a new multicursor implementation in master (available with 5.93
onwards.). Please consider testing it and helping us improve it.

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

[kate] [Bug 449767] replace all only substitute portion of text

2022-04-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=449767

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REOPENED|RESOLVED
 CC||waqar@gmail.com

--- Comment #5 from Waqar Ahmed  ---
As for *your* bug, it has nothing to do with Kate x.y.z. It was fixed in
KTextEditor library. When that gets upgraded you will get the fix.

Refrain from reopening duplicates. Please.

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

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

[frameworks-ktexteditor] [Bug 447972] RegExp replace broken with replace as "\n"

2022-04-27 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=447972

--- Comment #8 from Waqar Ahmed  ---
*** Bug 449767 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 449767] replace all only substitute portion of text

2022-04-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=449767

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #3 from Waqar Ahmed  ---
*** Bug 453043 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 453043] "Replace All" stops before replacing all

2022-04-26 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=453043

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #2 from Waqar Ahmed  ---


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

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

[kate] [Bug 452704] Block Selection Mode shouldn't cancel out, when doing a word remove(ctrl+backspace);

2022-04-17 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452704

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #2 from Waqar Ahmed  ---
Multiple cursor / Multiline editing is supported with frameworks v 5.93

Please read
https://docs.kde.org/trunk5/en/kate/katepart/kate-part-multiple-cursors.html
for details

If some particular behavior that you want isn't supported, feel free to open a
new bug or comment

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

[kate] [Bug 452282] Kate crashes on saving settings after editing extensions for filetype

2022-04-06 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452282

Waqar Ahmed  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/commit/c
   ||057955fc5a0233a08c26b09d5d7
   ||a4a2ddf1755b

--- Comment #2 from Waqar Ahmed  ---
Git commit c057955fc5a0233a08c26b09d5d7a4a2ddf1755b by Waqar Ahmed.
Committed on 06/04/2022 at 20:56.
Pushed by waqar into branch 'master'.

Fix crash when ModeMenuList wasn't init but we try to reload it

M  +5-0src/mode/katemodemenulist.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/c057955fc5a0233a08c26b09d5d7a4a2ddf1755b

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

[kate] [Bug 452078] Make it easier to modify default LSP config

2022-03-31 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452078

--- Comment #6 from Waqar Ahmed  ---
There is a setting for that: "Configure Kate... -> LSP -> Add imports
automatically upon completion". With Qt it doesn't work well atm but will get a
lot better with clang 14 hopefully.


> ... "User Server Settings" and "Default Server Settings" tabs so that the 
> default settings are directly editable and have a "Reset to defaults" button?

The current style is more like vscode/sublime where you have an immutable
default setting file and user one.

Also, if you need to change only one property of the server (for e.g.,
initializationOptions), then specifying that is enough. The plugin merges User
and Default config automatically.

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

[kate] [Bug 452047] When editing Rust code, backspacing into a '{'-bracket causes a runaway matching '}'-bracket explosion

2022-03-31 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452047

Waqar Ahmed  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
   |ities/kate/commit/4845de3df |ities/kate/commit/e834835af
   |81ec6ad0a15be5cad163ab9b9d4 |b7b3ad58c19abc0bb0c0bf0f18d
   |b53a|9633

--- Comment #5 from Waqar Ahmed  ---
Git commit e834835afb7b3ad58c19abc0bb0c0bf0f18d9633 by Waqar Ahmed.
Committed on 31/03/2022 at 06:33.
Pushed by waqar into branch 'release/22.04'.

Fix possible infinite formatting calls
(cherry picked from commit 4845de3df81ec6ad0a15be5cad163ab9b9d4b53a)

M  +5-0addons/lspclient/lspclientpluginview.cpp

https://invent.kde.org/utilities/kate/commit/e834835afb7b3ad58c19abc0bb0c0bf0f18d9633

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

[kate] [Bug 452078] Make it easier to modify default LSP config

2022-03-31 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452078

--- Comment #3 from Waqar Ahmed  ---
"User Server Settings" are directly modifiable in the config tab and you don't
need to save it somewhere else. But maybe I misunderstand you?

Anyways, maybe you can tell the arguments that you add to clangd, maybe there
is an alternative solution to that since clangd has a limited number of
arguments most of which are something that you set only need to be set once.

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

[kate] [Bug 452047] When editing Rust code, backspacing into a '{'-bracket causes a runaway matching '}'-bracket explosion

2022-03-30 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452047

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/4845de3df
   ||81ec6ad0a15be5cad163ab9b9d4
   ||b53a
 Status|REPORTED|RESOLVED

--- Comment #4 from Waqar Ahmed  ---
Git commit 4845de3df81ec6ad0a15be5cad163ab9b9d4b53a by Waqar Ahmed.
Committed on 30/03/2022 at 14:44.
Pushed by waqar into branch 'master'.

Fix possible infinite formatting calls

M  +5-0addons/lspclient/lspclientpluginview.cpp

https://invent.kde.org/utilities/kate/commit/4845de3df81ec6ad0a15be5cad163ab9b9d4b53a

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

[kate] [Bug 452078] Make it easier to modify default LSP config

2022-03-30 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=452078

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
Are you talking about the `.clangd` file or the config under "User Server
Settings"?

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

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