[Github-comments] [geany/geany] Horizontal scrollbar flashing (#1717)

2017-12-14 Thread Matthew Brush
With Geany 1.33 built against GTK+ 3, probably any theme but at least with Adwaita, Adwaita Dark, Arc and Arc Darker, Scintilla's internal horizontal scrollbar trough keeps flashing off then on, almost as if its adjustment is being re-calculated or something. I cannot figure out what triggers

Re: [Github-comments] [geany/geany] Horizontal scrollbar flashing (#1717)

2017-12-14 Thread Matthew Brush
I also get the following warnings which may be related on terminal: ``` (geany:12415): Gtk-WARNING **: Allocating size to GtkScrollbar 0x56521d6711e0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? (geany:12415): Gtk-WARNING **: Allocating

Re: [Github-comments] [geany/geany] Entry point _time32 not found in msvcrt.dll - Win XP SP3 (#1715)

2017-12-14 Thread Enrico Tröger
Done. I even set Windows 7. Do we know for sure which version is the minimum? -- 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/1715#issuecomment-351848566

Re: [Github-comments] [geany/geany] Horizontal scrollbar flashing (#1717)

2017-12-14 Thread elextr
Doesn't happen here with GTK3.18.9 so its probably a GTK 3.22 problem. -- 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/1717#issuecomment-351864382

Re: [Github-comments] [geany/geany] Horizontal scrollbar flashing (#1717)

2017-12-14 Thread Matthew Brush
The above warnings are [caused by the VTE widget](https://bugzilla.gnome.org/show_bug.cgi?id=773814) and go away when the Terminal is disabled. -- 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] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread GFdevelop
Instead of showing the tabs it would be more convenient if a mouseover (without clicking) opens a cascade menu with the symbols, documents, plugin tabs, etc... It would be a much faster and practical solution with just one click opens the desired tab. -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread Matthew Brush
Would it be possible to explain it terms of GTK+ widgets/terminology (or with a mock-up)? -- 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/1718#issuecomment-351874035

Re: [Github-comments] [geany/geany] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread GFdevelop
I don't know GTK but you can see my idea here https://www.w3schools.com/howto/howto_css_dropdown.asp move mouse over "Hover Me" -- 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] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread Matthew Brush
It's a bit unusual (and some would consider annoying) to have stuff randomly popup when you move your mouse around. With newer GTK+ this could be implemented with GtkMenuButton and/or GtkPopover, but I'm not sure if most people would like it. -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread GFdevelop
Is possible to make a settings option? The user can select if open menu with a click on it or with only mouse over it... -- 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-plugins] GeanyLua: Add function geany.reloadconf() (#653)

2017-12-14 Thread Skif-off
@Skif-off pushed 1 commit. 2b17ade GeanyLua: reload config: Upd keywords.list -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Github-comments] [geany/geany-plugins] Workbench: realtime files list update (#659)

2017-12-14 Thread Stanislav N.
Right now if I created a file or directory in directory which is listed in workbench's project I have to manually update files list, which is highly uncomfortable. Please, made realtime files lists updates possible. -- You are receiving this because you are subscribed to this thread. Reply to

[Github-comments] [geany/geany-plugins] Workbench: create files and directories from workbench's pane (#660)

2017-12-14 Thread Stanislav N.
It'll be very good to have possibility to create files and directories from workbench's pane, like it's possible in Sublime Text or VSCode. -- 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] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread Thomas Martitz
Correct me if I'm wrong but I think @GFdevelop asks for making the sidebar a GtkStack, with the stack switcher being a drop-down menu (possibly opening on mouse-over instead if normal click). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread elextr
I think plugins add tabs directly to the notebook, so it would need some wrangling to get them into the new UI artifact. -- 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] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread elextr
Could be a plugin listening to the add/remove page signals. -- 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/1718#issuecomment-351876267

Re: [Github-comments] [geany/geany] Entry point _time32 not found in msvcrt.dll - Win XP SP3 (#1715)

2017-12-14 Thread Matthew Brush
> Do we know for sure which version is the minimum? For Geany itself (and Gtk2) it's Windows XP. It's totally a guess, but I suspect that the latest Geany Windows release used newer version of GLib or other dependency (from updated/upgrade msys2) that has stopped working on XP. One could

Re: [Github-comments] [geany/geany] Entry point _time32 not found in msvcrt.dll - Win XP SP3 (#1715)

2017-12-14 Thread elextr
> One could probably take all the .dlls from the previous Geany release and > copy them into the Program Files directory of latest release and it would > work again. "Somebody" can share it on the wiki as you said. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Feature request: sidebar waterfall menu (#1718)

2017-12-14 Thread Matthew Brush
What do you mean by "menu" (ie. a button, a drop-down box, a main-menu like at the top of Geany), and where would it be placed within the UI? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: