<div dir="ltr">I tried building kate based on: 

<a href="https://kate-editor.org/build-it/#linux">https://kate-editor.org/build-it/#linux</a><div>but cmake failed on the 

Qt5Widgets package:<br></div><div>------------------------------</div><div>[jvallino@mep build]$ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=~/kde/usr \<br>>   -DCMAKE_PREFIX_PATH=~/kde/usr<br>-- The C compiler identification is GNU 4.8.5<br>-- The CXX compiler identification is GNU 4.8.5<br>-- Check for working C compiler: /usr/bin/cc<br>-- Check for working C compiler: /usr/bin/cc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Detecting C compile features<br>-- Detecting C compile features - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>-- Detecting CXX compile features<br>-- Detecting CXX compile features - done<br>-- Looking for __GLIBC__<br>-- Looking for __GLIBC__ - found<br>-- Performing Test _OFFT_IS_64BIT<br>-- Performing Test _OFFT_IS_64BIT - Success<br>-- Could not set up the appstream test. appstreamcli is missing.<br>CMake Error at CMakeLists.txt:39 (find_package):<br>  Could not find a configuration file for package "Qt5Widgets" that is<br>  compatible with requested version "5.10.0".<br><br>  The following configuration files were considered but not accepted:<br><br>    /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake, version: 5.9.7<br>    /lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake, version: 5.9.7<br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/jvallino/kde/kate/build/CMakeFiles/CMakeOutput.log".<br></div><div>---------------------------------------------</div><div>When I installed the dependencies it installed  libQt5Widgets.so.5()(64bit) for package: qt5-qtbase-devel-5.9.7-2.el7.x86_64, but cmake doesn't seem to like that version.</div><div><br></div><div>I'm running this on the head of a small computational cluster, and my primary objective is "Don't break it", so I mostly avoid updating things. I'm not sure why it didn't install something compatible with version 5.10.0, but I'm open to suggestions.</div><div><br></div><div>thanks for you help</div><div>-joe</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 9, 2020 at 7:28 AM Christoph Cullmann <<a href="mailto:christoph@cullmann.io">christoph@cullmann.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2020-05-07 18:55, joe vallino wrote:<br>
> Is there any way to turn off the feature that highlights text based on<br>
> current selection?  This feature fails when using large text files<br>
> (100's MB), because it can take several seconds to select text, as you<br>
> must wait for Kate to search the document looking for matches to the<br>
> selection. This renders Kate ineffective for editing large files.<br>
<br>
Hi,<br>
<br>
I think there is no such option at the moment.<br>
<br>
I actually thought we limit that search to the visible range, thought,<br>
which should be "ok" even for large documents.<br>
<br>
Which version are you using?<br>
<br>
Greetings<br>
Christoph<br>
<br>
> <br>
> Thanks!<br>
> -joe<br>
<br>
-- <br>
Ignorance is bliss...<br>
<a href="https://cullmann.io" rel="noreferrer" target="_blank">https://cullmann.io</a> | <a href="https://kate-editor.org" rel="noreferrer" target="_blank">https://kate-editor.org</a><br>
</blockquote></div>