User Details
- User Since
- Oct 13 2015, 7:28 AM (497 w, 1 d)
- Availability
- Available
Jun 15 2019
Jun 8 2019
So, I'm copiing the KWrite QList for the context of the iteration. As far as I understand how QList behaves, this should be ok. Funkcionality is still the same as with the previous patch version.
Jun 2 2019
This one implements the basic KTextEditor interface.
May 26 2019
Time is so far ok, but it's going to be a bigger change then what I initially expected and I'm not sure if it's going to be in a good way for kwrite as minimal editor.
Uh, this is getting more complicated then I though it would be.
Merged with 10c552846e73e5ccb342d91d84ef4cf302750fab
May 25 2019
Sigh... I wish KDE would use something like gitlab at this point. According to this https://community.kde.org/Infrastructure/Phabricator#Add_special_keywords it should be sufficient to add BUG: 407103 to the summary to link the issue in bugzila, but nothing has happened. What did I miss? I hope theese still works? https://community.kde.org/Policies/Commit_Policy#Special_keywords_in_GIT_and_SVN_log_messages
May 19 2019
May 14 2019
May 13 2019
Mar 9 2019
Sorry it took so long, I've had a busy week. I've added to general configuration tab the option to switch the quick open match mode. I don't like the implementation though. The thing is quite scattered all over the place.
Mar 4 2019
Mar 3 2019
This was the original behavior before quick open refactor, but I'm ok with making it changeable. In theory it could be easily extended with for example Levenshtein distance matching. Not sure about putting it in context menu (which one?). If some people would prefer one or the other I guess they would want to do it globally for all kate sessions. Wouldn't it be better to put it in settings->appearance then?
Mar 2 2019
May 27 2018
May 23 2018
May 2 2018
May 1 2018
Apr 1 2018
Aug 8 2017
Feb 3 2017
Hi Francis, it probably got switched during massive refactor few years back by me. Looks good. Thanks for the fix!
Sep 3 2016
The tests are passing for me before and after apllying the patch, so please commit to master.
Hi Leandro, thanks for the patch. The check for the nullptr should be perfectly ok. It's weird that it breaks the tests. One little nitpick: please try to comply with the code style of kf5 libraries https://techbase.kde.org/Policies/Frameworks_Coding_Style#Braceslibraries.
Jun 22 2016
Jun 18 2016
Jun 17 2016
Jun 16 2016
Seems to be working correctly. Compiled, tested (tests and manual) on my computer with Qt5.6.1. One of the vim_keys test is failing, but at least the vi mode is back functioning, so ship it.
Since you have moved the code to separate folder, don't you want to move the code to separate C++ namespace too?