When new file is opened (previous file which hasn't been opened before), it doesn't open maximized, window is not fully across the screen. This is clean installation of 2.24 version on Windows 7. You should also have previous files already opened in geany showing in tabs to replicate this problem
![geany](https://cloud.githubusercontent.com/assets/1643081/10124022/0eb000d2-654a-11e5-9ede-2cfbc83ed3ee.png)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/671
Fixes #336.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1181
-- Commit Summary --
* VTE: use proper accessor for the vertical adjustment
* VTE: stop using vte_terminal_set_font_from_string()
* VTE: drop support for selecting the emulated terminal
* VTE: add support for vte_terminal_spawn_sync()
* VTE: add debugging info to known which library was actually loaded
* VTE: don't hard-require vte_terminal_set_word_chars()
* VTE: Add support for 2.91 GdkRGBA API variant
* VTE: Don't hard-require vte_terminal_im_append_menuitems()
* VTE: Don't require vte_terminal_set_background_image_file()
* VTE: add VTE 2.91 DSO names
-- File Changes --
M doc/geany.txt (3)
M src/keyfile.c (3)
M src/vte.c (292)
M src/vte.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/1181.patchhttps://github.com/geany/geany/pull/1181.diff
--
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/1181
While editing files longer than one page, Geany manages the scroll position such that the currently edited line is always the bottom-most line. One unfortunate side effect of this is that the spell checking underlining will be hidden beneath the status bar (depending on the height of the window):
![image](https://cloud.githubusercontent.com/assets/33569/16614995/a4b66f00-4328-11e6-973f-41891bfb91d6.png)
In the screenshot above, you can barely see that "Filller" was highlighted as misspelled.
One way other editors (e.g. GitHub right here) handle this, is by leaving some space underneath the last line in the file. As a workaround, you can repeatedly scroll down in Geany, but that gets annoying while editing.
You might need to adjust the height of the Geany window to reproduce the 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/1116
Hi! I cannot open directory or folders in geany like other IDEs (Komodo, Sublime) did. I like geany very much. Its superb and lightweight IDE. But geany has only one drawback that is we cannot open our project folder or any other directory in geany.
Here with I have attached screenshot it show tree view of my current working directory
![screenshot from 2016-08-09 18 00 28](https://cloud.githubusercontent.com/assets/19222555/17516416/cb8d46b4-5…
Can you please add this in your feature version.
---
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/1171
Geany 1.29, en_AU.UTF-8 GTK 3.18.9, GLib 2.48.1
Nothing happens when a file is selected from the file selector on the split window.
@codebrainz has confirmed with gtk3, doesn't happen with gtk2.
Suspect [this](https://github.com/geany/geany/commit/1a36eeaf4d6a5cab39d2cfd2c69a1a2… from @techee which changes the splitwindow widget tree, but it doesn't revert cleanly to try easily.
---
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/1149
Geany 1.28 from git 24f91981c057a7e212c09da66fb974c3ccc85bd6, normal splitwindow plugin, neither @b4n or @kugel- specials, GTK 3.10.8, GLib 2.40.2
When selecting a different buffer for display on the second window using the dropdown list gets the following each time:
```
(geany:9145): Gtk-CRITICAL **: gtk_widget_unmap: assertion 'GTK_IS_WIDGET (widget)' failed
(geany:9145): Gtk-CRITICAL **: gtk_widget_unmap: assertion 'GTK_IS_WIDGET (widget)' failed
(geany:9145): Gtk-CRITICAL **: gtk_widget_unrealize: assertion 'GTK_IS_WIDGET (widget)' failed
(geany:9145): Gtk-CRITICAL **: gtk_widget_unrealize: assertion 'GTK_IS_WIDGET (widget)' failed
```
---
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/993
If the message window is showing the Terminal section then pressing the key which is bound to 'Switch to Message Window' from the editor window produces the error messages:
(geany:10502): GLib-GObject-WARNING **: invalid cast from 'GtkHBox' to 'GtkBin'
(geany:10502): Gtk-CRITICAL **: IA__gtk_bin_get_child: assertion 'GTK_IS_BIN (bin)' failed
(geany:10502): Gtk-CRITICAL **: IA__gtk_widget_grab_focus: assertion 'GTK_IS_WIDGET (widget)' failed
and no switch of windows occurs. If the message window is showing the Scribble section then the bound keys works as intended.
O/S is Fedora 23 on x86_64
Version is geany 1.28 (built on 2016-07-11 with GTK 2.24.30, GLib 2.46.2)
--
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/1198