WrapEarnPass created an issue (geany/geany-plugins#1591)

As pointed out by @Skif-off in geany/geany-plugins#1570 

> At least some of these checks are a legacy of the GTK2 -> GTK3 transition and 
> of course will be removed in the future.

There are a lot of checks for GTK versions that geany no longer supports. These 
should be reviewed and refactored out if possible.

The utils checks seem like they may still be maintained, but are trending 
behind geany.
They should be reviewed as well.

```
./utils/src/gp_gtkcompat.h:#if GTK_CHECK_VERSION(3, 0, 0)
./utils/src/gp_gtkcompat.h:#if GTK_CHECK_VERSION(3, 10, 0)
./utils/src/gp_gtkcompat.h:#if GTK_CHECK_VERSION(3, 8, 0)
./debugger/src/dconfig.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererframeicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrenderertoggle.c:#if GTK_CHECK_VERSION(3, 0, 
0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if !GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/cell_renderers/cellrendererbreakicon.c:#if GTK_CHECK_VERSION(3, 
0, 0)
./debugger/src/plugin.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/tpage.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/debug.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/debug.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/debug.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/debug.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/btnpanel.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/btnpanel.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/btnpanel.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/btnpanel.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/btnpanel.c:#if GTK_CHECK_VERSION(3, 0, 0)
./debugger/src/gui.c:#if GTK_CHECK_VERSION(3, 0, 0)
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1591
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/[email protected]>

Reply via email to