Did a git clone and build, to no avail.No unusual command line output either:kris@pc:~/Downloads/geany$ geany -v -p ~/BT/the_file.csv Geany-INFO: Geany 1.27, nl_NL.UTF-8 Geany-INFO: GTK 2.24.30, GLib 2.48.2 Geany-INFO: System data dir: /usr/share/geany Geany-INFO: User config dir: /home/kris/.config/geany Geany-INFO: System plugin path: /usr/lib/x86_64-linux-gnu/geany Geany-INFO: Added filetype Genie (61). Geany-INFO: Added filetype Cython (62). Geany-INFO: Added filetype Scala (63). Geany-INFO: Added filetype CUDA (64). Geany-INFO: Added filetype JSON (65). Geany-INFO: Added filetype Clojure (66). Geany-INFO: Added filetype Graphviz (67). Geany-INFO: /home/kris/BT/the_file.csv : None (UTF-8)
On Thursday, 26 January 2017, 16:37, Matthew Brush notifications@github.com wrote:
On 2017-01-26 02:10 AM, Chayyoo wrote:
I have a file with 1.5 million rows. Geany 1.27 on Lubuntu (Ubuntu Xenial 16.04.1 LTS). Scrolling down with the down arrow key stops at line 1,118,483. I can go further down with page down or the scroll bar and reposition the cursor there, but the down arrow key stops again after a few lines down. No such behaviour in SciTe. Arrow up key keeps working fine all the time. File stats (with wc): 1514885 (lines) 50686174 (chars).
Do you have any plugins enabled? Try to run Geany like `geany -v -p the_file.csv` and see if it still happens, noting any unusual output on the terminal.
Regards, Matthew Brush — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.