This fixes a deprecation warning in the autoclose plugin for gtk3. No functional changes.
A little side note:
I first thought I could use ```gtk_container_add()``` on gtk 2 and 3 because of this deprecation notice in the gtk documentation:
> gtk_scrolled_window_add_with_viewport has been deprecated since version 3.8 and should not be used in newly-written code.
> gtk_container_add() will automatically add a GtkViewport if the child doesn’t implement GtkScrollable.
But the function only works that way under gtk3. A test with gtk2 revealed that the function does not work that way with the result that in this case the scroll bar was missing in the autoclose configuration dialog.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/857
-- Commit Summary --
* autoclose: fixed deprecated gtk call for gtk3
-- File Changes --
M autoclose/src/autoclose.c (4)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/857.patchhttps://github.com/geany/geany-plugins/pull/857.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/857
@frlan: Is this issue still existing? I ran ```htlatex latex.tex xhtml -cvalidate -interaction=batchmode``` on my machine and it seems to work out alright. The HTML files are there afterwards and look ok.
--
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/255#issuecomment-492793589
I would like to have tab with gdb cli, sometimes I need to produce specific debugging command, direct access to gdb would be useful
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/336
Steps to reproduce:
1. Open Geany 1.35
2. Main menu > Project > Recent Projects > any project with some files
3. Logout your linux session (I did it by accident, but still)
4. Login back in linux
5. Open back Geany
OBSERVE:
Main Menu > Project > Recent projects
The project is missing from the list
Environment:
Debian 9
Lxde
`$ geany -V
geany 1.35 (built on 2019-04-29 with GTK 2.24.31, GLib 2.50.3)
$ geany -v
Geany-INFO: Geany 1.35, en_CA.UTF-8
Geany-INFO: GTK 2.24.31, GLib 2.50.3
Geany-INFO: System data dir: /usr/local/share/geany
Geany-INFO: User config dir: /home/eantonov/.config/geany
Geany-INFO: System plugin path: /usr/local/lib/geany
Geany-INFO: Added filetype Cython (61).
Geany-INFO: Added filetype JSON (62).
Geany-INFO: Added filetype Arduino (63).
Geany-INFO: Added filetype Clojure (64).
Geany-INFO: Added filetype Genie (65).
Geany-INFO: Added filetype Scala (66).
Geany-INFO: Added filetype Graphviz (67).
Geany-INFO: Added filetype CUDA (68).
Geany-INFO: Loaded libvte from libvte.so.9
Geany-INFO: Loaded: /usr/local/lib/geany/addons.so (Addons)
Geany-INFO: Loaded: /usr/local/lib/geany/htmlchars.so (HTML Characters)
Geany-INFO: Loaded: /usr/local/lib/geany/lipsum.so (Lipsum)
Geany-INFO: Loaded: /usr/local/lib/geany/pairtaghighlighter.so (Pair Tag Highlighter)
Geany-INFO: unknown : None (UTF-8)
Geany-INFO: Quitting...
`
--
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/2154