To make the support of 4k-monitors on Windows perfect, only larger toolbar icons would be needed. Maybe a set of the doubled size that simply could be selected in the preferences would be sufficient, if the detection of a 200% zoom level is not possible yet.
--
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/1957
Hi,
after update to 1.31 on centos7.3 I got also gtk3 statusbar.
Only visible difference is that it uses about 2.5 more vertical space.
It would be nice to be able select gtk version in preferences/cmdline.
--
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/1600
Geany-INFO: 11:12:09.088: Geany 1.34.1, en_US.UTF-8
Geany-INFO: 11:12:09.088: GTK 3.22.30, GLib 2.56.3
OS: Linux(Ubuntu 18.10)
Filetype: Fortran
For Fortran modules the first function/subroutine contained in the module is not displayed in the Symbols list.
--
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/2115
# Description
If you add some macros into a type definition (ex. struct, enum, etc), the last token before the opening brace of the definition seems to be taken as the type name. I guess this is a bug in old `c.c` ctags parser.
# Example
```c
#define BLEH
struct foo BLEH { int _; };
```
Here, `BLEH` gets highlighted as the type name instead of `foo`.
# Use case
Using macros for things like GNU C's `__attribute__` extension.
# Version
I don't think version matters at all, but I'm using a fairly recent 1.32 build.
--
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/1654
Currently there are only options to change the location of the sidebar tabs for
* 1: bottom/top (tab in one line). When you have more than ~3 enabled you usually don't see all and have to click like 5 times to get where you want...to do there what you really wanted to do
* 2: and left/right for a layout with one tab per line (which wastes a lot of horizontal space)
It would be great if there would be a left/right vertical sidebar option, so the tab names are written are written vertically and the tabs are ordered vertically.
**Example (Android studio):**
![Screenshot_20190321-161651](https://user-images.githubusercontent.com/6735650/54762690-7b080900-4bec-11e9-9ea0-3d6081571b6f.png)
#### 1
![Screenshot_20190321-160909](https://user-images.githubusercontent.com/6735650/54762122-624b2380-4beb-11e9-9242-f5bf67673c02.png)
##### 2
![Screenshot_20190321-160825](https://user-images.githubusercontent.com/6735650/54762113-60816000-4beb-11e9-9d74-fd8866a3f773.png)
--
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/2107
One thing that drives me crazy is how when I have files associated with Geany, if I double click on them to open them, it will open the file in another Geany instance on *another* desktop instead of on the *current* desktop. This was one thing I took for granted when I was using gedit.
I have searched and found someone that suggested somehow using a unix socket file that is named based on the current desktop number, but I have not been successful in doing so. In fact, their solution seemed to lead to some loop that would keep spawning new Geany processes, bringing the OS to a near halt.
Can something like this be *baked in* to Geany so that no special setup or configuration is necessary? If there is a good reason not to, is there an official solution to this somewhere (that works)?
---
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/1025
Thanks to advice how to compile Geany Plugins on Windows using MSYS2.
I did following steps:
1. Installed [MSYS2](http://www.msys2.org)
2. Downloaded https://github.com/geany/geany-plugins/archive/master.zip
3. From MSYS2 terminal, installed: intltool and autoconf
> pacman -S intltool
> pacman -S autoconf
> pacman -S libtool
> pacman -S automake
4. Run: ./autgen.sh, it exist with error. Following is the output:
> You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force -I build/cache -I build -I build/bundled -I geanypy/m4 --install
> build/i18n.m4:15: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> aclocal-1.16: installing 'build/cache/libtool.m4' from '/usr/share/aclocal/libtool.m4'
> aclocal-1.16: installing 'build/cache/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
> aclocal-1.16: installing 'build/cache/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
> aclocal-1.16: installing 'build/cache/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
> aclocal-1.16: installing 'build/cache/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
> aclocal-1.16: installing 'build/cache/nls.m4' from '/usr/share/aclocal/nls.m4'
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> autoreconf: configure.ac: tracing
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> autoreconf: running: libtoolize --copy --force
> libtoolize: putting auxiliary files in '.'.
> libtoolize: copying file './ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build/cache'.
> libtoolize: copying file 'build/cache/libtool.m4'
> libtoolize: copying file 'build/cache/ltoptions.m4'
> libtoolize: copying file 'build/cache/ltsugar.m4'
> libtoolize: copying file 'build/cache/ltversion.m4'
> libtoolize: copying file 'build/cache/lt~obsolete.m4'
> build/i18n.m4:15: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> autoreconf: running: /usr/bin/autoconf --force
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:24: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from...
> build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from...
> build/geany.m4:31: GP_CHECK_GEANY is expanded from...
> configure.ac:24: the top level
> configure.ac:26: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
> build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from...
> configure.ac:26: the top level
> configure:13977: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> configure:14016: error: possibly undefined macro: AM_CONDITIONAL
> configure:14420: error: possibly undefined macro: AS_TR_SH
> configure:14420: error: possibly undefined macro: m4_tolower
> autoreconf: /usr/bin/autoconf failed with exit status: 1
>
>
--
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/887
Display the zoom level in percent in the document tab label.
If the zoom level is changed back to normal size then it will not be shown.
If a user just quickly wants to zoom in and back out then showing the zoom level helps to go back to the normal size without the need of using a keybinding or menu item. IMHO this makes zooming with the mouse wheel more comfortable. The zoom level is displayed in square brackets right beside the file name in a smaller, monospace font, e.g. ```main.c [110%]```.
This is comparable to Firefox which displays the zoom level beside the URL.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1697
-- Commit Summary --
* Show zoom level in document tab label.
-- File Changes --
M src/document.c (18)
M src/editor.c (1)
M src/sciwrappers.c (15)
M src/sciwrappers.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/1697.patchhttps://github.com/geany/geany/pull/1697.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/1697
![capturegeanyprob](https://user-images.githubusercontent.com/10084549/34325941-7c8b5354-e8a1-11e7-84a0-840018023fb6.jpeg)
I have this on my mac for several days.
I uninstalled geany, tried 1.31 , searched throught the preference,
it's impossible to work with this because mouse if off by one title bar height.
--
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/1729