When editing existing lines that are longer than the break column the break is inserted in the wrong place.
Fix: sci_get_position_from_col() takes line number, not position of start of line. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2027 -- Commit Summary -- * Fix broken line breaking on existing lines -- File Changes -- M src/editor.c (2) -- Patch Links -- https://github.com/geany/geany/pull/2027.patch https://github.com/geany/geany/pull/2027.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2027
