Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
Closed #2194. -- 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/2194#event-2416433803

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread Matthew Brush
I think this is a reasonable enhancement request that could be mostly implemented with not too much work. The three areas as I see it are: * GTK theme: You can request to be put in "dark mode" like in [@b4n's

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread Matthew Brush
Reopened #2196. -- 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/2196#event-2416236397

Re: [Github-comments] [geany/geany-themes] Add preview to the screenshots (#29)

2019-06-16 Thread Matthew Brush
I agree, I think this was discussed a bit somewhere, at least I remember thinking about it. IMO this belongs on the main website, so I'll transfer it to that repository. With the screenshots PNGs and the JSON index in this repo, it should be easy enough to make a page on the main site which

[Github-comments] [geany/www.geany.org] Add preview to the screenshots (#5)

2019-06-16 Thread suntong
Thanks for providing screenshots, but please add previews to them, so that people can see what they are without even install the whole theme package, because after all, it'll be only a single theme that most people will stick to, or at most one or two. I can add such preview, if you welcome

Re: [Github-comments] [geany/geany] Reset im_context when mouse is clicked (#2197)

2019-06-16 Thread elextr
Closed #2197. -- 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/2197#event-2416190059

Re: [Github-comments] [geany/geany] Reset im_context when mouse is clicked (#2197)

2019-06-16 Thread elextr
Great, will get imported into Geany when the change is made to Scintilla. -- 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/2197#issuecomment-502502015

Re: [Github-comments] [geany/geany] Reset im_context when mouse is clicked (#2197)

2019-06-16 Thread Hodong Kim
Reset im_context when mouse is clicked https://sourceforge.net/p/scintilla/bugs/2111/ -- 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/2197#issuecomment-502501878

Re: [Github-comments] [geany/geany] Reset im_context when mouse is clicked (#2197)

2019-06-16 Thread elextr
The Scintilla editing widget is a separate project that Geany (and others) use, please submit changes [here](https://www.scintilla.org/index.html). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Reset im_context when mouse is clicked (#2197)

2019-06-16 Thread Hodong Kim
Hello. im_context doesn't reset input method when mouse is clicked. So, the last character of Hangul is malfunctioning when mouse is clicked. This patch resets the input method if necessary when the mouse is clicked. No side effects. Do not test with ibus. The ibus itself has a bug. Test with nimf

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread elextr
Closed because behaviour is intended. -- 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/2196#issuecomment-502494864

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread elextr
Closed #2196. -- 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/2196#event-2416144220

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread elextr
The items outside the editor widget are controlled by your desktop theme, so if your desktop isn't dark, neither is that part of Geany. Although I agree with you that letting random external themes mess with your applications look and feel is a bad idea, the powers that be have determined that

Re: [Github-comments] [geany/geany] Rectangular signs in side and status window (#2185)

2019-06-16 Thread elextr
This is a recorded message, please always provide the version of Geany, Glib and GTK (see lines near the top of Help->Debug Messages) and the operating system and version you are using. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

[Github-comments] [geany/geany] Unified colour scheme (#2196)

2019-06-16 Thread suntong
Related to https://github.com/geany/geany/issues/2185 and https://github.com/geany/geany/issues/2180, I know that _"The colour scheme set for the editor widget where the code is, is again totally independent of any terminals, it's only used to style syntax highlighting of code in the

Re: [Github-comments] [geany/geany-themes] Add preview to the screenshots (#29)

2019-06-16 Thread suntong
Oh, thanks for the fast response. I know I can browse through them, but that's something I want to avoid. I was thinking building a single page that people can preview all screenshots, without clicking through them one by one. -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany-themes] Add preview to the screenshots (#29)

2019-06-16 Thread Matthew Brush
I don't understand the difference between the screenshots and a preview. That was the idea of the screenshots, you could [browse through them](https://github.com/geany/geany-themes/tree/master/screenshots) and get an idea of what each theme looks like. -- You are receiving this because you

Re: [Github-comments] [geany/geany] Fix: winpos/winsize/sidebarpos restored incorrectly (#2195)

2019-06-16 Thread Matthew Brush
I only had a quick glance at the code, no comment about the purpose of the PR, but more of a note for future cleanup/merging. You should follow the Geany code style (documented in `HACKING` and found in neighboring code), stuff like putting spaces between operators and operands. Also you

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread Matthew Brush
You could probably hack something with [the `-c` option](https://www.geany.org/manual/current/index.html#command-line-options) to Geany. Something like this not well tested shell script comes to mind: ```bash #!/bin/sh set -e temp_dir=$(mktemp -d -t geany-config-) || exit 1 trap "rm

Re: [Github-comments] [geany/geany] Fix: winpos/winsize/sidebarpos restored incorrectly (#2195)

2019-06-16 Thread Faimerth
@faimerth pushed 1 commit. 8c45c6b0907a15694547b397f307df7857984be6 fix default not work -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany] Fix: winpos/winsize/sidebarpos restored incorrectly (#2195)

2019-06-16 Thread Faimerth
- Try to solve this issue #1593. It is meaningless to save maximized window's size. Now geany "can restore to window sizeA" after unmaximizing. - **Right** sidebar's position will be incorrectly restored with "save winsize/pos" unchecked or "msgwin right" checked. The former is because

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
I saw the [files] section in geany.conf but I have to manually remove those histories. I want to know if an inbuit system or plugin available for this task. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread elextr
You could edit the recent files list in the geany.conf, or your project.geany file, but with Geany closed, so you need to use another editor. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
I am coding an important personal project and I dont want anything from this particular folder or its content to be seen. Currently geany remembers our files in **recent files** and also while freshly opening geany. I dont want this for the files in a particular folder but wants to retain this