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

2020-12-23 Thread elextr
See also #1141 #850 and others

-- 
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-750703114

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

2020-12-23 Thread elextr
Closed #2704.

-- 
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#event-4146060674

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

2020-12-23 Thread elextr
The only multiple selections Geany supports are rectangular selections, it does 
not support discontiguous multiple selections.

-- 
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-750702257

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

2020-12-23 Thread elextr
If the Geany execute command item is activated while a command is running it 
terminates the command, this allows programs that get into an infinite loop to 
be terminated.  When running in a terminal Geany does not know the process ID 
of the program, only of the terminal, so that is what is terminated, and 
hopefully it will terminate the program.  Similarly as it does not know the 
program process id there is no way Geany can find out if the program has 
finished, only if the terminal has finished, so the execute action remains as 
"stop" until the terminal closes.  So this part is working as intended.

Geany does not store any execute state when it closes because it no longer owns 
the terminal process when its restarted (if that process still existed) so 
there is no point in it doing so.  I suspect that if the execute icon stays at 
stop then your laptop is not shutting down, it is hibernating or suspending, so 
Geany is restored in its previous state, but I have no idea if the terminal 
process termination is correctly delivered in that case, possibly not, but its 
not a scenario Geany has been designed to cope with, YMMV.

If you want to have multiple terminals open the command Geany runs (from 
`Preferences->Tools->Terminal`) must complete.  I havn't tried it, but you 
could try modifying that preference to run the terminal in a shell and 
detaching 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/2703#issuecomment-750701890

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

2020-12-23 Thread abdulbadii
How to do multi select, Can't have it to work by use of ctrl+mouse-select-click 
(just like noptepad++ as same Scintilla)
Or any peculiar way to do 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/2704

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

2020-12-23 Thread elextr
When you say the laptop "shuts down" do you actually mean shutdown, or 
hibernate or suspend?

-- 
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/2703#issuecomment-750474151

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

2020-12-23 Thread ruminations
23 December 2020 Noon

geany version: 1.32
ubuntu version: 18.04

Lately I've been running my machine until it shuts off from a drained battery.

Today I noticed that when I run python programs using the toolbar execute 
button, the icon
does not change back to a gear from the circle-slash when the program finishes.

The practical effect of this is you have to click the button again to get the 
gear icon, but the
terminal closes instead of remaining open.  This is very inconvenient since it 
makes it impossible to compare outputs from two different versions side by side.

**Workaround**

I solved the problem by opening the "set build commands" dialog and changing 
the execute command to something that throws an error, e.g. python "%p%f" (no 
'/' between), running something, and then changing the execute command back to 
its original value. (python "%f")

Evidently, geany stores some state that is not reset owing to the crash, and in 
some cases is not sanitized on startup.


-- 
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/2703

Re: [Github-comments] [geany/geany-plugins] git-changebar depends on libgit2-26 but is not installable on mint 20 || ubuntu 20.04 (#1047)

2020-12-23 Thread Michele
Closed #1047.

-- 
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/1047#event-4144946121

Re: [Github-comments] [geany/geany-plugins] git-changebar depends on libgit2-26 but is not installable on mint 20 || ubuntu 20.04 (#1047)

2020-12-23 Thread Michele
Thankyou b4n for your reply. Unfortunately due to maintenance of apps, i prefer 
to install this via repo (sometimes PPA) debian based distro.

I used PPA ubuntu for geany 1.37 using mint 20 as a distro. 

Result i have to update my repo to brand new repo 21.04 to get new version of 
the geany common and geany plugins.

Now my issue is over, but the problem is in oldest repositories...

Thank you again for your support

-- 
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/1047#issuecomment-750394353

[Github-comments] [geany/geany-plugins] label:new plugin (#1048)

2020-12-23 Thread Michele
> 

-- 
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/1048

Re: [Github-comments] [geany/geany-plugins] git-changebar depends on libgit2-26 but is not installable on mint 20 || ubuntu 20.04 (#1047)

2020-12-23 Thread Colomban Wendling
Well, I myself am not sure what the issue is :)
@micdech could you give more details, e.g. show the actual error message you 
get, and the steps leading you there?  As @elextr said if it's your 
distribution's packages we don't make those and don't have control over them, 
but if you're building from sources maybe we got a check wrong or something.  
In any case, IIUC the plugin should still supports libgit2 0.28.

-- 
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/1047#issuecomment-750177483

Re: [Github-comments] [geany/geany] Message Window colors aren't contrasting in dark themes (#2644)

2020-12-23 Thread Matthew Brush
Real CSS has a property like this:

```css
filter: invert(1) hue-rotate(180deg);
```

But since GTK+ CSS is not real/complete CSS, I doubt it works.

-- 
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/2644#issuecomment-750106373

Re: [Github-comments] [geany/geany] Mac OS dark mode complier color in the Message Window (#2647)

2020-12-23 Thread Matthew Brush
Closed #2647.

-- 
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/2647#event-4143563950

Re: [Github-comments] [geany/geany] Mac OS dark mode complier color in the Message Window (#2647)

2020-12-23 Thread Matthew Brush
Duplicate of #1376, #1737, #2293, #2644, etc.

-- 
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/2647#issuecomment-750101493

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread Matthew Brush
Closed #2702.

-- 
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/2702#event-4143556521

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread Matthew Brush
`Tools` ⮞ `Configuration Files` ⮞ `geany.css`

Put this in it and save:
  
  ```css
.view {
background: black;
}
  ```

Message background color become full black when build is executed.


-- 
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/2702#issuecomment-750074825

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread abdulbadii
Got the css, now the Gtk theme on Xfce any idea to access the easiest way?

-- 
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/2702#issuecomment-749978440

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread elextr
Do you mean in the "compile" tab?  The background is controlled by your GTK 
theme, the foregrounds are as per the first 3 listed in 
https://www.geany.org/manual/current/index.html#customizing-geany-s-appearance-using-gtk-3-css

-- 
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/2702#issuecomment-749955992

[Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread abdulbadii
How do we modify message background color when build is executed to become full 
black ? Please help is unreadable at all..

-- 
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/2702

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-23 Thread elextr
Weird, doesn't happen here, 1.37 release or git version.  Maybe its something 
to do with the specific version of GTK you have.  Not sure what I can tell you 
to help you track it down.

-- 
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/2700#issuecomment-749930644

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-23 Thread nomadbyte
> Do you get a message when you do `Menu->Document->Line Wrapping which calls 
> editor_set_line_wrapping()`?

Same Gtk-Warning only when **unsetting** the "Line Wrapping". That is the 
wrapping activation works Ok and shows no warning, clearing the active wrapping 
produces the warning.

Apparently, the warning is triggered by the Scintilla's message `SSM(sci, 
SCI_SETWRAPMODE, SC_WRAP_NONE, 0)`

-- 
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/2700#issuecomment-749925612