Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-11 Thread toxpal
Didn't want to create a new topic since my issue is very similar. Except that I don't use GNOME. Running the latest version of Geany on antergos with KDE Plasma. Super-often, I also experience lag (which takes about 1 second or so) which occurs during any of these actions: switching between fi

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
GTK 3.22.30, GLib 2.56.1 -- 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/issues/1532#issuecomment-404438229

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
Alright, will test it today and let you know. -- 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/issues/1532#issuecomment-404452847

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
Using geany **NOT** in full screen, and the issue still remains - it often takes geany some time to update displayed content when some text is typed/copied/scrolled, etc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

Re: [Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)

2018-07-12 Thread toxpal
P.S. Sometimes (like 1 time out of 20), even when working with very small file (several lines of PHP code), it takes Geany 1 second to update cursor position after pressing TAB or SPACE buttons on keyboard. It occurs in both fullscreen and not fullscreen modes. -- You are receiving this becaus

[Github-comments] [geany/geany] Highlight syntax for files without an extension (#1899)

2018-07-19 Thread toxpal
I didn't find such a feature request/enhancement, but if it was already requested (or feature already exists), feel free to close this issue. It would be nice if Geany can highlight syntax for files without extensions. Let's say I open a new tab and copy/paste some PHP snippet to it. Some other

Re: [Github-comments] [geany/geany] Highlight syntax for files without an extension (#1899)

2018-07-19 Thread toxpal
Thanks. It's a bit faster solution than saving files, but I'm wondering if there's way to automate it. Like in Notepad++ for example, which is also Scintilla based (IIRC). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

Re: [Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

2018-07-27 Thread toxpal
I miss such a feature (to do proper scrolling) too. It's not related to theme because I have this issue on all themes. -- 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/issues/1904#issuecomment-4

[Github-comments] [geany/geany] New file autofocus (#1925)

2018-08-18 Thread toxpal
Couldn't find such enhancement/improvement request, so am I the only who doesn't want to perform extra clicks every time new document is created? I mean, when new document (file) is created in Geany, mouse cursor isn't moved to text field. As as result, you must manually click empty text area ev

Re: [Github-comments] [geany/geany] New file autofocus (#1925)

2018-08-20 Thread toxpal
Thanks for your suggestions, the problem was caused by plugin. After reading your comments, I disabled all the plugins, restarted Geany, and it worked fine. Then I started re-enabling plugins one after one and found that Overview plugin causes this problem. Once I disable it, autofocus starts wo

Re: [Github-comments] [geany/geany] New file autofocus (#1925)

2018-08-20 Thread toxpal
Closed #1925. -- 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/issues/1925#event-1797864990

Re: [Github-comments] [geany/geany] Highlight syntax for files without an extension (#1899)

2019-02-19 Thread toxpal
> Note that Geany does in fact detect the prefixes you suggested: Yes, but it only works for existing files. If file is not saved, Geany doesn't detect any of prefixes, and the only way to get syntax highlighting to work is to: 1. Manually save file; 2. Manually set file type using your previou

[Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-19 Thread toxpal
Geany INFO: GTK 3.24.8, GLib 2.60.3 14:53:57: Geany INFO: System data dir: /usr/share/geany 14:53:57: Geany INFO: User config dir: /home/toxpal/.config/geany 14:53:57: Geany INFO: Loaded GTK+ CSS theme '/usr/share/geany/geany.css'

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-19 Thread toxpal
Tested with default config and no plugins. Started Geany using the command you wrote. Worked well after typing some short text, but then I pasted a content of PHP file (1500+ lines), used CTRL+L and my desktop frozen for a few seconds. As usually, Geany didn't freeze itself, it continued to wor

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-20 Thread toxpal
I typed CTRL+L instead of CTRL+K by mistake when posting message above, and I quickly edited it. -- 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/issues/2201#issuecomment-503918799

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-20 Thread toxpal
> what happens if you use another clipboard-related command, like Ctrl+C or > Ctrl+X? Nothing, everything works perfectly :) -- 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/issues/2201#issueco

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-20 Thread toxpal
Yes, it acts exactly the same way (freezes for a few seconds). Used CTRL+Q (overwrote existing binding for "Quit" command). -- 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/issues/2201#issuecomm

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-20 Thread toxpal
Did some more tests, and result is always the same - freeze after deleting line via shortcut (no matter which key binding was used) in both "normal" and "default config without plugins" modes. But it only happens when editing existing (saved) file. If I create a new file, paste thousands of line

Re: [Github-comments] [geany/geany] Geany freezes desktop environment after using CTRL+K (#2201)

2019-06-20 Thread toxpal
Very basic steps... 1. Open existing file (better a bigger one, with 100+ lines at least); 2. Move mouse cursor over any line and click it to enter selected line; 3. Use CTRL+K 4. Move mouse cursor over any opened app in taskbar and click it - nothing will happen. OR 4.1. After using CTRL+K, simp

[Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-06-22 Thread toxpal
Just like many coders, I work with different languages at the same time. For example, there might be 2 opened files at the same time: ``` translations_en.php translations_XX.php ``` Obviously, they will contain text in different languages. So if my spellcheck is set to EN, I will see all the wo

Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-06-29 Thread toxpal
Thanks for the input. Yeah, I somehow had a bad feeling it might be very complex :) -- 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-plugins/issues/876#issuecomment-506961695

Re: [Github-comments] [geany/geany-plugins] spellcheck - use 2 languages at the same time (#876)

2019-07-02 Thread toxpal
thank you, will try. -- 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-plugins/issues/876#issuecomment-507562001

[Github-comments] [geany/geany] Support for more flexible font scaling (#2242)

2019-08-03 Thread toxpal
I don't know if it's a limitation of Geany itself or some other library, so please accept my apologies if the issue is not related to Geany. Many apps allow setting different font sizes, and Geany is not an exception. However, I miss the option to increase/decrease font sizes by 0.5 (which is p

[Github-comments] [geany/geany] Enhancement: Close tabs to the left (#2282)

2019-08-30 Thread toxpal
The feature to close tabs to the right (https://github.com/geany/geany/pull/1362) is super useful for anyone who works with many tabs, so thank you for that. However, I miss a feature to close tabs to the left badly... It exists in many other editors, and t would be very useful to have the same