NSIS 3.0 is out for a while and there are MSYS2 packages for NSIS 3.x which would make the release process on Windows easier.
--
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/1302
Apart from fixing a load of deprecation warnings on gtk3 this also fixes two gtk3 related problems in the treebrowser plugin:
- lines in the Treeview had a red color - now they are black like under gtk2
- the text field turned red if the path entered wasn't a valid directory - this did not work under gtk3 before but now it works
The gtk2 behavior is unchanged and there are also no functional changes.
If this get's merged PR #279 would become needless and could be closed un-merged.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/864
-- Commit Summary --
* treebrowser: fixed deprecated gtk calls for gtk3
-- File Changes --
M build/treebrowser.m4 (2)
M treebrowser/src/Makefile.am (6)
M treebrowser/src/treebrowser.c (237)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/864.patchhttps://github.com/geany/geany-plugins/pull/864.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-plugins/pull/864
Since the 3 commits on June 2016, the Tasks functionality has stopped working on non-C files (i.e. .c and .h work fine, filling up the tasks) like .vhd
The 3 commits in June reworked the task-keywords detection loop and limited it to search only within comments.
Now it doesn't find tasks in .vhd files, even if the "TODO" keyword is within a .vhd comment, which is otherwise visually styled in the editor as defined in filetypes.vhdl, so that geany does indeed detect VHDL comments fine.
--
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/530
I just noticed that the Help button in the Plugin Manager is not working on gtk3. That means, if I click on it nothing happens. Re-compiling Geany and Geany-Plugins for gtk2 made it working again.
The other buttons (Preferences, Keybindings, Close) work without problems.
My environment: Ubuntu 18.04.2, Geany 1.36 (current master), GTK 3.22.30, GLib 2.56.4.
--
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/2151
When using the Tools->Workbench->Settings changed options are not saved to configuration file of workbench project
--
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/841
I found Geany via a reference in the "python crash course" and I had never heard of it but I was curious... this code was updated almost two months ago and very little activity.
My question is this, what is the unique functionality of Geany that would make anyone use it over say sublime, atom, vim, emacs, Jupyter notebook, Pycharm or a dozen other widely used products or even Visual Studio.
I'm operating on ignorance here, having never had someone even say the word "Geany like Genie?" and wanted to know what is the point of Geany, what does it do that is special other than, text editor over a network which seems to be such a common function that it seems practically standard nowadays.
Perhaps Geany is a holdover from the Fortran days and is still being used by loyalists or?
--
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/www.geany.org/issues/3
only a few questions so far. I like to get the debugger plugin working, I don't have fond a packaged version for one of the recent ubuntu releases - seems to be not supported by ubuntu anymore.
Therefore just compiled and installed the plugin from source naw.
At this point I like to use it, after I don't found a way (by a menu or button) to start a program inside of geany using this Plugin I defined a keybinding. At this point i can set breakpoints and start the program in the debugger - fine so far.
But how i can call all the gdb commads now?
Thanks and best regards
Jörg
--
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/852