faerot
faerot
Ok, digging a bit deeper looks like ECTL_SETPOSITION works for editor even if it is in the background so the problem can be walked around... The other problem in this...
I have configured cmake with: cmake -DUSEWX=no -DPYTHON=yes -DCMAKE_BUILD_TYPE=Release ..
Also question: why far2l that comes via apt install is not built with python? python is essential part of debian based distros, so why not building it with python support...
> @faerot you can try build with system python via `-DVIRTUAL_PYTHON=python3` (brief details see in https://github.com/akruphi/far2l/wiki#plugins_py ) Does not work either. With -DVIRTUAL_PYTHON=python3 it has this kind of errors: ```code...
I don't want to mess with various venvs because frankly I am not really sure what exactly the problem is. I am just trying to build far2l with python as...
Unfortunately installing python3-venv did not help, I have deleted _build dir contents before trying again just in case, but error is pretty much the same. ```code error: subprocess-exited-with-error ░ ░...
> I forgot about cffi requirements: sudo apt install libffi-dev Indeed, that helped to build it. README needs to be updated to include libffi-dev requirement not to waste your time...
Correction: it is not just visual artifact, this is actual selection part, because when typing over remaining selected block it wipes that block.