Advertisement
Guest User

Untitled

a guest
Feb 24th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <murthy> I need help with reproducing a bug so that I can report it properly
  2. <murthy> can someone help me?
  3. <murthy> kate crashes when disabling "Dynamic word warp" with large text only when that text is from clipboard and not when on saved file
  4. <murthy> https://pastebin.com/3RAi6CCr
  5. <murthy> thats the text
  6. <murthy> When I save it to disk and open it with kate and then disable "Dynamic word wrap" kate doesn't crash
  7. <murthy> note in that previous step I had replaced "\n<space><space>" with "<space>" before saving
  8. --> mpyne (~mpyne@pool-100-15-62-191.washdc.fios.verizon.net) has joined #kde-devel
  9. <murthy> but when I copy the text from clipboard and then do the replacements and then disable "Dynamic word wrap" kate crashes
  10. <murthy> I have a complete backtrace with all the debug symbols installed
  11. <murthy> but I am afraid the devs will not be able to reproduce the bug without that exact clipboard text
  12. <murthy> I will try something
  13. <murthy> nope, its only happens when copied from clipboard
  14. <[ade][m]> how do you do the "replace \n<space><space> .." part?
  15. <[ade][m]> do you mean it should be one single line?
  16. <[ade][m]> "it" = the pasted text, or the text-after-pasting
  17. <[ade][m]> can't immediately reproduce (I ctrl-A'ed the text, pasted it into vi running in konsole, used J to join all the lines to one line of 1919 characters long, saved it; opened the file with kwrite, selected all, copy to clipboard, opened kate, pasted, turned off dynamic wrap)
  18. <murthy> [ade][m]: using the "search and replace" feature at the bottom of the kate
  19. <murthy> [ade][m]: sorry was talking to people in #ubuntu
  20. <murthy> [ade][m]: ya one single line
  21. <murthy> [ade][m]: "it"=the text after replacements
  22. <guilhermems[m]> <guilhermems[m]> "This worked! Thank you! I had..." <- Hm... Cpp is much harder to deal with. It turns out you can't just delete stuff and hope it still works 😐️. Changing it is beyond my capabilities :(
  23. <guilhermems[m]> Is it fine if I only send an MR with the changes I made to QML? To be honest I don't even know if 'showToolTips' is used only by the checkbox I'm trying to remove or if it's used by all tooltips. Going by the name I'm guessing the latter.
  24. <guilhermems[m]> * the latter. Maybe I don't have to delete it after all.
  25. <NateGraham[m]> sure, I can finish it when I have time
  26. <murthy> [ade][m]: that sample text is the output of command "sudo apt build-dep libqt5core5a"
  27. <Herzenschein[m]> Yeah, you need to have a general understanding of what the code does in the case of C++ (unless it's code that already exists and you can replicate), with QML you often can make do with finding a property and changing its values
  28. <murthy> NateGraham[m]: hi
  29. <NateGraham[m]> hi
  30. <murthy> [ade][m]: this is the backtrace https://pastebin.com/vMQpZ1mU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement