1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Common gedit bugs
=================
This page documents common bugs in gedit. If you find your problem in this page,
_please do not report a new bug for it_.
Problem with very long lines
----------------------------
Very long lines (e.g. a wrapped line that takes the whole screen) are not well
supported by gedit, there can be performance problems or freezes.
[GitLab issue](https://gitlab.gnome.org/World/gedit/gedit/-/issues/513).
Problem with very large files
-----------------------------
Large files are not well supported, gedit should ask for confirmation when
opening such files, providing a solution.
[GitLab issue](https://gitlab.gnome.org/World/gedit/gedit/-/issues/11).
Hyphen/dash inserted for text wrapping
--------------------------------------
It should be disabled in a text editor like gedit, the hyphen is not part of
the content.
[GitLab issue](https://gitlab.gnome.org/World/gedit/gedit/-/issues/365).
Recently fixed
--------------
### View does not scroll to the end of the text in some cases (text cut off)
Fixed in 40.2, 41.1, 42.2 and >= 43.
[GitLab issue](https://gitlab.gnome.org/World/gedit/gedit/-/issues/42).
|