This is an excellent and quite complex plugin. Fixing typos in the code comments helps new devs to get familiar with the plugin's design and logic. Well, it helped me at least... You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1171
-- Commit Summary --
* Debugger: Fix typos in code comments
-- File Changes --
M debugger/src/bptree.c (10) M debugger/src/breakpoints.c (34) M debugger/src/callbacks.c (12) M debugger/src/cell_renderers/cellrendererframeicon.c (2) M debugger/src/cell_renderers/cellrenderertoggle.c (2) M debugger/src/dbm_gdb.c (38) M debugger/src/dconfig.c (8) M debugger/src/debug.c (58) M debugger/src/debug_module.h (4) M debugger/src/envtree.c (14) M debugger/src/gdb_mi.c (2) M debugger/src/markers.c (4) M debugger/src/plugin.c (2) M debugger/src/vtree.c (14) M debugger/src/watch_model.c (14) M debugger/src/wtree.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1171.patch https://github.com/geany/geany-plugins/pull/1171.diff
@elextr commented on this pull request.
@@ -265,7 +265,7 @@ void change_watch(GtkTreeView *tree, GtkTreeIter *iter, gpointer var)
/* update variable */ update_variable(store, iter, v, FALSE);
- /* if item have children - remove them */ + /* if item have children - remove them */
has
LGTM
@nomadbyte pushed 1 commit.
2892818501322f644bc8670f474b0b12a6b0ce04 Debugger: Fix typos in code comments
@nomadbyte commented on this pull request.
@@ -265,7 +265,7 @@ void change_watch(GtkTreeView *tree, GtkTreeIter *iter, gpointer var)
/* update variable */ update_variable(store, iter, v, FALSE);
- /* if item have children - remove them */ + /* if item have children - remove them */
yep, another one! pushed the updates.
Merged #1171 into master.
Helpful comments, who would have thought ... @nomadbyte thanks.
github-comments@lists.geany.org