Re: [Github-comments] [geany/geany] Programming ligature support for Windows (#2535)

2020-08-23 Thread elextr
> You could request it at the Scintilla project.

@eht16 How would those options work with Scintilla GTK backend which calls GTK 
rather than calling the windows API directly?

I don't suppose there is any chance you can test with GTK3 Geany on Windows?  
It has to happen one day :).

-- 
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/2535#issuecomment-678838497

Re: [Github-comments] [geany/geany] Update Scintilla to version 3.20.0 (#2506)

2020-08-23 Thread Skif-off
@eht16, maybe you can try to update up to 3.21.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/pull/2506#issuecomment-678835811

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread Matthew Brush
> The problem is, that i don't know where the script file is located

As @eht16 said, I meant to run your own Python script from the command 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/2578#issuecomment-678802756

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-08-23 Thread Enrico Tröger
TL;DR
https://www.geany.org/documentation/faq/#geany-does-not-display-underscores-anymore

-- 
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/2502#issuecomment-678787255

Re: [Github-comments] [geany/www.geany.org] Faq page renewal (#24)

2020-08-23 Thread Enrico Tröger
Merged #24 into master.

-- 
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/www.geany.org/pull/24#event-3682899381

Re: [Github-comments] [geany/geany] Show OS info in debug messages (#2498)

2020-08-23 Thread Enrico Tröger
@codebrainz I guess we could go ahead even without MacOS results.

-- 
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/2498#issuecomment-678778960

Re: [Github-comments] [geany/geany] Programming ligature support for Windows (#2535)

2020-08-23 Thread Enrico Tröger
Just tested it on Windows (with GTK2 Geany):
`SCI_SETTECHNOLOGY(SC_TECHNOLOGY_DIRECTWRITE) nor any of the other 
`SC_TECHNOLOGY_*` options has any effect. I agree with @codebrainz that it's 
probably the GTK backend of Scintilla which does not support that option, even 
on Windows.

You could request it at the Scintilla project.

-- 
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/2535#issuecomment-678778236

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread Enrico Tröger
> Hello Matthew, thank You for the answer ! The problem is, that i don't know 
> where the script file is located.I do not find any ...sh file in the 
> directories around Geany. 

This is just a little wrapper script created by Geany dynamically. Basically it 
just runs the command you configured in Geany (Build->Set build commands). It 
is most probably unrelated to the real problem.

Can you run your code from the command like, e.g.: `python 
First_Tkinter_RSP.py`?
Did you maybe configured IDLE to use a virtualenv?
Can you save the following trivial example as file and try to execute it in 
Geany?
If this works, it's related to your code otherwise it's a general problem with 
your Geany configuration.
```py
#!/usr/bin/env python
# -*- coding: utf-8 -*-

print("Hello World!")
```


-- 
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/2578#issuecomment-678777626

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread hlech65730
Hello elextr,
thank you very much for Your answer ! I started Geany in 2 ways, from menu and 
with an icon in a folder from the desktop that i have created. The behaviour is 
the same when i started my python file. Only the empty Terminal window appears, 
that's all. When i load and start my python program from IDLE the Tkinter 
window appears and it runs.  

Kindly Regards, Holger Lech Hadamarstr.22b 93051 Regensburg
Email : hlech65...@aol.com

-Ursprüngliche Mitteilung-
Von: elextr 
An: geany/geany 
Cc: hlech65730 ; Author 
Verschickt: So, 23. Aug. 2020 1:26
Betreff: Re: [geany/geany] In IDLE my Tkinter program was executed, but Geany 
only starts a script (#2578)

How are you starting Geany? Are all the right python tk parts in your path? 
Sometimes Geany started from menus is not started i n a shell, so the login 
startup files are never read and setups are missed.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

-- 
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/2578#issuecomment-678776557

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread hlech65730
Hello Matthew,
thank You for the answer ! The problem is, that i don't know where the script 
file is located.I do not find any ...sh file in the directories around Geany. 
Do You know it ? 

Mit freundlichen Grüßen, Holger Lech Hadamarstr.22b 93051 Regensburg
Email : hlech65...@aol.com

-Ursprüngliche Mitteilung-
Von: Matthew Brush 
An: geany/geany 
Cc: hlech65730 ; Author 
Verschickt: Sa, 22. Aug. 2020 20:18
Betreff: Re: [geany/geany] In IDLE my Tkinter program was executed, but Geany 
only starts a script (#2578)

What happens if you run the script from the normal terminal outside of Geany?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

-- 
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/2578#issuecomment-678774190

Re: [Github-comments] [geany/geany-plugins] GeanyVC:(Fossil) Long history log entries are shown in single lines (#1003)

2020-08-23 Thread Frank Lanitz
Closed #1003 via #1004.

-- 
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/1003#event-3682645313

Re: [Github-comments] [geany/geany-plugins] GeanyVC:(Fossil) Limit the width of the history log/timeline output (#1004)

2020-08-23 Thread Frank Lanitz
Merged #1004 into master.

-- 
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/pull/1004#event-3682645308