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

2020-12-06 Thread elextr
@Lo0is the solution is in a comment above

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

Re: [Github-comments] [geany/geany] hide left sidebar on double click on Notebook's tabs (#2686)

2020-12-06 Thread elextr
> in current version, to show hidden widgets, we should go to "View" menu bar 
> and click "Toggle all additional widgets" which is a little bit long and 
> inconvenient way.

You can bind it to a shortcut

-- 
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/2686#issuecomment-739585707

Re: [Github-comments] [geany/geany] geany's project management is a little bit tricky (#2687)

2020-12-06 Thread elextr
See the various project plugins and see which one might do what you want.  
Different people want different things so there are several plugins for complex 
things and the built-in one is very simple, essentially a named session.

-- 
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/2687#issuecomment-739584955

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-06 Thread elextr
> > @hroncok what happens if there is no snowman in sight, but you have a space 
> > character followed by the code point FE0F (which you can enter as 
> > u all at once and you get a funny u then fe0f and ).

> A crash.

Ok, so the snowman has melted out of the problem, it seems to be (at least) 
space followed by variant-16 in @hroncok's fonts.

-- 
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/1041#issuecomment-739584542

Re: [Github-comments] [geany/geany] I am no longer shown the underscore! (#2688)

2020-12-06 Thread elextr
Closed #2688.

-- 
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/2688#event-4077137702

Re: [Github-comments] [geany/geany] I am no longer shown the underscore! (#2688)

2020-12-06 Thread elextr
https://github.com/geany/geany/issues/2502

-- 
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/2688#issuecomment-739584072

[Github-comments] [geany/geany] I am no longer shown the underscore! (#2688)

2020-12-06 Thread Lo0is
lately I have had a strange problem, the underscore in the compiler no longer 
shows me well.  

I also followed some tutorials related to old versions where you had to set 
**line_height = 1; 1;**  but nothing.

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

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

2020-12-06 Thread Lo0is
I find myself today, that I can no longer display the underscores.
Someone who solved, could give me some indication.

I don't feel like changing compiler.

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

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-06 Thread Miro HronĨok
> FWIW I just tried to compile Geany master with Clang as well as with [what 
> seem to be Fedora's hardening 
> flags](https://fedoraproject.org/wiki/Changes/Harden_All_Packages), yet I 
> still can't reproduce.

FTR the cflags in Fedora are:

-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches 
-pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 
-fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 
-mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection 
-fcf-protection

And ldflags:

-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld

And we don't use cgal but gcc.

> @hroncok what happens if there is no snowman in sight, but you have a space 
> character followed by the code point FE0F (which you can enter as 
> `u` all at once and you get a funny `u` then `fe0f` and 
> ``).

A crash.

-- 
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/1041#issuecomment-739550505

[Github-comments] [geany/geany] geany's project management is a little bit trick (#2687)

2020-12-06 Thread farhad


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

[Github-comments] [geany/geany] hide left sidebar on double click on Notebook's tabs (#2686)

2020-12-06 Thread farhad
Interface > NoteBooks Tabs > Double-clicking hides all additional Widgets

When I activate above setting and click on a tab in NoteBook, it hides the tab 
name and Message window, but it doesn't hide the left Side bar.

It would be much better to hide side bar too.
And please don't hide the NoteBook's tab name, so that we can double click it 
again to show hidden widgets ( Like what Eclipse IDE does)

in current version, to show hidden widgets, we should go to View menu-bar and 
click "Toggle all additional widgets" which is a little bit long and 
inconvenient 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/2686