Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread elextr
Agree :+1: with @codebrainz "not worth 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/2705#issuecomment-751154222

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread elextr
> This is also possible, but I was under the impression that the terminal isn't > started until the "Terminal" tab is opened for the first time. No its added to the idle list during startup, so it would be created after the widgets and such are created, not on window open (unless its default

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Matthew Brush
> I am concerned that certain terminal based UI applications may not properly > work inside Geany. IIRC Fish was using minimum 20 columns and 2 lines in its check, which seems arbitrary, unless it's from POSIX standard? Moreover, at least here, Geany's terminal has the correct output for `tput

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Damon Harris
@codebrainz Indeed, it might be a problem with LibVTE, but is there a possibility that we are adding/mapping the widget too soon, or are doing something else which is causing this? Thanks for pointing out that the warning has been removed from fish, but this doesn't really remedy the issue.

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread elextr
> I swear those lines didn't exist when I copied the first time! Sure sure, eaten by Santas reindeers :grin: Anyway, WFM. 11:57:15: Geany INFO: Geany 1.37 (git >= 915cf6e8), en_AU.UTF-8 11:57:15: Geany INFO: GTK 3.24.20, GLib 2.64.3 11:57:15: Geany INFO: OS:

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Matthew Brush
Sounds like a problem with LibVTE and/or Fish (see [this commit](https://github.com/fish-shell/fish-shell/issues/6980#issuecomment-625333808)), but not Geany. Not sure it's even worth trying to workaround in Geany since the message was removed in Fish and doesn't seem to affect any other

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Damon Harris
I swear those lines didn't exist when I copied the first time! -- 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/2705#issuecomment-751144082

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread elextr
You have entirely missed the lines required __TOP__ down to where you started :yum: -- 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/2705#issuecomment-751143706

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Damon Harris
@elextr ``` 06:38:48: Geany INFO: User config dir: /home/TheDcoder/.config/geany 06:38:48: Geany INFO: Loaded GTK+ CSS theme '/usr/share/geany/geany.css' 06:38:48: Geany INFO: Loaded GTK+ CSS theme '/usr/share/geany/geany-3.20.css' 06:38:48: Geany INFO

Re: [Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread elextr
Please post the top few lines of `Menu->Help->Debug messages` down to and including the OS line. -- 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/2705#issuecomment-751142679

[Github-comments] [geany/geany] Virtual terminal size set to unreasonable value (#2705)

2020-12-24 Thread Damon Harris
I think I have discovered a bug in the terminal size calculation done by the VTE in the messages window, I use the fish shell and I always get this message whenever I open the terminal: ``` ⏎ Welcome to fish, the friendly interactive

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-24 Thread elextr
Well as I said, Geany does NOT store anything about running subprocess state, and even if it did nothing gets stored if its crashed. Thats why I am suspecting that your laptop is suspending or hibernating when its battery goes flat, which may store Geany's in memory process state and restore

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-24 Thread ruminations
24 December 2020 2:00 PM   First, thanks for the info about geany internals.   I've been using geany for years and having multiple execution terminals simultaneously open is part of my standard workflow.  It came as a complete surprise that yesterday it would not allow me to do that.  I

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-24 Thread ruminations
  24 December 2020  1:15 PM   I mean the power management system determines that the battery can no longer sustain operation and the machine abruptly shuts off, without notice, and without any regularized software shutdown.   The linux battery indicator shows 0% with estimated time

Re: [Github-comments] [geany/geany] Create julia lexer and tags parser (#2584)

2020-12-24 Thread Andreas
Thanks for your efforts so far @getzze. I'd be happy to see this merged. I wanted to test, but have trouble building the branch `julia_lexxer` in a standard Kubuntu 20.04 environment (gcc 9.3.0): ``` CXX lexers/LexMake.lo lexers/LexJulia.cxx: In static member function ‘static

Re: [Github-comments] [geany/geany] Can't multi select use ctrl+mouse-select-click (#2704)

2020-12-24 Thread abdulbadii
reopened -- 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/2704#issuecomment-750777197